Sha256: b66ea523df4126538d983f8774d4fd652779e32600e4dc6efb4775ce484900f7
Contents?: true
Size: 433 Bytes
Versions: 1
Compression:
Stored size: 433 Bytes
Contents
# Zilla::IoK8sApiCoreV1AttachedVolume ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **device_path** | **String** | DevicePath represents the device path where the volume should be available | | | **name** | **String** | Name of the attached volume | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1AttachedVolume.new( device_path: null, name: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1AttachedVolume.md |