public static interface V1beta1Storage.VolumeAttachmentStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAttachmentMetadata(String key)
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 |
getAttached()
Indicates the volume is successfully attached.
|
V1beta1Storage.VolumeError |
getAttachError()
The last error encountered during attach operation, if any.
|
V1beta1Storage.VolumeErrorOrBuilder |
getAttachErrorOrBuilder()
The last error encountered during attach operation, if any.
|
Map<String,String> |
getAttachmentMetadata()
Deprecated.
|
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.
|
Map<String,String> |
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.
|
String |
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.
|
String |
getAttachmentMetadataOrThrow(String key)
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.
|
V1beta1Storage.VolumeError |
getDetachError()
The last error encountered during detach operation, if any.
|
V1beta1Storage.VolumeErrorOrBuilder |
getDetachErrorOrBuilder()
The last error encountered during detach operation, if any.
|
boolean |
hasAttached()
Indicates the volume is successfully attached.
|
boolean |
hasAttachError()
The last error encountered during attach operation, if any.
|
boolean |
hasDetachError()
The last error encountered during detach operation, if any.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;boolean containsAttachmentMetadata(String key)
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;@Deprecated Map<String,String> getAttachmentMetadata()
getAttachmentMetadataMap() instead.Map<String,String> 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;String 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. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. +optional
map<string, string> attachmentMetadata = 2;String getAttachmentMetadataOrThrow(String key)
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;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;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;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;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;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;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;Copyright © 2019. All rights reserved.