Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AggregateStatus ¶ added in v0.7.0
AggregateStatus computes the aggregate status for all the resources. The rules are the following:
- If any of the resources has the FailedStatus, the aggregate status is also FailedStatus
- If none of the resources have the FailedStatus and at least one is UnknownStatus, the aggregate status is UnknownStatus
- If all the resources have the desired status, the aggregate status is the desired status.
- If none of the first three rules apply, the aggregate status is InProgressStatus
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.