Skip to content

Commit

Permalink
rebase: update configs with controller-gen v0.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Niels de Vos <[email protected]>
  • Loading branch information
nixpanic authored and mergify[bot] committed Jun 29, 2022
1 parent c93d199 commit d2bb4c6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.0
controller-gen.kubebuilder.io/version: v0.9.1
creationTimestamp: null
name: csiaddonsnodes.csiaddons.openshift.io
spec:
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/csiaddons.openshift.io_networkfences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.0
controller-gen.kubebuilder.io/version: v0.9.1
creationTimestamp: null
name: networkfences.csiaddons.openshift.io
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.0
controller-gen.kubebuilder.io/version: v0.9.1
creationTimestamp: null
name: reclaimspacecronjobs.csiaddons.openshift.io
spec:
Expand Down Expand Up @@ -185,6 +185,7 @@ spec:
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
type: string
type: object
x-kubernetes-map-type: atomic
lastScheduleTime:
description: Information when was the last time the job was successfully
scheduled.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.0
controller-gen.kubebuilder.io/version: v0.9.1
creationTimestamp: null
name: reclaimspacejobs.csiaddons.openshift.io
spec:
Expand Down
9 changes: 5 additions & 4 deletions deploy/controller/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.0
controller-gen.kubebuilder.io/version: v0.9.1
creationTimestamp: null
name: csiaddonsnodes.csiaddons.openshift.io
spec:
Expand Down Expand Up @@ -104,7 +104,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.0
controller-gen.kubebuilder.io/version: v0.9.1
creationTimestamp: null
name: networkfences.csiaddons.openshift.io
spec:
Expand Down Expand Up @@ -282,7 +282,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.0
controller-gen.kubebuilder.io/version: v0.9.1
creationTimestamp: null
name: reclaimspacecronjobs.csiaddons.openshift.io
spec:
Expand Down Expand Up @@ -464,6 +464,7 @@ spec:
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
type: string
type: object
x-kubernetes-map-type: atomic
lastScheduleTime:
description: Information when was the last time the job was successfully
scheduled.
Expand All @@ -485,7 +486,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.0
controller-gen.kubebuilder.io/version: v0.9.1
creationTimestamp: null
name: reclaimspacejobs.csiaddons.openshift.io
spec:
Expand Down

0 comments on commit d2bb4c6

Please sign in to comment.