struct
Kubernetes::Resources::Deployments::DeploymentSpec
- Kubernetes::Resources::Deployments::DeploymentSpec
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
resources/deployments.crConstructors
Instance Method Summary
- #replicas : Int32 | Nil
- #replicas=(replicas : Int32 | Nil)
- #selector : LabelSelector | Nil
- #selector=(selector : LabelSelector | Nil)
- #template : PodTemplateSpec | Nil
- #template=(template : PodTemplateSpec | Nil)