class K8S::Api::Core::V1::CSIPersistentVolumeSource

Overview

Represents storage that is managed by an external CSI volume driver (Beta feature)

Included Modules

Defined in:

versions/v1.22/api/core/v1/csi_persistent_volume_source.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, driver : String, volume_handle : String, controller_expand_secret_ref : Api::Core::V1::SecretReference? = nil, 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) #

[View source]

Instance Method Detail

def controller_expand_secret_ref : Api::Core::V1::SecretReference? #

[View source]
def controller_expand_secret_ref=(controller_expand_secret_ref : Api::Core::V1::SecretReference?) #

[View source]
def controller_publish_secret_ref : Api::Core::V1::SecretReference? #

[View source]
def controller_publish_secret_ref=(controller_publish_secret_ref : Api::Core::V1::SecretReference?) #

[View source]
def driver : String #

[View source]
def driver=(driver : String) #

[View source]
def fs_type : String? #

[View source]
def fs_type=(fs_type : String?) #

[View source]
def node_publish_secret_ref : Api::Core::V1::SecretReference? #

[View source]
def node_publish_secret_ref=(node_publish_secret_ref : Api::Core::V1::SecretReference?) #

[View source]
def node_stage_secret_ref : Api::Core::V1::SecretReference? #

[View source]
def node_stage_secret_ref=(node_stage_secret_ref : Api::Core::V1::SecretReference?) #

[View source]
def read_only : Bool? #

[View source]
def read_only=(read_only : Bool?) #

[View source]
def volume_attributes : Hash(String, String)? #

[View source]
def volume_attributes=(volume_attributes : Hash(String, String)?) #

[View source]
def volume_handle : String #

[View source]
def volume_handle=(volume_handle : String) #

[View source]