public static interface V1Storage.CSINodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.ObjectMeta |
getMetadata()
metadata.name must be the Kubernetes node name.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
metadata.name must be the Kubernetes node name.
|
V1Storage.CSINodeSpec |
getSpec()
spec is the specification of CSINode
|
V1Storage.CSINodeSpecOrBuilder |
getSpecOrBuilder()
spec is the specification of CSINode
|
boolean |
hasMetadata()
metadata.name must be the Kubernetes node name.
|
boolean |
hasSpec()
spec is the specification of CSINode
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
metadata.name must be the Kubernetes node name.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMeta getMetadata()
metadata.name must be the Kubernetes node name.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
metadata.name must be the Kubernetes node name.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;boolean hasSpec()
spec is the specification of CSINode
optional .k8s.io.api.storage.v1.CSINodeSpec spec = 2;V1Storage.CSINodeSpec getSpec()
spec is the specification of CSINode
optional .k8s.io.api.storage.v1.CSINodeSpec spec = 2;V1Storage.CSINodeSpecOrBuilder getSpecOrBuilder()
spec is the specification of CSINode
optional .k8s.io.api.storage.v1.CSINodeSpec spec = 2;Copyright © 2023. All rights reserved.