class Pyrite::Api::Storage::V1beta1::CSIDriverSpec

Overview

CSIDriverSpec is the specification of a CSIDriver.

Defined in:

versions/v1.14/api/storage/v1beta1/csi_driver_spec.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) #

CSIDriverSpec is the specification of a CSIDriver.


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

CSIDriverSpec is the specification of a CSIDriver.


def self.new(*, attach_required : Bool? = nil, pod_info_on_mount : Bool? = nil) #

Instance Method Detail

def attach_required : Bool? #

def attach_required=(attach_required : Bool?) #

def pod_info_on_mount : Bool? #

def pod_info_on_mount=(pod_info_on_mount : Bool?) #