class K8S::Api::Core::V1::AzureDiskVolumeSource

Overview

AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.

Included Modules

Defined in:

versions/v1.11/api/core/v1/azure_disk_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(*, disk_name : String, disk_uri : String, caching_mode : String? = nil, fs_type : String? = nil, kind : String? = nil, read_only : Bool? = nil) #

[View source]

Instance Method Detail

def caching_mode : String? #

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

[View source]
def disk_name : String #

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

[View source]
def disk_uri : String #

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

[View source]
def fs_type : String? #

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

[View source]
def kind : String? #

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

[View source]
def read_only : Bool? #

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

[View source]