class Pyrite::Api::Core::V1::PersistentVolumeClaimStatus

Overview

PersistentVolumeClaimStatus is the current status of a persistent volume claim.

Defined in:

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

PersistentVolumeClaimStatus is the current status of a persistent volume claim.


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

PersistentVolumeClaimStatus is the current status of a persistent volume claim.


def self.new(*, access_modes : Array? = nil, capacity : Hash(String, String)? = nil, conditions : Array? = nil, phase : String? = nil) #

Instance Method Detail

def access_modes : Array(String)? #

def access_modes=(access_modes : Array(String)?) #

def capacity : Hash(String, String)? #

def capacity=(capacity : Hash(String, String)?) #


def conditions=(conditions : Array(Api::Core::V1::PersistentVolumeClaimCondition)?) #

def phase : String? #

def phase=(phase : String?) #