class K8S::Api::Core::V1::AzureFileVolumeSource
- K8S::Api::Core::V1::AzureFileVolumeSource
 - 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_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)
 
Instance Method Summary
- #read_only : Bool?
 - #read_only=(read_only : Bool?)
 - #secret_name : String
 - #secret_name=(secret_name : String)
 - #share_name : String
 - #share_name=(share_name : String)