rancher v2.15.1

ClusterRoleTemplateBinding.status

Status is the most recently observed status of the ClusterRoleTemplateBinding. BEWARE. This is read from and written to by __two__ controllers.

8 fields
ClusterRoleTemplateBinding.status fields and descriptions
Field / TypeDescription
lastUpdateTime
string

LastUpdateTime is a k8s timestamp of the last time the status was updated by any of the two controllers operating on it.

object[]

LocalConditions is a slice of Condition, indicating the status of backing RBAC objects created in the local cluster.

observedGenerationLocal
integer

ObservedGenerationLocal is the most recent generation (metadata.generation in CRTB) observed by the local controller operating on this status. Populated by the system.

  • format: int64
observedGenerationRemote
integer

ObservedGenerationRemote is the most recent generation (metadata.generation in CRTB) observed by the remote controller operating on this status. Populated by the system.

  • format: int64
object[]

RemoteConditions is a slice of Condition, indicating the status of backing RBAC objects created in the downstream cluster.

summary
string

Summary represents the summary of all resources. One of "Complete" or "Error".

summaryLocal
string

SummaryLocal represents the summary of the resources created in the local cluster. One of "Complete" or "Error".

summaryRemote
string

SummaryRemote represents the summary of the resources created in the downstream cluster. One of "Complete" or "Error".