class K8S::Api::Core::V1::AzureFilePersistentVolumeSource

Overview

AzureFile represents an Azure File Service mount on the host and bind mount to the pod.

Included Modules

Defined in:

versions/v1.15/api/core/v1/azure_file_persistent_volume_source.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, secret_name : String, share_name : String, read_only : Bool? = nil, secret_namespace : String? = nil) #

[View source]

Instance Method Detail

def read_only : Bool? #

[View source]
def read_only=(read_only : Bool?) #

[View source]
def secret_name : String #

[View source]
def secret_name=(secret_name : String) #

[View source]
def secret_namespace : String? #

[View source]
def secret_namespace=(secret_namespace : String?) #

[View source]
def share_name : String #

[View source]
def share_name=(share_name : String) #

[View source]