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.cr

Constructors

Instance Method Summary

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.


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

Instance Method Detail

def read_only : Bool? #

def read_only=(read_only : Bool?) #

def secret_name : String #

def secret_name=(secret_name : String) #

def secret_namespace : String? #

def secret_namespace=(secret_namespace : String?) #

def share_name : String #

def share_name=(share_name : String) #