class K8S::Api::Storage::V1::CSIDriverSpec
- K8S::Api::Storage::V1::CSIDriverSpec
- Reference
- Object
Overview
CSIDriverSpec is the specification of a CSIDriver.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.18/api/storage/v1/csi_driver_spec.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, attach_required : Bool? = nil, pod_info_on_mount : Bool? = nil, volume_lifecycle_modes : Array(String)? = 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?)
- #volume_lifecycle_modes : Array(String)?
- #volume_lifecycle_modes=(volume_lifecycle_modes : Array(String)?)
Constructor Detail
def self.new(*, attach_required : Bool? = nil, pod_info_on_mount : Bool? = nil, volume_lifecycle_modes : Array(String)? = nil)
#