Skip to content

Commit

Permalink
KUBESAW-43: Replace the special ToolchainClusterCondition with the st…
Browse files Browse the repository at this point in the history
…andard toolchain Condition

Signed-off-by: Feny Mehta <[email protected]>
  • Loading branch information
fbm3307 committed Apr 25, 2024
1 parent 50180a0 commit cbbb5b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
13 changes: 5 additions & 8 deletions config/crd/bases/toolchain.dev.openshift.com_memberstatuses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,18 +169,16 @@ spec:
conditions:
description: Conditions is an array of current cluster conditions.
items:
description: ToolchainClusterCondition describes current state
of a cluster.
properties:
lastProbeTime:
description: Last time the condition was checked.
format: date-time
type: string
lastTransitionTime:
description: Last time the condition transit from one status
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.
Expand All @@ -193,10 +191,9 @@ spec:
Unknown.
type: string
type:
description: Type of cluster condition, Ready or Offline.
description: Type of condition
type: string
required:
- lastProbeTime
- status
- type
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,16 @@ spec:
conditions:
description: Conditions is an array of current cluster conditions.
items:
description: ToolchainClusterCondition describes current state of
a cluster.
properties:
lastProbeTime:
description: Last time the condition was checked.
format: date-time
type: string
lastTransitionTime:
description: Last time the condition transit from one status
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.
Expand All @@ -104,10 +102,9 @@ spec:
description: Status of the condition, one of True, False, Unknown.
type: string
type:
description: Type of cluster condition, Ready or Offline.
description: Type of condition
type: string
required:
- lastProbeTime
- status
- type
type: object
Expand Down

0 comments on commit cbbb5b7

Please sign in to comment.