class K8S::Api::Core::V1::AWSElasticBlockStoreVolumeSource

Overview

Represents a Persistent Disk resource in AWS.

An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as [read/write once. AWS EBS volumes support ownership management and SELinux relabeling.](read/write once. AWS EBS volumes support ownership management and SELinux relabeling.)

Included Modules

Defined in:

versions/v1.11/api/core/v1/aws_elastic_block_store_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(*, volume_id : String, fs_type : String? = nil, partition : Int32? = nil, read_only : Bool? = nil) #

[View source]

Instance Method Detail

def fs_type : String? #

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

[View source]
def partition : Int32? #

[View source]
def partition=(partition : Int32?) #

[View source]
def read_only : Bool? #

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

[View source]
def volume_id : String #

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

[View source]