diff --git a/config/crd/bases/toolchain.dev.openshift.com_memberstatuses.yaml b/config/crd/bases/toolchain.dev.openshift.com_memberstatuses.yaml index 26cd3c6b..f964ff82 100644 --- a/config/crd/bases/toolchain.dev.openshift.com_memberstatuses.yaml +++ b/config/crd/bases/toolchain.dev.openshift.com_memberstatuses.yaml @@ -181,6 +181,10 @@ spec: to another. format: date-time type: string + lastUpdatedTime: + description: Last time the condition was updated + format: date-time + type: string message: description: Human readable message indicating details about last transition. @@ -196,7 +200,6 @@ spec: description: Type of cluster condition, Ready or Offline. type: string required: - - lastProbeTime - status - type type: object diff --git a/config/crd/bases/toolchain.dev.openshift.com_toolchainclusters.yaml b/config/crd/bases/toolchain.dev.openshift.com_toolchainclusters.yaml index 247bba32..85c161ad 100644 --- a/config/crd/bases/toolchain.dev.openshift.com_toolchainclusters.yaml +++ b/config/crd/bases/toolchain.dev.openshift.com_toolchainclusters.yaml @@ -93,6 +93,10 @@ spec: to another. format: date-time type: string + lastUpdatedTime: + description: Last time the condition was updated + format: date-time + type: string message: description: Human readable message indicating details about last transition. @@ -107,7 +111,6 @@ spec: description: Type of cluster condition, Ready or Offline. type: string required: - - lastProbeTime - status - type type: object