class K8S::Api::Core::V1::CSIVolumeSource
- K8S::Api::Core::V1::CSIVolumeSource
- Reference
- Object
Overview
Represents a source location of a volume to mount, managed by an external CSI driver
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.23/api/core/v1/csi_volume_source.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, driver : String, fs_type : String? = nil, node_publish_secret_ref : Api::Core::V1::LocalObjectReference? = nil, read_only : Bool? = nil, volume_attributes : Hash(String, String)? = nil)
Instance Method Summary
- #driver : String
- #driver=(driver : String)
- #fs_type : String?
- #fs_type=(fs_type : String?)
- #node_publish_secret_ref : Api::Core::V1::LocalObjectReference?
- #node_publish_secret_ref=(node_publish_secret_ref : Api::Core::V1::LocalObjectReference?)
- #read_only : Bool?
- #read_only=(read_only : Bool?)
- #volume_attributes : Hash(String, String)?
- #volume_attributes=(volume_attributes : Hash(String, String)?)
Constructor Detail
def self.new(*, driver : String, fs_type : String? = nil, node_publish_secret_ref : Api::Core::V1::LocalObjectReference? = nil, read_only : Bool? = nil, volume_attributes : Hash(String, String)? = nil)
#
Instance Method Detail
def node_publish_secret_ref=(node_publish_secret_ref : Api::Core::V1::LocalObjectReference?)
#