public static interface V1Storage.CSIDriverOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.ObjectMeta |
getMetadata()
Standard object metadata.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
Standard object metadata.
|
V1Storage.CSIDriverSpec |
getSpec()
Specification of the CSI Driver.
|
V1Storage.CSIDriverSpecOrBuilder |
getSpecOrBuilder()
Specification of the CSI Driver.
|
boolean |
hasMetadata()
Standard object metadata.
|
boolean |
hasSpec()
Specification of the CSI Driver.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;boolean hasSpec()
Specification of the CSI Driver.
optional .k8s.io.api.storage.v1.CSIDriverSpec spec = 2;V1Storage.CSIDriverSpec getSpec()
Specification of the CSI Driver.
optional .k8s.io.api.storage.v1.CSIDriverSpec spec = 2;V1Storage.CSIDriverSpecOrBuilder getSpecOrBuilder()
Specification of the CSI Driver.
optional .k8s.io.api.storage.v1.CSIDriverSpec spec = 2;Copyright © 2023. All rights reserved.