class Pyrite::Api::Core::V1::PersistentVolumeClaimCondition

Overview

PersistentVolumeClaimCondition contails details about state of pvc

Defined in:

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

PersistentVolumeClaimCondition contails details about state of pvc


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

PersistentVolumeClaimCondition contails details about state of pvc


def self.new(*, last_probe_time : Time? = nil, last_transition_time : Time? = nil, message : String? = nil, reason : String? = nil, status : String, type : String) #

Instance Method Detail

def last_probe_time : Time? #

def last_probe_time=(last_probe_time : Time?) #

def last_transition_time : Time? #

def last_transition_time=(last_transition_time : Time?) #

def message : String? #

def message=(message : String?) #

def reason : String? #

def reason=(reason : String?) #

def status : String #

def status=(status : String) #

def type : String #

def type=(type : String) #