Package io.kubernetes.client.proto
Interface V1beta1Storage.VolumeAttachmentStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Storage.VolumeAttachmentStatus
,V1beta1Storage.VolumeAttachmentStatus.Builder
- Enclosing class:
- V1beta1Storage
public static interface V1beta1Storage.VolumeAttachmentStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls.boolean
Indicates the volume is successfully attached.The last error encountered during attach operation, if any.The last error encountered during attach operation, if any.Deprecated.int
Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls.Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls.getAttachmentMetadataOrDefault
(String key, String defaultValue) Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls.Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls.The last error encountered during detach operation, if any.The last error encountered during detach operation, if any.boolean
Indicates the volume is successfully attached.boolean
The last error encountered during attach operation, if any.boolean
The last error encountered during detach operation, if any.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
-
hasAttached
boolean hasAttached()Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
optional bool attached = 1;
-
getAttached
boolean getAttached()Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
optional bool attached = 1;
-
getAttachmentMetadataCount
int getAttachmentMetadataCount()Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. +optional
map<string, string> attachmentMetadata = 2;
-
containsAttachmentMetadata
Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. +optional
map<string, string> attachmentMetadata = 2;
-
getAttachmentMetadata
Deprecated.UsegetAttachmentMetadataMap()
instead. -
getAttachmentMetadataMap
Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. +optional
map<string, string> attachmentMetadata = 2;
-
getAttachmentMetadataOrDefault
Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. +optional
map<string, string> attachmentMetadata = 2;
-
getAttachmentMetadataOrThrow
Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. +optional
map<string, string> attachmentMetadata = 2;
-
hasAttachError
boolean hasAttachError()The last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. +optional
optional .k8s.io.api.storage.v1beta1.VolumeError attachError = 3;
-
getAttachError
V1beta1Storage.VolumeError getAttachError()The last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. +optional
optional .k8s.io.api.storage.v1beta1.VolumeError attachError = 3;
-
getAttachErrorOrBuilder
V1beta1Storage.VolumeErrorOrBuilder getAttachErrorOrBuilder()The last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. +optional
optional .k8s.io.api.storage.v1beta1.VolumeError attachError = 3;
-
hasDetachError
boolean hasDetachError()The last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher. +optional
optional .k8s.io.api.storage.v1beta1.VolumeError detachError = 4;
-
getDetachError
V1beta1Storage.VolumeError getDetachError()The last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher. +optional
optional .k8s.io.api.storage.v1beta1.VolumeError detachError = 4;
-
getDetachErrorOrBuilder
V1beta1Storage.VolumeErrorOrBuilder getDetachErrorOrBuilder()The last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher. +optional
optional .k8s.io.api.storage.v1beta1.VolumeError detachError = 4;
-