Sha256: 50272d6d6703cf905b5df0914579f6fb418aafe69ecd518a945b260d1f6bd37f

Contents?: true

Size: 471 Bytes

Versions: 1

Compression:

Stored size: 471 Bytes

Contents

# Zilla::IoK8sApiCoreV1VolumeDevice

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **device_path** | **String** | devicePath is the path inside of the container that the device will be mapped to. |  |
| **name** | **String** | name must match the name of a persistentVolumeClaim in the pod |  |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiCoreV1VolumeDevice.new(
  device_path: null,
  name: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiCoreV1VolumeDevice.md