Class HydratedDeployment (0.2.2)

HydratedDeployment(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A collection of kubernetes yaml files which are deployed on a Workload Cluster. Hydrated Deployments are created by TNA intent based automation.

Attributes

NameDescription
name str
Output only. The name of the hydrated deployment.
state google.cloud.telcoautomation_v1alpha1.types.HydratedDeployment.State
Output only. State of the hydrated deployment (DRAFT, APPLIED).
files MutableSequence[google.cloud.telcoautomation_v1alpha1.types.File]
Optional. File contents of a hydrated deployment. When invoking UpdateHydratedBlueprint API, only the modified files should be included in this. Files that are not included in the update of a hydrated deployment will not be changed.
workload_cluster str
Output only. WorkloadCluster identifies which workload cluster will the hydrated deployment will be deployed on.

Classes

State

State(value)

State defines which state the current hydrated deployment is in.

Values: STATE_UNSPECIFIED (0): Unspecified state. DRAFT (1): A hydrated deployment starts in DRAFT state. All edits are made in DRAFT state. APPLIED (2): When the edit is applied, the hydrated deployment moves to APPLIED state. No changes can be made once a hydrated deployment is applied.