class K8S::Api::Core::V1::CSIPersistentVolumeSource
- K8S::Api::Core::V1::CSIPersistentVolumeSource
- Reference
- Object
Overview
Represents storage that is managed by an external CSI volume driver (Beta feature)
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.13/api/core/v1/csi_persistent_volume_source.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, driver : String, volume_handle : String, controller_publish_secret_ref : Api::Core::V1::SecretReference? = nil, fs_type : String? = nil, node_publish_secret_ref : Api::Core::V1::SecretReference? = nil, node_stage_secret_ref : Api::Core::V1::SecretReference? = nil, read_only : Bool? = nil, volume_attributes : Hash(String, String)? = nil)
Instance Method Summary
- #controller_publish_secret_ref : Api::Core::V1::SecretReference?
- #controller_publish_secret_ref=(controller_publish_secret_ref : Api::Core::V1::SecretReference?)
- #driver : String
- #driver=(driver : String)
- #fs_type : String?
- #fs_type=(fs_type : String?)
- #node_publish_secret_ref : Api::Core::V1::SecretReference?
- #node_publish_secret_ref=(node_publish_secret_ref : Api::Core::V1::SecretReference?)
- #node_stage_secret_ref : Api::Core::V1::SecretReference?
- #node_stage_secret_ref=(node_stage_secret_ref : Api::Core::V1::SecretReference?)
- #read_only : Bool?
- #read_only=(read_only : Bool?)
- #volume_attributes : Hash(String, String)?
- #volume_attributes=(volume_attributes : Hash(String, String)?)
- #volume_handle : String
- #volume_handle=(volume_handle : String)
Constructor Detail
def self.new(*, driver : String, volume_handle : String, controller_publish_secret_ref : Api::Core::V1::SecretReference? = nil, fs_type : String? = nil, node_publish_secret_ref : Api::Core::V1::SecretReference? = nil, node_stage_secret_ref : Api::Core::V1::SecretReference? = nil, read_only : Bool? = nil, volume_attributes : Hash(String, String)? = nil)
#
Instance Method Detail
def controller_publish_secret_ref=(controller_publish_secret_ref : Api::Core::V1::SecretReference?)
#
def node_publish_secret_ref=(node_publish_secret_ref : Api::Core::V1::SecretReference?)
#