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
- YAML::Serializable
Defined in:
versions/v1.21/api/storage/v1/csi_driver_spec.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, attach_required : Bool? = nil, fs_group_policy : String? = nil, pod_info_on_mount : Bool? = nil, requires_republish : Bool? = nil, storage_capacity : Bool? = nil, token_requests : Array? = nil, volume_lifecycle_modes : Array? = nil)
Instance Method Summary
- #attach_required : Bool?
- #attach_required=(attach_required : Bool?)
- #fs_group_policy : String?
- #fs_group_policy=(fs_group_policy : String?)
- #pod_info_on_mount : Bool?
- #pod_info_on_mount=(pod_info_on_mount : Bool?)
- #requires_republish : Bool?
- #requires_republish=(requires_republish : Bool?)
- #storage_capacity : Bool?
- #storage_capacity=(storage_capacity : Bool?)
- #token_requests : Array(Api::Storage::V1::TokenRequest)?
- #token_requests=(token_requests : Array(Api::Storage::V1::TokenRequest)?)
- #volume_lifecycle_modes : Array(String)?
- #volume_lifecycle_modes=(volume_lifecycle_modes : Array(String)?)
Constructor Detail
def self.new(*, attach_required : Bool? = nil, fs_group_policy : String? = nil, pod_info_on_mount : Bool? = nil, requires_republish : Bool? = nil, storage_capacity : Bool? = nil, token_requests : Array? = nil, volume_lifecycle_modes : Array? = nil)
#