class K8S::Api::Core::V1::PersistentVolumeClaimStatus

Overview

PersistentVolumeClaimStatus is the current status of a persistent volume claim.

Included Modules

Defined in:

versions/v1.16/api/core/v1/persistent_volume_claim_status.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(*, access_modes : Array(String)? = nil, capacity : Hash(String, Int32 | String)? = nil, conditions : Array(Api::Core::V1::PersistentVolumeClaimCondition)? = nil, phase : String? = nil) #

[View source]

Instance Method Detail

def access_modes : Array(String)? #

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

[View source]
def capacity : Hash(String, Int32 | String)? #

[View source]
def capacity=(capacity : Hash(String, Int32 | String)?) #

[View source]

[View source]
def conditions=(conditions : Array(Api::Core::V1::PersistentVolumeClaimCondition)?) #

[View source]
def phase : String? #

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

[View source]