Sha256: eded4efeb7122db091eaa6d25c983824b980b8f065856b8a93da916854eaf5a4

Contents?: true

Size: 655 Bytes

Versions: 1

Compression:

Stored size: 655 Bytes

Contents

# Zilla::IoK8sApiStorageV1VolumeAttachmentSpec

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **attacher** | **String** | Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName(). |  |
| **node_name** | **String** | The node that the volume should be attached to. |  |
| **source** | [**IoK8sApiStorageV1VolumeAttachmentSource**](IoK8sApiStorageV1VolumeAttachmentSource.md) |  |  |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiStorageV1VolumeAttachmentSpec.new(
  attacher: null,
  node_name: null,
  source: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiStorageV1VolumeAttachmentSpec.md