Skip to content

Commit 1e45ddd

Browse files
committed
chore: bump controller-gen version
Signed-off-by: Tyler Gillson <[email protected]>
1 parent 210a093 commit 1e45ddd

4 files changed

+55
-46
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
149149

150150
## Tool Versions
151151
CHART_VERSION=v0.0.1 # x-release-please-version
152-
CONTROLLER_TOOLS_VERSION ?= v0.12.0
152+
CONTROLLER_TOOLS_VERSION ?= v0.15.0
153153
ENVTEST_K8S_VERSION = 1.27.1
154154
HELM_VERSION=v3.10.1
155155
KUSTOMIZE_VERSION ?= v5.2.1

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/validation.spectrocloud.labs_validationresults.yaml

Lines changed: 31 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.12.0
6+
controller-gen.kubebuilder.io/version: v0.15.0
77
name: validationresults.validation.spectrocloud.labs
88
spec:
99
group: validation.spectrocloud.labs
@@ -33,14 +33,19 @@ spec:
3333
description: ValidationResult is the Schema for the validationresults API
3434
properties:
3535
apiVersion:
36-
description: 'APIVersion defines the versioned schema of this representation
37-
of an object. Servers should convert recognized schemas to the latest
38-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
36+
description: |-
37+
APIVersion defines the versioned schema of this representation of an object.
38+
Servers should convert recognized schemas to the latest internal value, and
39+
may reject unrecognized values.
40+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
3941
type: string
4042
kind:
41-
description: 'Kind is a string value representing the REST resource this
42-
object represents. Servers may infer this from the endpoint the client
43-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
43+
description: |-
44+
Kind is a string value representing the REST resource this object represents.
45+
Servers may infer this from the endpoint the client submits requests to.
46+
Cannot be updated.
47+
In CamelCase.
48+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
4449
type: string
4550
metadata:
4651
type: object
@@ -67,37 +72,37 @@ spec:
6772
operational state.
6873
properties:
6974
lastTransitionTime:
70-
description: Last time the condition transitioned from one status
71-
to another. This should be when the underlying condition changed.
72-
If that is not known, then using the time when the API field
73-
changed is acceptable.
75+
description: |-
76+
Last time the condition transitioned from one status to another.
77+
This should be when the underlying condition changed. If that is not known, then using the time when
78+
the API field changed is acceptable.
7479
format: date-time
7580
type: string
7681
message:
77-
description: A human readable message indicating details about
78-
the transition. This field may be empty.
82+
description: |-
83+
A human readable message indicating details about the transition.
84+
This field may be empty.
7985
type: string
8086
reason:
81-
description: The reason for the condition's last transition
82-
in CamelCase. The specific API may choose whether or not this
83-
field is considered a guaranteed API. This field may not be
84-
empty.
87+
description: |-
88+
The reason for the condition's last transition in CamelCase.
89+
The specific API may choose whether or not this field is considered a guaranteed API.
90+
This field may not be empty.
8591
type: string
8692
severity:
87-
description: Severity provides an explicit classification of
88-
Reason code, so the users or machines can immediately understand
89-
the current situation and act accordingly. The Severity field
90-
MUST be set only when Status=False.
93+
description: |-
94+
Severity provides an explicit classification of Reason code, so the users or machines can immediately
95+
understand the current situation and act accordingly.
96+
The Severity field MUST be set only when Status=False.
9197
type: string
9298
status:
9399
description: Status of the condition, one of True, False, Unknown.
94100
type: string
95101
type:
96-
description: Type of condition in CamelCase or in foo.example.com/CamelCase.
97-
Many .condition.type values are consistent across resources
98-
like Available, but because arbitrary conditions can be useful
99-
(see .node.status.conditions), the ability to deconflict is
100-
important.
102+
description: |-
103+
Type of condition in CamelCase or in foo.example.com/CamelCase.
104+
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
105+
can be useful (see .node.status.conditions), the ability to deconflict is important.
101106
type: string
102107
required:
103108
- lastTransitionTime

config/crd/bases/validation.spectrocloud.labs_validatorconfigs.yaml

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.12.0
6+
controller-gen.kubebuilder.io/version: v0.15.0
77
name: validatorconfigs.validation.spectrocloud.labs
88
spec:
99
group: validation.spectrocloud.labs
@@ -20,14 +20,19 @@ spec:
2020
description: ValidatorConfig is the Schema for the validatorconfigs API
2121
properties:
2222
apiVersion:
23-
description: 'APIVersion defines the versioned schema of this representation
24-
of an object. Servers should convert recognized schemas to the latest
25-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23+
description: |-
24+
APIVersion defines the versioned schema of this representation of an object.
25+
Servers should convert recognized schemas to the latest internal value, and
26+
may reject unrecognized values.
27+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
2628
type: string
2729
kind:
28-
description: 'Kind is a string value representing the REST resource this
29-
object represents. Servers may infer this from the endpoint the client
30-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30+
description: |-
31+
Kind is a string value representing the REST resource this object represents.
32+
Servers may infer this from the endpoint the client submits requests to.
33+
Cannot be updated.
34+
In CamelCase.
35+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
3136
type: string
3237
metadata:
3338
type: object
@@ -86,15 +91,16 @@ spec:
8691
items:
8792
properties:
8893
lastUpdatedTime:
89-
description: Last time the condition transitioned from one status
90-
to another. This should be when the underlying condition changed.
91-
If that is not known, then using the time when the API field
92-
changed is acceptable.
94+
description: |-
95+
Last time the condition transitioned from one status to another.
96+
This should be when the underlying condition changed. If that is not known, then using the time when
97+
the API field changed is acceptable.
9398
format: date-time
9499
type: string
95100
message:
96-
description: A human readable message indicating details about
97-
the transition. This field may be empty.
101+
description: |-
102+
A human readable message indicating details about the transition.
103+
This field may be empty.
98104
type: string
99105
pluginName:
100106
description: Name of the Validator plugin.
@@ -103,11 +109,10 @@ spec:
103109
description: Status of the condition, one of True, False, Unknown.
104110
type: string
105111
type:
106-
description: Type of condition in CamelCase or in foo.example.com/CamelCase.
107-
Many .condition.type values are consistent across resources
108-
like Available, but because arbitrary conditions can be useful
109-
(see .node.status.conditions), the ability to deconflict is
110-
important.
112+
description: |-
113+
Type of condition in CamelCase or in foo.example.com/CamelCase.
114+
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
115+
can be useful (see .node.status.conditions), the ability to deconflict is important.
111116
type: string
112117
required:
113118
- lastUpdatedTime

0 commit comments

Comments
 (0)