class Pyrite::Api::Core::V1::FlockerVolumeSource
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.
Defined in:
versions/v1.14/api/core/v1/flocker_volume_source.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Represents a Flocker volume mounted by the Flocker agent.
-
.new(pull : JSON::PullParser)
Represents a Flocker volume mounted by the Flocker agent.
- .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?)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
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.
def self.new(pull : JSON::PullParser)
#
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.