Skip to content

Commit 26d2ab9

Browse files
committed
Update upstream specifications to their latest version
1 parent dc96c60 commit 26d2ab9

File tree

405 files changed

+27568
-87677
lines changed

Some content is hidden

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

405 files changed

+27568
-87677
lines changed

crd-catalog/1Password/onepassword-operator/onepassword.com/v1/onepassworditems.yaml

Lines changed: 3 additions & 3 deletions
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.18.0"
5+
controller-gen.kubebuilder.io/version: "v0.13.0"
66
name: "onepassworditems.onepassword.com"
77
spec:
88
group: "onepassword.com"
@@ -19,10 +19,10 @@ spec:
1919
description: "OnePasswordItem is the Schema for the onepassworditems API"
2020
properties:
2121
apiVersion:
22-
description: "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources"
22+
description: "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources"
2323
type: "string"
2424
kind:
25-
description: "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
25+
description: "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
2626
type: "string"
2727
metadata:
2828
type: "object"

crd-catalog/Altinity/clickhouse-operator/clickhouse-keeper.altinity.com/v1/clickhousekeeperinstallations.yaml

Lines changed: 33 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
labels:
5-
clickhouse-keeper.altinity.com/chop: "0.25.2"
5+
clickhouse-keeper.altinity.com/chop: "0.25.3"
66
name: "clickhousekeeperinstallations.clickhouse-keeper.altinity.com"
77
spec:
88
group: "clickhouse-keeper.altinity.com"
@@ -250,6 +250,38 @@ spec:
250250
minLength: 1
251251
pattern: "^[a-zA-Z0-9-]{0,15}$"
252252
type: "string"
253+
pdbManaged:
254+
description: "Specifies whether the Pod Disruption Budget (PDB) should be managed.\nDuring the next installation, if PDB management is enabled, the operator will\nattempt to retrieve any existing PDB. If none is found, it will create a new one\nand initiate a reconciliation loop. If PDB management is disabled, the existing PDB\nwill remain intact, and the reconciliation loop will not be executed. By default,\nPDB management is enabled.\n"
255+
enum:
256+
- ""
257+
- "0"
258+
- "1"
259+
- "False"
260+
- "false"
261+
- "True"
262+
- "true"
263+
- "No"
264+
- "no"
265+
- "Yes"
266+
- "yes"
267+
- "Off"
268+
- "off"
269+
- "On"
270+
- "on"
271+
- "Disable"
272+
- "disable"
273+
- "Enable"
274+
- "enable"
275+
- "Disabled"
276+
- "disabled"
277+
- "Enabled"
278+
- "enabled"
279+
type: "string"
280+
pdbMaxUnavailable:
281+
description: "Pod eviction is allowed if at most \"pdbMaxUnavailable\" pods are unavailable after the eviction,\ni.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions\nby specifying 0. This is a mutually exclusive setting with \"minAvailable\".\n"
282+
maximum: 65535.0
283+
minimum: 0.0
284+
type: "integer"
253285
settings:
254286
description: "optional, allows configure `clickhouse-server` settings inside <yandex>...</yandex> tag in each `Pod` only in one cluster during generate `ConfigMap` which will mount in `/etc/clickhouse-server/config.d/`\noverride top-level `chi.spec.configuration.settings`\nMore details: https://clickhouse.tech/docs/en/operations/settings/settings/\n"
255287
type: "object"

crd-catalog/Altinity/clickhouse-operator/clickhouse.altinity.com/v1/clickhouseinstallations.yaml

