Skip to content

Commit

Permalink
Update controller-tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
detiber committed Nov 14, 2019
1 parent 3e41de6 commit eb30d26
Show file tree
Hide file tree
Showing 11 changed files with 1,136 additions and 881 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.2.2
creationTimestamp: null
name: kubeadmconfigs.bootstrap.cluster.x-k8s.io
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.2.2
creationTimestamp: null
name: kubeadmconfigtemplates.bootstrap.cluster.x-k8s.io
spec:
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/cluster.x-k8s.io_clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.2.2
creationTimestamp: null
name: clusters.cluster.x-k8s.io
spec:
Expand Down
1,708 changes: 849 additions & 859 deletions config/crd/bases/cluster.x-k8s.io_kubeadmcontrolplanes.yaml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions config/crd/bases/cluster.x-k8s.io_machinedeployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.2.2
creationTimestamp: null
name: machinedeployments.cluster.x-k8s.io
spec:
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/cluster.x-k8s.io_machines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.2.2
creationTimestamp: null
name: machines.cluster.x-k8s.io
spec:
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/cluster.x-k8s.io_machinesets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.2.2
creationTimestamp: null
name: machinesets.cluster.x-k8s.io
spec:
Expand Down
4 changes: 2 additions & 2 deletions hack/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
github.com/blang/semver v3.5.1+incompatible
github.com/golangci/golangci-lint v1.21.0
golang.org/x/tools v0.0.0-20191010075000-0337d82405ff
k8s.io/code-generator v0.0.0-20190831074504-732c9ca86353
sigs.k8s.io/controller-tools v0.2.1
k8s.io/code-generator v0.0.0-20190912054826-cd179ad6a269
sigs.k8s.io/controller-tools v0.2.2
sigs.k8s.io/kubebuilder/docs/book/utils v0.0.0-20190903174343-de03361a00cb
sigs.k8s.io/testing_frameworks v0.1.1
)
159 changes: 140 additions & 19 deletions hack/tools/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/infrastructure/docker/hack/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.12

require (
sigs.k8s.io/cluster-api/hack/tools v0.0.0-20190830181856-67d897059593
sigs.k8s.io/controller-tools v0.2.1
sigs.k8s.io/controller-tools v0.2.2
)

replace sigs.k8s.io/cluster-api/hack/tools => ../../../../../hack/tools
132 changes: 132 additions & 0 deletions test/infrastructure/docker/hack/tools/go.sum

Large diffs are not rendered by default.

0 comments on commit eb30d26

Please sign in to comment.