class Pyrite::Api::Core::V1::AzureDiskVolumeSource

Overview

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

Defined in:

versions/v1.14/api/core/v1/azure_disk_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) #

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


def self.new(pull : JSON::PullParser) #

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


def self.new(*, caching_mode : String? = nil, disk_name : String, disk_uri : String, fs_type : String? = nil, kind : String? = nil, read_only : Bool? = nil) #

Instance Method Detail

def caching_mode : String? #

def caching_mode=(caching_mode : String?) #

def disk_name : String #

def disk_name=(disk_name : String) #

def disk_uri : String #

def disk_uri=(disk_uri : String) #

def fs_type : String? #

def fs_type=(fs_type : String?) #

def kind : String? #

def kind=(kind : String?) #

def read_only : Bool? #

def read_only=(read_only : Bool?) #