Package k8s.io.api.core.v1
Interface Generated.NodeRuntimeHandlerFeaturesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.NodeRuntimeHandlerFeatures,Generated.NodeRuntimeHandlerFeatures.Builder
- Enclosing class:
- Generated
public static interface Generated.NodeRuntimeHandlerFeaturesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetRecursiveReadOnlyMounts()RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.booleangetUserNamespaces()UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.booleanhasRecursiveReadOnlyMounts()RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.booleanhasUserNamespaces()UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRecursiveReadOnlyMounts
boolean hasRecursiveReadOnlyMounts()
RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts. +featureGate=RecursiveReadOnlyMounts +optional
optional bool recursiveReadOnlyMounts = 1;- Returns:
- Whether the recursiveReadOnlyMounts field is set.
-
getRecursiveReadOnlyMounts
boolean getRecursiveReadOnlyMounts()
RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts. +featureGate=RecursiveReadOnlyMounts +optional
optional bool recursiveReadOnlyMounts = 1;- Returns:
- The recursiveReadOnlyMounts.
-
hasUserNamespaces
boolean hasUserNamespaces()
UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes. +featureGate=UserNamespacesSupport +optional
optional bool userNamespaces = 2;- Returns:
- Whether the userNamespaces field is set.
-
getUserNamespaces
boolean getUserNamespaces()
UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes. +featureGate=UserNamespacesSupport +optional
optional bool userNamespaces = 2;- Returns:
- The userNamespaces.
-
-