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.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
CSINodeSpec holds information about the specification of all CSI drivers installed on a node
-
.new(pull : JSON::PullParser)
CSINodeSpec holds information about the specification of all CSI drivers installed on a node
- .new(*, drivers : Array)
Instance Method Summary
- #drivers : Array(Api::Storage::V1beta1::CSINodeDriver)
- #drivers=(drivers : Array(Api::Storage::V1beta1::CSINodeDriver))
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