Class HydratedDeployment (0.2.4)

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

Name Description
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.