class K8S::Api::Core::V1::AzureFilePersistentVolumeSource
- K8S::Api::Core::V1::AzureFilePersistentVolumeSource
- Reference
- Object
Overview
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.18/api/core/v1/azure_file_persistent_volume_source.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, secret_name : String, share_name : String, read_only : Bool? = nil, secret_namespace : String? = nil)
Instance Method Summary
- #read_only : Bool?
- #read_only=(read_only : Bool?)
- #secret_name : String
- #secret_name=(secret_name : String)
- #secret_namespace : String?
- #secret_namespace=(secret_namespace : String?)
- #share_name : String
- #share_name=(share_name : String)