ClusterInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
ClusterInfo represents status of a resource bundle rollout for a cluster.
Attributes |
|
---|---|
Name | Description |
membership |
str
Output only. gkehub membership of target cluster |
desired |
google.cloud.configdelivery_v1beta.types.ResourceBundleDeploymentInfo
Output only. Desired state for the resource bundle. |
initial |
google.cloud.configdelivery_v1beta.types.ResourceBundleDeploymentInfo
Output only. Initial state of the resource bundle prior to the deployment. |
current |
google.cloud.configdelivery_v1beta.types.ResourceBundleDeploymentInfo
Output only. Current state of the resource bundle. |
state |
google.cloud.configdelivery_v1beta.types.ClusterInfo.State
Output only. State of the rollout for the cluster. |
messages |
MutableSequence[str]
Output only. Unordered list. Messages convey additional information related to the deployment. |
start_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when reconciliation starts. |
end_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when reconciliation ends. |
Classes
State
State(value)
State of the rollout for the cluster.