Lines changed: 28 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
labels:
5-
clickhouse.altinity.com/chop: "0.25.2"
5+
clickhouse.altinity.com/chop: "0.25.3"
66
name: "clickhouseinstallations.clickhouse.altinity.com"
77
spec:
88
group: "clickhouse.altinity.com"
@@ -567,6 +567,33 @@ spec:
567567
minLength: 1
568568
pattern: "^[a-zA-Z0-9-]{0,15}$"
569569
type: "string"
570+
pdbManaged:
571+
description: "Specifies whether the Pod Disruption Budget (PDB) should be managed.\nDuring the next installation, if PDB management is enabled, the operator will\nattempt to retrieve any existing PDB. If none is found, it will create a new one\nand initiate a reconciliation loop. If PDB management is disabled, the existing PDB\nwill remain intact, and the reconciliation loop will not be executed. By default,\nPDB management is enabled.\n"
572+
enum:
573+
- ""
574+
- "0"
575+
- "1"
576+
- "False"
577+
- "false"
578+
- "True"
579+
- "true"
580+
- "No"
581+
- "no"
582+
- "Yes"
583+
- "yes"
584+
- "Off"
585+
- "off"
586+
- "On"
587+
- "on"
588+
- "Disable"
589+
- "disable"
590+
- "Enable"
591+
- "enable"
592+
- "Disabled"
593+
- "disabled"
594+
- "Enabled"
595+
- "enabled"
596+
type: "string"
570597
pdbMaxUnavailable:
571598
description: "Pod eviction is allowed if at most \"pdbMaxUnavailable\" pods are unavailable after the eviction,\ni.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions\nby specifying 0. This is a mutually exclusive setting with \"minAvailable\".\n"
572599
maximum: 65535.0

crd-catalog/Altinity/clickhouse-operator/clickhouse.altinity.com/v1/clickhouseinstallationtemplates.yaml

Lines changed: 28 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
labels:
5-
clickhouse.altinity.com/chop: "0.25.2"
5+
clickhouse.altinity.com/chop: "0.25.3"
66
name: "clickhouseinstallationtemplates.clickhouse.altinity.com"
77
spec:
88
group: "clickhouse.altinity.com"
@@ -567,6 +567,33 @@ spec:
567567
minLength: 1
568568
pattern: "^[a-zA-Z0-9-]{0,15}$"
569569
type: "string"
570+
pdbManaged:
571+
description: "Specifies whether the Pod Disruption Budget (PDB) should be managed.\nDuring the next installation, if PDB management is enabled, the operator will\nattempt to retrieve any existing PDB. If none is found, it will create a new one\nand initiate a reconciliation loop. If PDB management is disabled, the existing PDB\nwill remain intact, and the reconciliation loop will not be executed. By default,\nPDB management is enabled.\n"
572+
enum:
573+
- ""
574+
- "0"
575+
- "1"
576+
- "False"
577+
- "false"
578+
- "True"
579+
- "true"
580+
- "No"
581+
- "no"
582+
- "Yes"
583+
- "yes"
584+
- "Off"
585+
- "off"
586+
- "On"
587+
- "on"
588+
- "Disable"
589+
- "disable"
590+
- "Enable"
591+
- "enable"
592+
- "Disabled"
593+
- "disabled"
594+
- "Enabled"
595+
- "enabled"
596+
type: "string"
570597
pdbMaxUnavailable:
571598
description: "Pod eviction is allowed if at most \"pdbMaxUnavailable\" pods are unavailable after the eviction,\ni.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions\nby specifying 0. This is a mutually exclusive setting with \"minAvailable\".\n"
572599
maximum: 65535.0

crd-catalog/Altinity/clickhouse-operator/clickhouse.altinity.com/v1/clickhouseoperatorconfigurations.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
labels:
5-
clickhouse.altinity.com/chop: "0.25.2"
5+
clickhouse.altinity.com/chop: "0.25.3"
66
name: "clickhouseoperatorconfigurations.clickhouse.altinity.com"
77
spec:
88
group: "clickhouse.altinity.com"

crd-catalog/Kuadrant/dns-operator/kuadrant.io/v1alpha1/dnsrecords.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ spec:
5959
spec:
6060
description: "DNSRecordSpec defines the desired state of DNSRecord"
6161
properties:
62+
delegate:
63+
type: "boolean"
6264
endpoints:
6365
description: "endpoints is a list of endpoints that will be published into the dns provider."
6466
items:
@@ -175,6 +177,12 @@ spec:
175177
rule: "!has(oldSelf.ownerID) || has(self.ownerID)"
176178
- message: "OwnerID can't be set if it was previously unset"
177179
rule: "has(oldSelf.ownerID) || !has(self.ownerID)"
180+
- message: "Delegate can't be unset if it was previously set"
181+
rule: "!has(oldSelf.delegate) || has(self.delegate)"
182+
- message: "Delegate can't be set if it was previously unset"
183+
rule: "has(oldSelf.delegate) || !has(self.delegate)"
184+
- message: "delegate=true and providerRef are mutually exclusive"
185+
rule: "!(has(self.providerRef) && has(self.delegate) && self.delegate == true)"
178186
status:
179187
description: "DNSRecordStatus defines the observed state of DNSRecord"
180188
properties:

