Skip to content

Commit 665acec

Browse files
byashimovndk
andauthored
chore: synced file(s) with aiven/aiven-operator (#78)
Co-authored-by: Andrey Karpov <andrey.karpov@aiven.io>
1 parent 9e8022f commit 665acec

34 files changed

+289
-1920
lines changed

charts/aiven-operator-crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: aiven-operator-crds
33
description: A Helm chart to deploy the aiven operator custom resource definitions
44
type: application
5-
version: v0.34.0
6-
appVersion: v0.34.0
5+
version: v0.35.0
6+
appVersion: v0.35.0
77
maintainers:
88
- name: byashimov
99
url: https://www.aiven.io

charts/aiven-operator-crds/templates/aiven.io_alloydbomnis.yaml

Lines changed: 4 additions & 17 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.15.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
name: alloydbomnis.aiven.io
88
spec:
99
group: aiven.io
@@ -1105,16 +1105,8 @@ spec:
11051105
of a service state
11061106
items:
11071107
description:
1108-
"Condition contains details for one aspect of the current
1109-
state of this API Resource.\n---\nThis struct is intended for
1110-
direct use as an array at the field path .status.conditions. For
1111-
example,\n\n\n\ttype FooStatus struct{\n\t // Represents the
1112-
observations of a foo's current state.\n\t // Known .status.conditions.type
1113-
are: \"Available\", \"Progressing\", and \"Degraded\"\n\t //
1114-
+patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
1115-
\ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\"
1116-
patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t
1117-
\ // other fields\n\t}"
1108+
Condition contains details for one aspect of the current
1109+
state of this API Resource.
11181110
properties:
11191111
lastTransitionTime:
11201112
description: |-
@@ -1155,12 +1147,7 @@ spec:
11551147
- Unknown
11561148
type: string
11571149
type:
1158-
description: |-
1159-
type of condition in CamelCase or in foo.example.com/CamelCase.
1160-
---
1161-
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
1162-
useful (see .node.status.conditions), the ability to deconflict is important.
1163-
The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
1150+
description: type of condition in CamelCase or in foo.example.com/CamelCase.
11641151
maxLength: 316
11651152
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])$
11661153
type: string

charts/aiven-operator-crds/templates/aiven.io_cassandras.yaml

Lines changed: 6 additions & 19 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.15.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
name: cassandras.aiven.io
88
spec:
99
group: aiven.io
@@ -310,8 +310,8 @@ spec:
310310
type: object
311311
cassandra_version:
312312
description: |-
313-
Available versions: `4`, `4.1`. Newer versions may also be available.
314-
Cassandra version. Deprecated values: `4`
313+
Available versions: `4.1`. Newer versions may also be available.
314+
Cassandra version. Deprecated values: `4.1`
315315
pattern: ^[0-9]+(\.[0-9]+)?$
316316
type: string
317317
ip_filter:
@@ -421,16 +421,8 @@ spec:
421421
of a service state
422422
items:
423423
description:
424-
"Condition contains details for one aspect of the current
425-
state of this API Resource.\n---\nThis struct is intended for
426-
direct use as an array at the field path .status.conditions. For
427-
example,\n\n\n\ttype FooStatus struct{\n\t // Represents the
428-
observations of a foo's current state.\n\t // Known .status.conditions.type
429-
are: \"Available\", \"Progressing\", and \"Degraded\"\n\t //
430-
+patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
431-
\ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\"
432-
patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t
433-
\ // other fields\n\t}"
424+
Condition contains details for one aspect of the current
425+
state of this API Resource.
434426
properties:
435427
lastTransitionTime:
436428
description: |-
@@ -471,12 +463,7 @@ spec:
471463
- Unknown
472464
type: string
473465
type:
474-
description: |-
475-
type of condition in CamelCase or in foo.example.com/CamelCase.
476-
---
477-
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
478-
useful (see .node.status.conditions), the ability to deconflict is important.
479-
The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
466+
description: type of condition in CamelCase or in foo.example.com/CamelCase.
480467
maxLength: 316
481468
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])$
482469
type: string

