class Pyrite::Api::Core::V1::AzureFilePersistentVolumeSource
Overview
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
Defined in:
versions/v1.14/api/core/v1/azure_file_persistent_volume_source.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
-
.new(pull : JSON::PullParser)
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
- .new(*, read_only : Bool? = nil, secret_name : String, secret_namespace : String? = nil, share_name : String)
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)
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)
#
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
def self.new(pull : JSON::PullParser)
#
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.