Sha256: 59602c764490d5d5dc0567b05b2c818c65a7afdb5008c161c0ca01794468bcdb
Contents?: true
Size: 592 Bytes
Versions: 1
Compression:
Stored size: 592 Bytes
Contents
# Zilla::IoK8sApiCoreV1FlockerVolumeSource ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **dataset_name** | **String** | datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated | [optional] | | **dataset_uuid** | **String** | datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1FlockerVolumeSource.new( dataset_name: null, dataset_uuid: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1FlockerVolumeSource.md |