Skip to content

Commit

Permalink
Merge pull request #1672 from djoshy/manage-boot-image-toggle
Browse files Browse the repository at this point in the history
MCO-820: Add boot images update opt-in mechanism
  • Loading branch information
openshift-merge-bot[bot] committed Feb 28, 2024
2 parents 750a3e2 + 247d3e0 commit 217662e
Show file tree
Hide file tree
Showing 38 changed files with 2,264 additions and 58 deletions.
6 changes: 6 additions & 0 deletions imageregistry/v1/00_imageregistry.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1892,8 +1892,13 @@ spec:
type: string
type:
type: string
required:
- type
type: object
type: array
x-kubernetes-list-map-keys:
- type
x-kubernetes-list-type: map
generations:
description: generations are used to determine when an item needs
to be reconciled or has changed in a way that needs a reaction.
Expand Down Expand Up @@ -1926,6 +1931,7 @@ spec:
type: string
type: object
type: array
x-kubernetes-list-type: atomic
observedGeneration:
description: observedGeneration is the last generation change you've
dealt with
Expand Down
2 changes: 2 additions & 0 deletions imageregistry/v1/01_imagepruner.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1192,6 +1192,8 @@ spec:
type: string
type:
type: string
required:
- type
type: object
type: array
observedGeneration:
Expand Down
529 changes: 528 additions & 1 deletion openapi/generated_openapi/zz_generated.openapi.go

Large diffs are not rendered by default.

Loading

0 comments on commit 217662e

Please sign in to comment.