Interface V1beta1Storage.CSINodeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1beta1Storage.CSINode, V1beta1Storage.CSINode.Builder
Enclosing class:
V1beta1Storage

public static interface V1beta1Storage.CSINodeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    metadata.name must be the Kubernetes node name.
    metadata.name must be the Kubernetes node name.
    spec is the specification of CSINode
    spec is the specification of CSINode
    boolean
    metadata.name must be the Kubernetes node name.
    boolean
    spec is the specification of CSINode

    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 Details

    • hasMetadata

      boolean hasMetadata()
       metadata.name must be the Kubernetes node name.
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    • getMetadata

      Meta.ObjectMeta getMetadata()
       metadata.name must be the Kubernetes node name.
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    • getMetadataOrBuilder

      Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
       metadata.name must be the Kubernetes node name.
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    • hasSpec

      boolean hasSpec()
       spec is the specification of CSINode
       
      optional .k8s.io.api.storage.v1beta1.CSINodeSpec spec = 2;
    • getSpec

       spec is the specification of CSINode
       
      optional .k8s.io.api.storage.v1beta1.CSINodeSpec spec = 2;
    • getSpecOrBuilder

       spec is the specification of CSINode
       
      optional .k8s.io.api.storage.v1beta1.CSINodeSpec spec = 2;