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

Overview

PersistentVolumeClaimStatus is the current status of a persistent volume claim.

Included Modules

Defined in:

versions/v1.23/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? = nil, allocated_resources : Hash(String, String)? = nil, capacity : Hash(String, String)? = nil, conditions : Array? = nil, phase : String? = nil, resize_status : String? = nil) #

[View source]

Instance Method Detail

def access_modes : Array(String)? #

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

[View source]
def allocated_resources : Hash(String, String)? #

[View source]
def allocated_resources=(allocated_resources : Hash(String, String)?) #

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

[View source]
def capacity=(capacity : Hash(String, 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]
def resize_status : String? #

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

[View source]