crd-catalog/RedisLabs/redis-enterprise-k8s-docs/app.redislabs.com/v1/redisenterpriseclusters.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3478,7 +3478,7 @@ spec:
34783478
description: "Specification for service rigger"
34793479
properties:
34803480
databaseServicePortPolicy:
3481-
description: "databaseServicePortPolicy instructs how to determine the service ports for REDB services. Defaults to DatabasePortForward, if not specified otherwise. Note - Regardless whether this flag is set or not, if an REDB/REAADB configured with databaseServicePort that would be the port exposed by the Service. DatabasePortForward - The service port will be the same as the database port. RedisDefaultPort - The service port will be the default Redis port (6379)."
3481+
description: "databaseServicePortPolicy instructs how to determine the service ports for REDB services. Defaults to DatabasePortForward, if not specified otherwise. DatabasePortForward - The service port will be the same as the database port. RedisDefaultPort - The service port will be the default Redis port (6379)."
34823482
enum:
34833483
- "DatabasePortForward"
34843484
- "RedisDefaultPort"
@@ -6755,9 +6755,6 @@ spec:
67556755
description: "The tag of the container image to be deployed."
67566756
type: "string"
67576757
type: "object"
6758-
proxySecretName:
6759-
description: "if needed, add proxy details in secret. the name of the proxy secret in the secret, can send the following keys: proxy-url, proxy-username, proxy-password (the url includes the proxy port)."
6760-
type: "string"
67616758
resources:
67626759
description: "Compute resource requirements for Call Home Client pod"
67636760
properties:

crd-catalog/RedisLabs/redis-enterprise-k8s-docs/app.redislabs.com/v1alpha1/redisenterpriseactiveactivedatabases.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,6 @@ spec:
360360
databaseSecretName:
361361
description: "The name of the secret that holds the password to the database (redis databases only). If secret does not exist, it will be created. To define the password, create an opaque secret and set the name in the spec. The password will be taken from the value of the 'password' key. Use an empty string as value within the secret to disable authentication for the database. Notes - For Active-Active databases this secret will not be automatically created, and also, memcached databases must not be set with a value, and a secret/password will not be automatically created for them. Use the memcachedSaslSecretName field to set authentication parameters for memcached databases."
362362
type: "string"
363-
databaseServicePort:
364-
description: "A custom port to be exposed by the database services. Can be be modified/added/removed after REDB creation. If set, it'll replace the default service port (namely, databasePort or defaultRedisPort)."
365-
type: "integer"
366363
defaultUser:
367364
description: "Is connecting with a default user allowed? If disabled, the DatabaseSecret will not be created or updated"
368365
type: "boolean"

crd-catalog/RedisLabs/redis-enterprise-k8s-docs/app.redislabs.com/v1alpha1/redisenterpriseclusters.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3347,7 +3347,7 @@ spec:
33473347
servicesRiggerSpec:
33483348
properties:
33493349
databaseServicePortPolicy:
3350-
description: "databaseServicePortPolicy instructs how to determine the service ports for REDB services. Defaults to DatabasePortForward, if not specified otherwise. Note - Regardless whether this flag is set or not, if an REDB/REAADB configured with databaseServicePort that would be the port exposed by the Service. DatabasePortForward - The service port will be the same as the database port. RedisDefaultPort - The service port will be the default Redis port (6379)."
3350+
description: "databaseServicePortPolicy instructs how to determine the service ports for REDB services. Defaults to DatabasePortForward, if not specified otherwise. DatabasePortForward - The service port will be the same as the database port. RedisDefaultPort - The service port will be the default Redis port (6379)."
33513351
enum:
33523352
- "DatabasePortForward"
33533353
- "RedisDefaultPort"
@@ -6591,8 +6591,6 @@ spec:
65916591
versionTag:
65926592
type: "string"
65936593
type: "object"
6594-
proxySecretName:
6595-
type: "string"
65966594
resources:
65976595
properties:
65986596
claims:

0 commit comments

Comments
 (0)