class Pyrite::Api::Core::V1::PersistentVolumeStatus

Overview

PersistentVolumeStatus is the current status of a persistent volume.

Defined in:

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

PersistentVolumeStatus is the current status of a persistent volume.


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

PersistentVolumeStatus is the current status of a persistent volume.


def self.new(*, message : String? = nil, phase : String? = nil, reason : String? = nil) #

Instance Method Detail

def message : String? #

def message=(message : String?) #

def phase : String? #

def phase=(phase : String?) #

def reason : String? #

def reason=(reason : String?) #