charts/aiven-operator-crds/templates/aiven.io_clickhousedatabases.yaml

Lines changed: 4 additions & 17 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.15.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
name: clickhousedatabases.aiven.io
88
spec:
99
group: aiven.io
@@ -105,16 +105,8 @@ spec:
105105
of an ClickhouseDatabase state
106106
items:
107107
description:
108-
"Condition contains details for one aspect of the current
109-
state of this API Resource.\n---\nThis struct is intended for
110-
direct use as an array at the field path .status.conditions. For
111-
example,\n\n\n\ttype FooStatus struct{\n\t // Represents the
112-
observations of a foo's current state.\n\t // Known .status.conditions.type
113-
are: \"Available\", \"Progressing\", and \"Degraded\"\n\t //
114-
+patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
115-
\ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\"
116-
patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t
117-
\ // other fields\n\t}"
108+
Condition contains details for one aspect of the current
109+
state of this API Resource.
118110
properties:
119111
lastTransitionTime:
120112
description: |-
@@ -155,12 +147,7 @@ spec:
155147
- Unknown
156148
type: string
157149
type:
158-
description: |-
159-
type of condition in CamelCase or in foo.example.com/CamelCase.
160-
---
161-
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
162-
useful (see .node.status.conditions), the ability to deconflict is important.
163-
The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
150+
description: type of condition in CamelCase or in foo.example.com/CamelCase.
164151
maxLength: 316
165152
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])$
166153
type: string

charts/aiven-operator-crds/templates/aiven.io_clickhousegrants.yaml

Lines changed: 4 additions & 17 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.15.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
name: clickhousegrants.aiven.io
88
spec:
99
group: aiven.io
@@ -199,16 +199,8 @@ spec:
199199
conditions:
200200
items:
201201
description:
202-
"Condition contains details for one aspect of the current
203-
state of this API Resource.\n---\nThis struct is intended for
204-
direct use as an array at the field path .status.conditions. For
205-
example,\n\n\n\ttype FooStatus struct{\n\t // Represents the
206-
observations of a foo's current state.\n\t // Known .status.conditions.type
207-
are: \"Available\", \"Progressing\", and \"Degraded\"\n\t //
208-
+patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
209-
\ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\"
210-
patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t
211-
\ // other fields\n\t}"
202+
Condition contains details for one aspect of the current
203+
state of this API Resource.
212204
properties:
213205
lastTransitionTime:
214206
description: |-
@@ -249,12 +241,7 @@ spec:
249241
- Unknown
250242
type: string
251243
type:
252-
description: |-
253-
type of condition in CamelCase or in foo.example.com/CamelCase.
254-
---
255-
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
256-
useful (see .node.status.conditions), the ability to deconflict is important.
257-
The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
244+
description: type of condition in CamelCase or in foo.example.com/CamelCase.
258245
maxLength: 316
259246
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])$
260247
type: string

charts/aiven-operator-crds/templates/aiven.io_clickhouseroles.yaml

Lines changed: 4 additions & 17 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.15.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
name: clickhouseroles.aiven.io
88
spec:
99
group: aiven.io
@@ -98,16 +98,8 @@ spec:
9898
conditions:
9999
items:
100100
description:
101-
"Condition contains details for one aspect of the current
102-
state of this API Resource.\n---\nThis struct is intended for
103-
direct use as an array at the field path .status.conditions. For
104-
example,\n\n\n\ttype FooStatus struct{\n\t // Represents the
105-
observations of a foo's current state.\n\t // Known .status.conditions.type
106-
are: \"Available\", \"Progressing\", and \"Degraded\"\n\t //
107-
+patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
108-
\ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\"
109-
patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t
110-
\ // other fields\n\t}"
101+
Condition contains details for one aspect of the current
102+
state of this API Resource.
111103
properties:
112104
lastTransitionTime:
113105
description: |-
@@ -148,12 +140,7 @@ spec:
148140
- Unknown
149141
type: string
150142
type:
151-
description: |-
152-
type of condition in CamelCase or in foo.example.com/CamelCase.
153-
---
154-
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
155-
useful (see .node.status.conditions), the ability to deconflict is important.
156-
The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
143+
description: type of condition in CamelCase or in foo.example.com/CamelCase.
157144
maxLength: 316
158145
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])$
159146
type: string

