struct
Kubernetes::Resources::Deployments::DeploymentStatus
- Kubernetes::Resources::Deployments::DeploymentStatus
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
resources/deployments.crConstructors
Instance Method Summary
- #available_replicas : Int32 | Nil
- #available_replicas=(available_replicas : Int32 | Nil)
- #ready_replicas : Int32 | Nil
- #ready_replicas=(ready_replicas : Int32 | Nil)
- #replicas : Int32 | Nil
- #replicas=(replicas : Int32 | Nil)
- #updated_replicas : Int32 | Nil
- #updated_replicas=(updated_replicas : Int32 | Nil)