Interface V1beta1Storage.CSIDriverOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Standard object metadata.
    Standard object metadata.
    Specification of the CSI Driver.
    Specification of the CSI Driver.
    boolean
    Standard object metadata.
    boolean
    Specification of the CSI Driver.

    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()
       Standard object metadata.
       metadata.Name indicates the name of the CSI driver that this object
       refers to; it MUST be the same name returned by the CSI GetPluginName()
       call for that driver.
       The driver name must be 63 characters or less, beginning and ending with
       an alphanumeric character ([a-z0-9A-Z]) with dashes (-), dots (.), and
       alphanumerics between.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    • getMetadata

      Meta.ObjectMeta getMetadata()
       Standard object metadata.
       metadata.Name indicates the name of the CSI driver that this object
       refers to; it MUST be the same name returned by the CSI GetPluginName()
       call for that driver.
       The driver name must be 63 characters or less, beginning and ending with
       an alphanumeric character ([a-z0-9A-Z]) with dashes (-), dots (.), and
       alphanumerics between.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    • getMetadataOrBuilder

      Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
       Standard object metadata.
       metadata.Name indicates the name of the CSI driver that this object
       refers to; it MUST be the same name returned by the CSI GetPluginName()
       call for that driver.
       The driver name must be 63 characters or less, beginning and ending with
       an alphanumeric character ([a-z0-9A-Z]) with dashes (-), dots (.), and
       alphanumerics between.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    • hasSpec

      boolean hasSpec()
       Specification of the CSI Driver.
       
      optional .k8s.io.api.storage.v1beta1.CSIDriverSpec spec = 2;
    • getSpec

       Specification of the CSI Driver.
       
      optional .k8s.io.api.storage.v1beta1.CSIDriverSpec spec = 2;
    • getSpecOrBuilder

       Specification of the CSI Driver.
       
      optional .k8s.io.api.storage.v1beta1.CSIDriverSpec spec = 2;