Interface Generated.NodeRuntimeHandlerFeaturesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getRecursiveReadOnlyMounts()
      RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.
      boolean getUserNamespaces()
      UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.
      boolean hasRecursiveReadOnlyMounts()
      RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.
      boolean hasUserNamespaces()
      UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.