Skip to content

Commit bba68d5

Browse files
committed
Update upstream specifications to their latest version
1 parent c0e5b23 commit bba68d5

File tree

204 files changed

+4219
-2845
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+4219
-2845
lines changed

crd-catalog/VictoriaMetrics/operator/operator.victoriametrics.com/v1/vtclusters.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -266,13 +266,13 @@ spec:
266266
type: "object"
267267
x-kubernetes-preserve-unknown-fields: true
268268
logFormat:
269-
description: "LogFormat for VTSelect to be configured with.\ndefault or json"
269+
description: "LogFormat for VTInsert to be configured with.\ndefault or json"
270270
enum:
271271
- "default"
272272
- "json"
273273
type: "string"
274274
logLevel:
275-
description: "LogLevel for VTSelect to be configured with."
275+
description: "LogLevel for VTInsert to be configured with."
276276
enum:
277277
- "INFO"
278278
- "WARN"
@@ -320,7 +320,7 @@ spec:
320320
type: "string"
321321
type: "object"
322322
podMetadata:
323-
description: "PodMetadata configures Labels and Annotations which are propagated to the VTSelect pods."
323+
description: "PodMetadata configures Labels and Annotations which are propagated to the VTInsert pods."
324324
properties:
325325
annotations:
326326
additionalProperties:
@@ -438,13 +438,13 @@ spec:
438438
type: "object"
439439
x-kubernetes-preserve-unknown-fields: true
440440
serviceScrapeSpec:
441-
description: "ServiceScrapeSpec that will be added to vtselect VMServiceScrape spec"
441+
description: "ServiceScrapeSpec that will be added to vtinsert VMServiceScrape spec"
442442
required:
443443
- "endpoints"
444444
type: "object"
445445
x-kubernetes-preserve-unknown-fields: true
446446
serviceSpec:
447-
description: "ServiceSpec that will be added to vtselect service spec"
447+
description: "ServiceSpec that will be added to vtinsert service spec"
448448
properties:
449449
metadata:
450450
description: "EmbeddedObjectMetadata defines objectMeta for additional service."
@@ -1525,13 +1525,13 @@ spec:
15251525
type: "object"
15261526
x-kubernetes-preserve-unknown-fields: true
15271527
serviceScrapeSpec:
1528-
description: "ServiceScrapeSpec that will be added to vtselect VMServiceScrape spec"
1528+
description: "ServiceScrapeSpec that will be added to vtstorage VMServiceScrape spec"
15291529
required:
15301530
- "endpoints"
15311531
type: "object"
15321532
x-kubernetes-preserve-unknown-fields: true
15331533
serviceSpec:
1534-
description: "ServiceSpec that will be added to vtselect service spec"
1534+
description: "ServiceSpec that will be added to vtstorage service spec"
15351535
properties:
15361536
metadata:
15371537
description: "EmbeddedObjectMetadata defines objectMeta for additional service."

crd-catalog/aerospike/aerospike-kubernetes-operator/asdb.aerospike.com/v1/aerospikeclusters.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: "apiextensions.k8s.io/v1"
22
kind: "CustomResourceDefinition"
33
metadata:
44
annotations:
5-
aerospike-kubernetes-operator/version: "4.1.1"
5+
aerospike-kubernetes-operator/version: "4.2.0-dev1"
66
controller-gen.kubebuilder.io/version: "v0.17.2"
77
name: "aerospikeclusters.asdb.aerospike.com"
88
spec:
@@ -4817,6 +4817,9 @@ spec:
48174817
region:
48184818
description: "Region name for setting rack affinity. Rack pods will be deployed to given Region"
48194819
type: "string"
4820+
revision:
4821+
description: "Revision is a version identifier for this rack's specification, used to trigger controlled migrations\nwhen rack configuration changes require new StatefulSets. Change this field when making changes\nthat cannot be applied in-place, such as storage updates that require pod recreation.\nThe revision is appended to the rack ID for Kubernetes resource naming (e.g., <cluster-name>-<rackID>-<revision>)."
4822+
type: "string"
48204823
storage:
48214824
description: "Storage specify persistent storage to use for the pods in this rack. This value overwrites the global storage config"
48224825
properties:
@@ -10641,6 +10644,9 @@ spec:
1064110644
region:
1064210645
description: "Region name for setting rack affinity. Rack pods will be deployed to given Region"
1064310646
type: "string"
10647+
revision:
10648+
description: "Revision is a version identifier for this rack's specification, used to trigger controlled migrations\nwhen rack configuration changes require new StatefulSets. Change this field when making changes\nthat cannot be applied in-place, such as storage updates that require pod recreation.\nThe revision is appended to the rack ID for Kubernetes resource naming (e.g., <cluster-name>-<rackID>-<revision>)."
10649+
type: "string"
1064410650
storage:
1064510651
description: "Storage specify persistent storage to use for the pods in this rack. This value overwrites the global storage config"
1064610652
properties:

