class K8S::Api::Core::V1::StorageOSVolumeSource
- K8S::Api::Core::V1::StorageOSVolumeSource
- Reference
- Object
Overview
Represents a StorageOS persistent volume resource.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.13/api/core/v1/storage_os_volume_source.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, fs_type : String? = nil, read_only : Bool? = nil, secret_ref : Api::Core::V1::LocalObjectReference? = nil, volume_name : String? = nil, volume_namespace : String? = nil)
Instance Method Summary
- #fs_type : String?
- #fs_type=(fs_type : String?)
- #read_only : Bool?
- #read_only=(read_only : Bool?)
- #secret_ref : Api::Core::V1::LocalObjectReference?
- #secret_ref=(secret_ref : Api::Core::V1::LocalObjectReference?)
- #volume_name : String?
- #volume_name=(volume_name : String?)
- #volume_namespace : String?
- #volume_namespace=(volume_namespace : String?)
Constructor Detail
def self.new(*, fs_type : String? = nil, read_only : Bool? = nil, secret_ref : Api::Core::V1::LocalObjectReference? = nil, volume_name : String? = nil, volume_namespace : String? = nil)
#