Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Upgrade controller tools to v0.9.2 #3590

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 1 addition & 7 deletions config/crd/bases/bootstrap.cluster.x-k8s.io_eksconfigs.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.7.1-0.20211110210727-ab52f76cc7d1
controller-gen.kubebuilder.io/version: v0.9.2
creationTimestamp: null
name: eksconfigs.bootstrap.cluster.x-k8s.io
spec:
Expand Down Expand Up @@ -380,9 +380,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
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.7.1-0.20211110210727-ab52f76cc7d1
controller-gen.kubebuilder.io/version: v0.9.2
creationTimestamp: null
name: eksconfigtemplates.bootstrap.cluster.x-k8s.io
spec:
Expand Down Expand Up @@ -180,9 +180,3 @@ spec:
type: object
served: true
storage: true
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
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.7.1-0.20211110210727-ab52f76cc7d1
controller-gen.kubebuilder.io/version: v0.9.2
creationTimestamp: null
name: awsmanagedcontrolplanes.controlplane.cluster.x-k8s.io
spec:
Expand Down Expand Up @@ -808,6 +808,8 @@ spec:
description: ControlPlane determines if this failure domain
is suitable for use by control plane machines.
type: boolean
required:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trying to figure out why the CRD generation makes this a required field, which should not be the case.

- controlPlane
type: object
description: FailureDomains specifies a list fo available availability
zones that can be used
Expand Down Expand Up @@ -1898,6 +1900,8 @@ spec:
description: ControlPlane determines if this failure domain
is suitable for use by control plane machines.
type: boolean
required:
- controlPlane
type: object
description: FailureDomains specifies a list fo available availability
zones that can be used
Expand Down Expand Up @@ -3366,9 +3370,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
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.7.1-0.20211110210727-ab52f76cc7d1
controller-gen.kubebuilder.io/version: v0.9.2
creationTimestamp: null
name: awsclustercontrolleridentities.infrastructure.cluster.x-k8s.io
spec:
Expand Down Expand Up @@ -104,6 +104,7 @@ spec:
"value". The requirements are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
type: object
type: object
type: object
Expand Down Expand Up @@ -194,6 +195,7 @@ spec:
"value". The requirements are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
type: object
type: object
type: object
Expand Down Expand Up @@ -284,14 +286,9 @@ spec:
"value". The requirements are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
type: object
type: object
type: object
served: true
storage: true
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
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.7.1-0.20211110210727-ab52f76cc7d1
controller-gen.kubebuilder.io/version: v0.9.2
creationTimestamp: null
name: awsclusterroleidentities.infrastructure.cluster.x-k8s.io
spec:
Expand Down Expand Up @@ -103,6 +103,7 @@ spec:
"value". The requirements are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
type: object
durationSeconds:
description: The duration, in seconds, of the role session before
Expand Down Expand Up @@ -251,6 +252,7 @@ spec:
"value". The requirements are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
type: object
durationSeconds:
description: The duration, in seconds, of the role session before
Expand Down Expand Up @@ -399,6 +401,7 @@ spec:
"value". The requirements are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
type: object
durationSeconds:
description: The duration, in seconds, of the role session before
Expand Down Expand Up @@ -463,9 +466,3 @@ spec:
type: object
served: true
storage: true
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
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.7.1-0.20211110210727-ab52f76cc7d1
controller-gen.kubebuilder.io/version: v0.9.2
creationTimestamp: null
name: awsclusters.infrastructure.cluster.x-k8s.io
spec:
Expand Down Expand Up @@ -2340,9 +2340,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
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.7.1-0.20211110210727-ab52f76cc7d1
controller-gen.kubebuilder.io/version: v0.9.2
creationTimestamp: null
name: awsclusterstaticidentities.infrastructure.cluster.x-k8s.io
spec:
Expand Down Expand Up @@ -104,6 +104,7 @@ spec:
"value". The requirements are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
type: object
secretRef:
description: 'Reference to a secret containing the credentials. The
Expand All @@ -120,6 +121,7 @@ spec:
name must be unique.
type: string
type: object
x-kubernetes-map-type: atomic
required:
- secretRef
type: object
Expand Down Expand Up @@ -211,6 +213,7 @@ spec:
"value". The requirements are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
type: object
secretRef:
description: 'Reference to a secret containing the credentials. The
Expand Down Expand Up @@ -309,6 +312,7 @@ spec:
"value". The requirements are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
type: object
secretRef:
description: 'Reference to a secret containing the credentials. The
Expand All @@ -322,9 +326,3 @@ spec:
type: object
served: true
storage: true
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
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.7.1-0.20211110210727-ab52f76cc7d1
controller-gen.kubebuilder.io/version: v0.9.2
creationTimestamp: null
name: awsclustertemplates.infrastructure.cluster.x-k8s.io
spec:
Expand Down Expand Up @@ -736,9 +736,3 @@ spec:
served: true
storage: true
subresources: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
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.7.1-0.20211110210727-ab52f76cc7d1
controller-gen.kubebuilder.io/version: v0.9.2
creationTimestamp: null
name: awsfargateprofiles.infrastructure.cluster.x-k8s.io
spec:
Expand Down Expand Up @@ -536,9 +536,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
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.7.1-0.20211110210727-ab52f76cc7d1
controller-gen.kubebuilder.io/version: v0.9.2
creationTimestamp: null
name: awsmachinepools.infrastructure.cluster.x-k8s.io
spec:
Expand Down Expand Up @@ -1417,9 +1417,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
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.7.1-0.20211110210727-ab52f76cc7d1
controller-gen.kubebuilder.io/version: v0.9.2
creationTimestamp: null
name: awsmachines.infrastructure.cluster.x-k8s.io
spec:
Expand Down Expand Up @@ -1406,9 +1406,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
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.7.1-0.20211110210727-ab52f76cc7d1
controller-gen.kubebuilder.io/version: v0.9.2
creationTimestamp: null
name: awsmachinetemplates.infrastructure.cluster.x-k8s.io
spec:
Expand Down Expand Up @@ -1118,9 +1118,3 @@ spec:
type: object
served: true
storage: true
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
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.7.1-0.20211110210727-ab52f76cc7d1
controller-gen.kubebuilder.io/version: v0.9.2
creationTimestamp: null
name: awsmanagedclusters.infrastructure.cluster.x-k8s.io
spec:
Expand Down Expand Up @@ -92,6 +92,8 @@ spec:
description: ControlPlane determines if this failure domain
is suitable for use by control plane machines.
type: boolean
required:
- controlPlane
type: object
description: FailureDomains specifies a list fo available availability
zones that can be used
Expand All @@ -106,9 +108,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
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.7.1-0.20211110210727-ab52f76cc7d1
controller-gen.kubebuilder.io/version: v0.9.2
creationTimestamp: null
name: awsmanagedmachinepools.infrastructure.cluster.x-k8s.io
spec:
Expand Down Expand Up @@ -778,9 +778,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []