class Pyrite::Api::Core::V1::CSIPersistentVolumeSource

Overview

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

Defined in:

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

Constructors

Instance Method Summary

Constructor methods inherited from class Pyrite::Kubernetes::Spec

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Constructor Detail

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

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


def self.new(pull : JSON::PullParser) #

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


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

Instance Method Detail

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

def controller_publish_secret_ref=(controller_publish_secret_ref : Api::Core::V1::SecretReference?) #

def driver : String #

def driver=(driver : String) #

def fs_type : String? #

def fs_type=(fs_type : String?) #

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

def node_publish_secret_ref=(node_publish_secret_ref : Api::Core::V1::SecretReference?) #

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

def node_stage_secret_ref=(node_stage_secret_ref : Api::Core::V1::SecretReference?) #

def read_only : Bool? #

def read_only=(read_only : Bool?) #

def volume_attributes : Hash(String, String)? #

def volume_attributes=(volume_attributes : Hash(String, String)?) #

def volume_handle : String #

def volume_handle=(volume_handle : String) #