struct
Kubernetes::Resources::Pods::ContainerStatus
- Kubernetes::Resources::Pods::ContainerStatus
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
resources/pods.crConstructors
Instance Method Summary
- #name : String
- #name=(name : String)
- #ready=(ready : Bool)
- #ready? : Bool
- #state : ContainerState | Nil
- #state=(state : ContainerState | Nil)