class K8S::Api::Core::V1::PersistentVolumeStatus
- K8S::Api::Core::V1::PersistentVolumeStatus
- Reference
- Object
Overview
PersistentVolumeStatus is the current status of a persistent volume.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.11/api/core/v1/persistent_volume_status.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .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?)