class Pyrite::Api::Storage::V1beta1::CSINodeSpec

Overview

CSINodeSpec holds information about the specification of all CSI drivers installed on a node

Defined in:

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

CSINodeSpec holds information about the specification of all CSI drivers installed on a node


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

CSINodeSpec holds information about the specification of all CSI drivers installed on a node


def self.new(*, drivers : Array) #

Instance Method Detail


def drivers=(drivers : Array(Api::Storage::V1beta1::CSINodeDriver)) #