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.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
-
.new(pull : JSON::PullParser)
AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
- .new(*, caching_mode : String? = nil, disk_name : String, disk_uri : String, fs_type : String? = nil, kind : String? = nil, read_only : Bool? = nil)
Instance Method Summary
- #caching_mode : String?
- #caching_mode=(caching_mode : String?)
- #disk_name : String
- #disk_name=(disk_name : String)
- #disk_uri : String
- #disk_uri=(disk_uri : String)
- #fs_type : String?
- #fs_type=(fs_type : String?)
- #kind : String?
- #kind=(kind : String?)
- #read_only : Bool?
- #read_only=(read_only : Bool?)
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)
#