Sha256: 6b27757f2cfa8cf8cdd5241c71432929fcbbcc8935414eb4e7f632ba02f01f4d
Contents?: true
Size: 533 Bytes
Versions: 1
Compression:
Stored size: 533 Bytes
Contents
# Zilla::IoK8sApiStorageV1VolumeAttachmentSource ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **inline_volume_spec** | [**IoK8sApiCoreV1PersistentVolumeSpec**](IoK8sApiCoreV1PersistentVolumeSpec.md) | | [optional] | | **persistent_volume_name** | **String** | Name of the persistent volume to attach. | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiStorageV1VolumeAttachmentSource.new( inline_volume_spec: null, persistent_volume_name: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiStorageV1VolumeAttachmentSource.md |