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.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
CSIDriverSpec is the specification of a CSIDriver.
-
.new(pull : JSON::PullParser)
CSIDriverSpec is the specification of a CSIDriver.
- .new(*, attach_required : Bool? = nil, pod_info_on_mount : Bool? = nil)
Instance Method Summary
- #attach_required : Bool?
- #attach_required=(attach_required : Bool?)
- #pod_info_on_mount : Bool?
- #pod_info_on_mount=(pod_info_on_mount : Bool?)
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.