class K8S::Api::Core::V1::FlockerVolumeSource
- K8S::Api::Core::V1::FlockerVolumeSource
- Reference
- Object
Overview
Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.18/api/core/v1/flocker_volume_source.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, dataset_name : String? = nil, dataset_uuid : String? = nil)
Instance Method Summary
- #dataset_name : String?
- #dataset_name=(dataset_name : String?)
- #dataset_uuid : String?
- #dataset_uuid=(dataset_uuid : String?)