Class V1NodeFeatures
java.lang.Object
io.kubernetes.client.openapi.models.V1NodeFeatures
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-07T19:21:52.410010Z[Etc/UTC]")
public class V1NodeFeatures
extends Object
NodeFeatures describes the set of features implemented by the CRI implementation. The features contained in the NodeFeatures should depend only on the cri implementation independent of runtime handlers.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
SupplementalGroupsPolicy is set to true if the runtime supports SupplementalGroupsPolicy and ContainerUser.int
hashCode()
void
setSupplementalGroupsPolicy
(Boolean supplementalGroupsPolicy) supplementalGroupsPolicy
(Boolean supplementalGroupsPolicy) toString()
-
Field Details
-
SERIALIZED_NAME_SUPPLEMENTAL_GROUPS_POLICY
- See Also:
-
-
Constructor Details
-
V1NodeFeatures
public V1NodeFeatures()
-
-
Method Details
-
supplementalGroupsPolicy
-
getSupplementalGroupsPolicy
SupplementalGroupsPolicy is set to true if the runtime supports SupplementalGroupsPolicy and ContainerUser.- Returns:
- supplementalGroupsPolicy
-
setSupplementalGroupsPolicy
-
equals
-
hashCode
public int hashCode() -
toString
-