struct
Kubernetes::Resources::Deployments::Deployment
- Kubernetes::Resources::Deployments::Deployment
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
resources/deployments.crConstructors
Instance Method Summary
- #api_version : String | Nil
- #api_version=(api_version : String | Nil)
- #kind : String | Nil
- #kind=(kind : String | Nil)
- #metadata : Kubernetes::Metadata
- #metadata=(metadata : Kubernetes::Metadata)
- #spec : DeploymentSpec | Nil
- #spec=(spec : DeploymentSpec | Nil)
- #status : DeploymentStatus | Nil
- #status=(status : DeploymentStatus | Nil)