ClusterRoleTemplateBinding.status
Status is the most recently observed status of the ClusterRoleTemplateBinding. BEWARE. This is read from and written to by __two__ controllers.
| Field / Type | Description |
|---|---|
lastUpdateTime | LastUpdateTime is a k8s timestamp of the last time the status was updated by any of the two controllers operating on it. |
LocalConditions is a slice of Condition, indicating the status of backing RBAC objects created in the local cluster. | |
observedGenerationLocal | ObservedGenerationLocal is the most recent generation (metadata.generation in CRTB) observed by the local controller operating on this status. Populated by the system.
|
observedGenerationRemote | ObservedGenerationRemote is the most recent generation (metadata.generation in CRTB) observed by the remote controller operating on this status. Populated by the system.
|
RemoteConditions is a slice of Condition, indicating the status of backing RBAC objects created in the downstream cluster. | |
summary | Summary represents the summary of all resources. One of "Complete" or "Error". |
summaryLocal | SummaryLocal represents the summary of the resources created in the local cluster. One of "Complete" or "Error". |
summaryRemote | SummaryRemote represents the summary of the resources created in the downstream cluster. One of "Complete" or "Error". |