You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// StatusPhaseReady indicates that the resource is ready. All conditions are met and are in status "True".
7
+
StatusPhaseReady="Ready"
8
+
// StatusPhaseProgressing indicates that the resource is not ready and being created or updated. At least one condition is not met and is in status "False".
9
+
StatusPhaseProgressing="Progressing"
10
+
// StatusPhaseTerminating indicates that the resource is not ready and in deletion. At least one condition is not met and is in status "False".
11
+
StatusPhaseTerminating="Terminating"
12
+
)
13
+
14
+
// Status represents the status of an openMCP resource.
15
+
typeStatusstruct {
16
+
// ObservedGeneration is the generation of this resource that was last reconciled by the controller.
0 commit comments