Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KUBESAW-248: CRD changes while droping the updates field #1123

Merged
merged 5 commits into from
Jan 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading