Sha256: 9bae682b9f6aeb4f0c677ffb10996eaf3a03b895fd8b4d2d8023f2ed96bcaa84
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
# Zilla::IoK8sApiStorageV1VolumeAttachmentStatus ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attach_error** | [**IoK8sApiStorageV1VolumeError**](IoK8sApiStorageV1VolumeError.md) | | [optional] | | **attached** | **Boolean** | Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. | | | **attachment_metadata** | **Hash<String, String>** | 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] | | **detach_error** | [**IoK8sApiStorageV1VolumeError**](IoK8sApiStorageV1VolumeError.md) | | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiStorageV1VolumeAttachmentStatus.new( attach_error: null, attached: null, attachment_metadata: null, detach_error: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiStorageV1VolumeAttachmentStatus.md |