Interface Generated.NodeRuntimeHandlerOrBuilder

    • Method Detail

      • hasName

        boolean hasName()
         Runtime handler name.
         Empty for the default runtime handler.
         +optional
         
        optional string name = 1;
        Returns:
        Whether the name field is set.
      • getName

        String getName()
         Runtime handler name.
         Empty for the default runtime handler.
         +optional
         
        optional string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Runtime handler name.
         Empty for the default runtime handler.
         +optional
         
        optional string name = 1;
        Returns:
        The bytes for name.
      • hasFeatures

        boolean hasFeatures()
         Supported features.
         +optional
         
        optional .k8s.io.api.core.v1.NodeRuntimeHandlerFeatures features = 2;
        Returns:
        Whether the features field is set.
      • getFeatures

        Generated.NodeRuntimeHandlerFeatures getFeatures()
         Supported features.
         +optional
         
        optional .k8s.io.api.core.v1.NodeRuntimeHandlerFeatures features = 2;
        Returns:
        The features.