Skip to content

Commit

Permalink
KUBESAW-248: CRD changes while droping the updates field (#1123)
Browse files Browse the repository at this point in the history
* KUBESAW-248: CRD changes while droping the updates field

Signed-off-by: Feny Mehta <[email protected]>

* updating dependencies of api

Signed-off-by: Feny Mehta <[email protected]>

* removing replace

Signed-off-by: Feny Mehta <[email protected]>

---------

Signed-off-by: Feny Mehta <[email protected]>
  • Loading branch information
fbm3307 authored Jan 16, 2025
1 parent b9bf3d4 commit 79d4b4d
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions config/crd/bases/toolchain.dev.openshift.com_nstemplatetiers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,43 +169,6 @@ spec:
is updated.
type: object
x-kubernetes-map-type: atomic
updates:
description: Updates is an array of all NSTemplateTier updates
items:
description: NSTemplateTierHistory a track record of an update
properties:
completionTime:
description: CompletionTime is the time when the last MasterUserRecord
was updated
format: date-time
type: string
failedAccounts:
description: FailedAccounts
items:
type: string
type: array
failures:
description: Failures is the number of MasterUserRecords which
failed to be updated
type: integer
hash:
description: Hash the hash matching on the templateRefs in the
resource spec
type: string
startTime:
description: StartTime is the time when the NSTemplateTier was
updated
format: date-time
type: string
required:
- failures
- hash
- startTime
type: object
type: array
x-kubernetes-list-map-keys:
- startTime
x-kubernetes-list-type: map
type: object
type: object
x-kubernetes-preserve-unknown-fields: true
Expand Down

0 comments on commit 79d4b4d

Please sign in to comment.