Package k8s.io.api.core.v1
Interface Generated.NodeFeaturesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.NodeFeatures,Generated.NodeFeatures.Builder
- Enclosing class:
- Generated
public static interface Generated.NodeFeaturesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetSupplementalGroupsPolicy()SupplementalGroupsPolicy is set to true if the runtime supports SupplementalGroupsPolicy and ContainerUser.booleanhasSupplementalGroupsPolicy()SupplementalGroupsPolicy is set to true if the runtime supports SupplementalGroupsPolicy and ContainerUser.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSupplementalGroupsPolicy
boolean hasSupplementalGroupsPolicy()
SupplementalGroupsPolicy is set to true if the runtime supports SupplementalGroupsPolicy and ContainerUser. +optional
optional bool supplementalGroupsPolicy = 1;- Returns:
- Whether the supplementalGroupsPolicy field is set.
-
getSupplementalGroupsPolicy
boolean getSupplementalGroupsPolicy()
SupplementalGroupsPolicy is set to true if the runtime supports SupplementalGroupsPolicy and ContainerUser. +optional
optional bool supplementalGroupsPolicy = 1;- Returns:
- The supplementalGroupsPolicy.
-
-