Class VolumeAttachmentStatusPatch
- java.lang.Object
-
- com.pulumi.kubernetes.storage.v1.outputs.VolumeAttachmentStatusPatch
-
public final class VolumeAttachmentStatusPatch extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VolumeAttachmentStatusPatch.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.Boolean>
attached()
java.util.Optional<VolumeErrorPatch>
attachError()
java.util.Map<java.lang.String,java.lang.String>
attachmentMetadata()
static VolumeAttachmentStatusPatch.Builder
builder()
static VolumeAttachmentStatusPatch.Builder
builder(VolumeAttachmentStatusPatch defaults)
java.util.Optional<VolumeErrorPatch>
detachError()
-
-
-
Method Detail
-
attachError
public java.util.Optional<VolumeErrorPatch> attachError()
- Returns:
- 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.
-
attached
public java.util.Optional<java.lang.Boolean> attached()
- Returns:
- Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
-
attachmentMetadata
public java.util.Map<java.lang.String,java.lang.String> attachmentMetadata()
- Returns:
- 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.
-
detachError
public java.util.Optional<VolumeErrorPatch> detachError()
- Returns:
- 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.
-
builder
public static VolumeAttachmentStatusPatch.Builder builder()
-
builder
public static VolumeAttachmentStatusPatch.Builder builder(VolumeAttachmentStatusPatch defaults)
-
-