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.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
PersistentVolumeStatus is the current status of a persistent volume.
-
.new(pull : JSON::PullParser)
PersistentVolumeStatus is the current status of a persistent volume.
- .new(*, message : String? = nil, phase : String? = nil, reason : String? = nil)
Instance Method Summary
- #message : String?
- #message=(message : String?)
- #phase : String?
- #phase=(phase : String?)
- #reason : String?
- #reason=(reason : String?)
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.