charts/aiven-operator-crds/templates/aiven.io_clickhouses.yaml

Lines changed: 4 additions & 17 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.15.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
name: clickhouses.aiven.io
88
spec:
99
group: aiven.io
@@ -419,16 +419,8 @@ spec:
419419
of a service state
420420
items:
421421
description:
422-
"Condition contains details for one aspect of the current
423-
state of this API Resource.\n---\nThis struct is intended for
424-
direct use as an array at the field path .status.conditions. For
425-
example,\n\n\n\ttype FooStatus struct{\n\t // Represents the
426-
observations of a foo's current state.\n\t // Known .status.conditions.type
427-
are: \"Available\", \"Progressing\", and \"Degraded\"\n\t //
428-
+patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
429-
\ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\"
430-
patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t
431-
\ // other fields\n\t}"
422+
Condition contains details for one aspect of the current
423+
state of this API Resource.
432424
properties:
433425
lastTransitionTime:
434426
description: |-
@@ -469,12 +461,7 @@ spec:
469461
- Unknown
470462
type: string
471463
type:
472-
description: |-
473-
type of condition in CamelCase or in foo.example.com/CamelCase.
474-
---
475-
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
476-
useful (see .node.status.conditions), the ability to deconflict is important.
477-
The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
464+
description: type of condition in CamelCase or in foo.example.com/CamelCase.
478465
maxLength: 316
479466
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])$
480467
type: string

charts/aiven-operator-crds/templates/aiven.io_clickhouseusers.yaml

Lines changed: 5 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.15.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
name: clickhouseusers.aiven.io
88
spec:
99
group: aiven.io
@@ -32,7 +32,7 @@ spec:
3232
openAPIV3Schema:
3333
description: |-
3434
ClickhouseUser is the Schema for the clickhouseusers API.
35-
Info "Exposes secret keys": `CLICKHOUSEUSER_HOST`, `CLICKHOUSEUSER_PORT`, `CLICKHOUSEUSER_USER`, `CLICKHOUSEUSER_PASSWORD`
35+
Info "Exposes secret keys": `CLICKHOUSEUSER_HOST`, `CLICKHOUSEUSER_PORT`, `CLICKHOUSEUSER_USERNAME`, `CLICKHOUSEUSER_PASSWORD`
3636
properties:
3737
apiVersion:
3838
description: |-
@@ -183,16 +183,8 @@ spec:
183183
of an ClickhouseUser state
184184
items:
185185
description:
186-
"Condition contains details for one aspect of the current
187-
state of this API Resource.\n---\nThis struct is intended for
188-
direct use as an array at the field path .status.conditions. For
189-
example,\n\n\n\ttype FooStatus struct{\n\t // Represents the
190-
observations of a foo's current state.\n\t // Known .status.conditions.type
191-
are: \"Available\", \"Progressing\", and \"Degraded\"\n\t //
192-
+patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
193-
\ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\"
194-
patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t
195-
\ // other fields\n\t}"
186+
Condition contains details for one aspect of the current
187+
state of this API Resource.
196188
properties:
197189
lastTransitionTime:
198190
description: |-
@@ -233,12 +225,7 @@ spec:
233225
- Unknown
234226
type: string
235227
type:
236-
description: |-
237-
type of condition in CamelCase or in foo.example.com/CamelCase.
238-
---
239-
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
240-
useful (see .node.status.conditions), the ability to deconflict is important.
241-
The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
228+
description: type of condition in CamelCase or in foo.example.com/CamelCase.
242229
maxLength: 316
243230
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])$
244231
type: string

0 commit comments

Comments
 (0)