class Pyrite::Api::Core::V1::CinderPersistentVolumeSource
Overview
Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.
Defined in:
versions/v1.14/api/core/v1/cinder_persistent_volume_source.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Represents a cinder volume resource in Openstack.
-
.new(pull : JSON::PullParser)
Represents a cinder volume resource in Openstack.
- .new(*, fs_type : String? = nil, read_only : Bool? = nil, secret_ref : Api::Core::V1::SecretReference? = nil, volume_id : String)
Instance Method Summary
- #fs_type : String?
- #fs_type=(fs_type : String?)
- #read_only : Bool?
- #read_only=(read_only : Bool?)
- #secret_ref : Api::Core::V1::SecretReference?
- #secret_ref=(secret_ref : Api::Core::V1::SecretReference?)
- #volume_id : String
- #volume_id=(volume_id : String)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.
Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.