From 79d4b4db1d8bbc804898e1a4fa98cae44eacb70d Mon Sep 17 00:00:00 2001 From: Feny Mehta Date: Thu, 16 Jan 2025 16:39:46 +0530 Subject: [PATCH] KUBESAW-248: CRD changes while droping the updates field (#1123) * KUBESAW-248: CRD changes while droping the updates field Signed-off-by: Feny Mehta * updating dependencies of api Signed-off-by: Feny Mehta * removing replace Signed-off-by: Feny Mehta --------- Signed-off-by: Feny Mehta --- ...ain.dev.openshift.com_nstemplatetiers.yaml | 37 ------------------- 1 file changed, 37 deletions(-) diff --git a/config/crd/bases/toolchain.dev.openshift.com_nstemplatetiers.yaml b/config/crd/bases/toolchain.dev.openshift.com_nstemplatetiers.yaml index e489d5200..efba07949 100644 --- a/config/crd/bases/toolchain.dev.openshift.com_nstemplatetiers.yaml +++ b/config/crd/bases/toolchain.dev.openshift.com_nstemplatetiers.yaml @@ -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