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.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
PersistentVolumeClaimStatus is the current status of a persistent volume claim.
-
.new(pull : JSON::PullParser)
PersistentVolumeClaimStatus is the current status of a persistent volume claim.
- .new(*, access_modes : Array? = nil, capacity : Hash(String, String)? = nil, conditions : Array? = nil, phase : String? = nil)
Instance Method Summary
- #access_modes : Array(String)?
- #access_modes=(access_modes : Array(String)?)
- #capacity : Hash(String, String)?
- #capacity=(capacity : Hash(String, String)?)
- #conditions : Array(Api::Core::V1::PersistentVolumeClaimCondition)?
- #conditions=(conditions : Array(Api::Core::V1::PersistentVolumeClaimCondition)?)
- #phase : String?
- #phase=(phase : 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)
#
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)
#