crd-catalog/apecloud/kubeblocks/apps.kubeblocks.io/v1/componentdefinitions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4977,7 +4977,7 @@ spec:
49774977
type: "integer"
49784978
type: "object"
49794979
switchover:
4980-
description: "Defines the procedure for a controlled transition of a role to a new replica.\nThis approach aims to minimize downtime and maintain availability\nduring events such as planned maintenance or when performing stop, shutdown, restart, or upgrade operations.\nIn a typical consensus system, this action is used to transfer leader role to another replica.\n\n\nThe container executing this action has access to following variables:\n\n\n- KB_SWITCHOVER_CANDIDATE_NAME: The name of the pod of the new role's candidate, which may not be specified (empty).\n- KB_SWITCHOVER_CANDIDATE_FQDN: The FQDN of the pod of the new role's candidate, which may not be specified (empty).\n- KB_SWITCHOVER_CURRENT_NAME: The name of the pod of the current role.\n- KB_SWITCHOVER_CURRENT_FQDN: The FQDN of the pod of the current role.\n- KB_SWITCHOVER_ROLE: The role that will be transferred to another replica.\n This variable can be empty if, for example, role probe does not succeed.\n It depends on the addon implementation what to do under such cases.\n\n\nNote: This field is immutable once it has been set."
4980+
description: "Defines the procedure for a controlled transition of a role to a new replica.\nThis approach aims to minimize downtime and maintain availability\nduring events such as planned maintenance or when performing stop, shutdown, restart, or upgrade operations.\nIn a typical consensus system, this action is used to transfer leader role to another replica.\n\n\nWhen a pod is about to be updated, a switchover action will be triggered for it. So addon implementation must determine\nif the pod's current role needs to be transferred.\n\n\nThe container executing this action has access to following variables:\n\n\n- KB_SWITCHOVER_CANDIDATE_NAME: The name of the pod of the new role's candidate, which may not be specified (empty).\n- KB_SWITCHOVER_CANDIDATE_FQDN: The FQDN of the pod of the new role's candidate, which may not be specified (empty).\n- KB_SWITCHOVER_CURRENT_NAME: The name of the pod of the current role.\n- KB_SWITCHOVER_CURRENT_FQDN: The FQDN of the pod of the current role.\n- KB_SWITCHOVER_ROLE: The role that will be transferred to another replica.\n This variable can be empty if, for example, role probe does not succeed.\n It depends on the addon implementation what to do under such cases.\n\n\nNote: This field is immutable once it has been set."
49814981
properties:
49824982
exec:
49834983
description: "Defines the command to run.\n\n\nThis field cannot be updated."

crd-catalog/apecloud/kubeblocks/apps.kubeblocks.io/v1alpha1/configconstraints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ spec:
290290
description: "Identifies the name of the process to which the Unix signal will be sent."
291291
type: "string"
292292
signal:
293-
description: "Specifies a valid Unix signal to be sent.\nFor a comprehensive list of all Unix signals, see: ../../pkg/configuration/configmap/handler.go:allUnixSignals"
293+
description: "Specifies a valid Unix signal to be sent."
294294
enum:
295295
- "SIGHUP"
296296
- "SIGINT"

crd-catalog/apecloud/kubeblocks/apps.kubeblocks.io/v1beta1/configconstraints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ spec:
321321
description: "Identifies the name of the process to which the Unix signal will be sent."
322322
type: "string"
323323
signal:
324-
description: "Specifies a valid Unix signal to be sent.\nFor a comprehensive list of all Unix signals, see: ../../pkg/configuration/configmap/handler.go:allUnixSignals"
324+
description: "Specifies a valid Unix signal to be sent."
325325
enum:
326326
- "SIGHUP"
327327
- "SIGINT"

crd-catalog/apecloud/kubeblocks/parameters.kubeblocks.io/v1alpha1/parametersdefinitions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ spec:
317317
description: "Identifies the name of the process to which the Unix signal will be sent."
318318
type: "string"
319319
signal:
320-
description: "Specifies a valid Unix signal to be sent.\nFor a comprehensive list of all Unix signals, see: ../../pkg/configuration/configmap/handler.go:allUnixSignals"
320+
description: "Specifies a valid Unix signal to be sent."
321321
enum:
322322
- "SIGHUP"
323323
- "SIGINT"

crd-catalog/aws-controllers-k8s/acmpca-controller/acmpca.services.k8s.aws/v1alpha1/certificateauthorities.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: "apiextensions.k8s.io/v1"
22
kind: "CustomResourceDefinition"
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: "v0.16.2"
5+
controller-gen.kubebuilder.io/version: "v0.19.0"
66
name: "certificateauthorities.acmpca.services.k8s.aws"
77
spec:
88
group: "acmpca.services.k8s.aws"

crd-catalog/aws-controllers-k8s/acmpca-controller/acmpca.services.k8s.aws/v1alpha1/certificateauthorityactivations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: "apiextensions.k8s.io/v1"
22
kind: "CustomResourceDefinition"
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: "v0.16.2"
5+
controller-gen.kubebuilder.io/version: "v0.19.0"
66
name: "certificateauthorityactivations.acmpca.services.k8s.aws"
77
spec:
88
group: "acmpca.services.k8s.aws"

crd-catalog/aws-controllers-k8s/acmpca-controller/acmpca.services.k8s.aws/v1alpha1/certificates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: "apiextensions.k8s.io/v1"
22
kind: "CustomResourceDefinition"
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: "v0.16.2"
5+
controller-gen.kubebuilder.io/version: "v0.19.0"
66
name: "certificates.acmpca.services.k8s.aws"
77
spec:
88
group: "acmpca.services.k8s.aws"

crd-catalog/aws-controllers-k8s/apigatewayv2-controller/apigatewayv2.services.k8s.aws/v1alpha1/apis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: "apiextensions.k8s.io/v1"
22
kind: "CustomResourceDefinition"
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: "v0.16.2"
5+
controller-gen.kubebuilder.io/version: "v0.19.0"
66
name: "apis.apigatewayv2.services.k8s.aws"
77
spec:
88
group: "apigatewayv2.services.k8s.aws"

0 commit comments

Comments
 (0)