Skip to content

Commit

Permalink
fix: regenerate crd with kubernetes 1.26.1 resource fix (kubernetes/k…
Browse files Browse the repository at this point in the history
  • Loading branch information
nberlee committed Jan 19, 2023
1 parent 570b609 commit 57c8eab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/crd/etcd.database.coreos.com_etcdbackups.yaml
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.2
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
name: etcdbackups.etcd.database.coreos.com
spec:
Expand Down
10 changes: 7 additions & 3 deletions example/crd/etcd.database.coreos.com_etcdclusters.yaml
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.2
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
name: etcdclusters.etcd.database.coreos.com
spec:
Expand Down Expand Up @@ -1223,7 +1223,9 @@ spec:
- name
type: object
type: array
x-kubernetes-list-type: set
x-kubernetes-list-map-keys:
- name
x-kubernetes-list-type: map
limits:
additionalProperties:
anyOf:
Expand Down Expand Up @@ -1336,7 +1338,9 @@ spec:
- name
type: object
type: array
x-kubernetes-list-type: set
x-kubernetes-list-map-keys:
- name
x-kubernetes-list-type: map
limits:
additionalProperties:
anyOf:
Expand Down
2 changes: 1 addition & 1 deletion example/crd/etcd.database.coreos.com_etcdrestores.yaml
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.2
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
name: etcdrestores.etcd.database.coreos.com
spec:
Expand Down

0 comments on commit 57c8eab

Please sign in to comment.