Skip to content

Commit

Permalink
add missing tags in OperatorStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
djoshy committed Feb 15, 2024
1 parent ecd7cdf commit 576ec0c
Show file tree
Hide file tree
Showing 33 changed files with 809 additions and 57 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
Loading

0 comments on commit 576ec0c

Please sign in to comment.