Skip to content

Commit adfa182

Browse files
Update InfraCluster contract to include Paused condition
1 parent 404084f commit adfa182

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/book/src/developer/providers/contracts/infra-cluster.md

+2
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,8 @@ If a condition with type `Ready` exist, such condition will be mirrored in Clust
308308
Please note that the `Ready` condition is expected to surface the status of the InfraCluster during its own entire lifecycle,
309309
including initial provisioning, the final deletion process, and the period in between these two moments.
310310

311+
Provider implementers SHOULD implement `Status.Conditions[Paused]` to report if the cluster is paused. It should check if 'spec.paused' is set on the cluster, and for the paused annotation. Implementing this condition is currently optional, but we may revisit this in the future.
312+
311313
See [Cluster API condition proposal] for more context.
312314

313315
<aside class="note warning">

0 commit comments

Comments
 (0)