Skip to content

Commit 9f4248e

Browse files
Bump sigs.k8s.io/controller-tools from 0.13.0 to 0.14.0 (#1461)
* Bump sigs.k8s.io/controller-tools from 0.13.0 to 0.14.0 Bumps [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/kubernetes-sigs/controller-tools/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-tools/blob/master/RELEASE.md) - [Commits](kubernetes-sigs/controller-tools@v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: sigs.k8s.io/controller-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Regenerate CRDs --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Saylor Berman <s.berman@f5.com>
1 parent 71e9ce7 commit 9f4248e

File tree

4 files changed

+94
-81
lines changed

4 files changed

+94
-81
lines changed

deploy/helm-chart/crds/gateway.nginx.org_nginxgateways.yaml

Lines changed: 42 additions & 36 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.13.0
6+
controller-gen.kubebuilder.io/version: v0.14.0
77
name: nginxgateways.gateway.nginx.org
88
spec:
99
group: gateway.nginx.org
@@ -21,14 +21,19 @@ spec:
2121
Gateway Fabric control plane.
2222
properties:
2323
apiVersion:
24-
description: 'APIVersion defines the versioned schema of this representation
25-
of an object. Servers should convert recognized schemas to the latest
26-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
24+
description: |-
25+
APIVersion defines the versioned schema of this representation of an object.
26+
Servers should convert recognized schemas to the latest internal value, and
27+
may reject unrecognized values.
28+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
2729
type: string
2830
kind:
29-
description: 'Kind is a string value representing the REST resource this
30-
object represents. Servers may infer this from the endpoint the client
31-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
31+
description: |-
32+
Kind is a string value representing the REST resource this object represents.
33+
Servers may infer this from the endpoint the client submits requests to.
34+
Cannot be updated.
35+
In CamelCase.
36+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
3237
type: string
3338
metadata:
3439
type: object
@@ -55,42 +60,42 @@ spec:
5560
conditions:
5661
items:
5762
description: "Condition contains details for one aspect of the current
58-
state of this API Resource. --- This struct is intended for direct
59-
use as an array at the field path .status.conditions. For example,
60-
\n type FooStatus struct{ // Represents the observations of a
61-
foo's current state. // Known .status.conditions.type are: \"Available\",
62-
\"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge
63-
// +listType=map // +listMapKey=type Conditions []metav1.Condition
64-
`json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\"
65-
protobuf:\"bytes,1,rep,name=conditions\"` \n // other fields }"
63+
state of this API Resource.\n---\nThis struct is intended for
64+
direct use as an array at the field path .status.conditions. For
65+
example,\n\n\n\ttype FooStatus struct{\n\t // Represents the
66+
observations of a foo's current state.\n\t // Known .status.conditions.type
67+
are: \"Available\", \"Progressing\", and \"Degraded\"\n\t //
68+
+patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
69+
\ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\"
70+
patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t
71+
\ // other fields\n\t}"
6672
properties:
6773
lastTransitionTime:
68-
description: lastTransitionTime is the last time the condition
69-
transitioned from one status to another. This should be when
70-
the underlying condition changed. If that is not known, then
71-
using the time when the API field changed is acceptable.
74+
description: |-
75+
lastTransitionTime is the last time the condition transitioned from one status to another.
76+
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
7277
format: date-time
7378
type: string
7479
message:
75-
description: message is a human readable message indicating
76-
details about the transition. This may be an empty string.
80+
description: |-
81+
message is a human readable message indicating details about the transition.
82+
This may be an empty string.
7783
maxLength: 32768
7884
type: string
7985
observedGeneration:
80-
description: observedGeneration represents the .metadata.generation
81-
that the condition was set based upon. For instance, if .metadata.generation
82-
is currently 12, but the .status.conditions[x].observedGeneration
83-
is 9, the condition is out of date with respect to the current
84-
state of the instance.
86+
description: |-
87+
observedGeneration represents the .metadata.generation that the condition was set based upon.
88+
For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date
89+
with respect to the current state of the instance.
8590
format: int64
8691
minimum: 0
8792
type: integer
8893
reason:
89-
description: reason contains a programmatic identifier indicating
90-
the reason for the condition's last transition. Producers
91-
of specific condition types may define expected values and
92-
meanings for this field, and whether the values are considered
93-
a guaranteed API. The value should be a CamelCase string.
94+
description: |-
95+
reason contains a programmatic identifier indicating the reason for the condition's last transition.
96+
Producers of specific condition types may define expected values and meanings for this field,
97+
and whether the values are considered a guaranteed API.
98+
The value should be a CamelCase string.
9499
This field may not be empty.
95100
maxLength: 1024
96101
minLength: 1
@@ -104,11 +109,12 @@ spec:
104109
- Unknown
105110
type: string
106111
type:
107-
description: type of condition in CamelCase or in foo.example.com/CamelCase.
108-
--- Many .condition.type values are consistent across resources
109-
like Available, but because arbitrary conditions can be useful
110-
(see .node.status.conditions), the ability to deconflict is
111-
important. The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
112+
description: |-
113+
type of condition in CamelCase or in foo.example.com/CamelCase.
114+
---
115+
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
116+
useful (see .node.status.conditions), the ability to deconflict is important.
117+
The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
112118
maxLength: 316
113119
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
114120
type: string

deploy/manifests/crds/gateway.nginx.org_nginxgateways.yaml

Lines changed: 42 additions & 36 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.13.0
6+
controller-gen.kubebuilder.io/version: v0.14.0
77
name: nginxgateways.gateway.nginx.org
88
spec:
99
group: gateway.nginx.org
@@ -21,14 +21,19 @@ spec:
2121
Gateway Fabric control plane.
2222
properties:
2323
apiVersion:
24-
description: 'APIVersion defines the versioned schema of this representation
25-
of an object. Servers should convert recognized schemas to the latest
26-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
24+
description: |-
25+
APIVersion defines the versioned schema of this representation of an object.
26+
Servers should convert recognized schemas to the latest internal value, and
27+
may reject unrecognized values.
28+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
2729
type: string
2830
kind:
29-
description: 'Kind is a string value representing the REST resource this
30-
object represents. Servers may infer this from the endpoint the client
31-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
31+
description: |-
32+
Kind is a string value representing the REST resource this object represents.
33+
Servers may infer this from the endpoint the client submits requests to.
34+
Cannot be updated.
35+
In CamelCase.
36+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
3237
type: string
3338
metadata:
3439
type: object
@@ -55,42 +60,42 @@ spec:
5560
conditions:
5661
items:
5762
description: "Condition contains details for one aspect of the current
58-
state of this API Resource. --- This struct is intended for direct
59-
use as an array at the field path .status.conditions. For example,
60-
\n type FooStatus struct{ // Represents the observations of a
61-
foo's current state. // Known .status.conditions.type are: \"Available\",
62-
\"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge
63-
// +listType=map // +listMapKey=type Conditions []metav1.Condition
64-
`json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\"
65-
protobuf:\"bytes,1,rep,name=conditions\"` \n // other fields }"
63+
state of this API Resource.\n---\nThis struct is intended for
64+
direct use as an array at the field path .status.conditions. For
65+
example,\n\n\n\ttype FooStatus struct{\n\t // Represents the
66+
observations of a foo's current state.\n\t // Known .status.conditions.type
67+
are: \"Available\", \"Progressing\", and \"Degraded\"\n\t //
68+
+patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
69+
\ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\"
70+
patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t
71+
\ // other fields\n\t}"
6672
properties:
6773
lastTransitionTime:
68-
description: lastTransitionTime is the last time the condition
69-
transitioned from one status to another. This should be when
70-
the underlying condition changed. If that is not known, then
71-
using the time when the API field changed is acceptable.
74+
description: |-
75+
lastTransitionTime is the last time the condition transitioned from one status to another.
76+
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
7277
format: date-time
7378
type: string
7479
message:
75-
description: message is a human readable message indicating
76-
details about the transition. This may be an empty string.
80+
description: |-
81+
message is a human readable message indicating details about the transition.
82+
This may be an empty string.
7783
maxLength: 32768
7884
type: string
7985
observedGeneration:
80-
description: observedGeneration represents the .metadata.generation
81-
that the condition was set based upon. For instance, if .metadata.generation
82-
is currently 12, but the .status.conditions[x].observedGeneration
83-
is 9, the condition is out of date with respect to the current
84-
state of the instance.
86+
description: |-
87+
observedGeneration represents the .metadata.generation that the condition was set based upon.
88+
For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date
89+
with respect to the current state of the instance.
8590
format: int64
8691
minimum: 0
8792
type: integer
8893
reason:
89-
description: reason contains a programmatic identifier indicating
90-
the reason for the condition's last transition. Producers
91-
of specific condition types may define expected values and
92-
meanings for this field, and whether the values are considered
93-
a guaranteed API. The value should be a CamelCase string.
94+
description: |-
95+
reason contains a programmatic identifier indicating the reason for the condition's last transition.
96+
Producers of specific condition types may define expected values and meanings for this field,
97+
and whether the values are considered a guaranteed API.
98+
The value should be a CamelCase string.
9499
This field may not be empty.
95100
maxLength: 1024
96101
minLength: 1
@@ -104,11 +109,12 @@ spec:
104109
- Unknown
105110
type: string
106111
type:
107-
description: type of condition in CamelCase or in foo.example.com/CamelCase.
108-
--- Many .condition.type values are consistent across resources
109-
like Available, but because arbitrary conditions can be useful
110-
(see .node.status.conditions), the ability to deconflict is
111-
important. The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
112+
description: |-
113+
type of condition in CamelCase or in foo.example.com/CamelCase.
114+
---
115+
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
116+
useful (see .node.status.conditions), the ability to deconflict is important.
117+
The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
112118
maxLength: 316
113119
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
114120
type: string

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
k8s.io/apimachinery v0.29.0
2525
k8s.io/client-go v0.29.0
2626
sigs.k8s.io/controller-runtime v0.17.0
27-
sigs.k8s.io/controller-tools v0.13.0
27+
sigs.k8s.io/controller-tools v0.14.0
2828
sigs.k8s.io/gateway-api v1.0.0
2929
sigs.k8s.io/yaml v1.4.0
3030
)
@@ -36,7 +36,7 @@ require (
3636
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
3737
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
3838
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
39-
github.com/fatih/color v1.15.0 // indirect
39+
github.com/fatih/color v1.16.0 // indirect
4040
github.com/fsnotify/fsnotify v1.7.0 // indirect
4141
github.com/go-logfmt/logfmt v0.5.1 // indirect
4242
github.com/go-logr/zapr v1.3.0 // indirect
@@ -60,7 +60,7 @@ require (
6060
github.com/json-iterator/go v1.1.12 // indirect
6161
github.com/mailru/easyjson v0.7.7 // indirect
6262
github.com/mattn/go-colorable v0.1.13 // indirect
63-
github.com/mattn/go-isatty v0.0.17 // indirect
63+
github.com/mattn/go-isatty v0.0.20 // indirect
6464
github.com/moby/spdystream v0.2.0 // indirect
6565
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6666
github.com/modern-go/reflect2 v1.0.2 // indirect

0 commit comments

Comments
 (0)