Skip to content

Commit 37d9b54

Browse files
committed
Update upstream specifications to their latest version
1 parent d0e3d41 commit 37d9b54

File tree

194 files changed

+14731
-7197
lines changed

Some content is hidden

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

194 files changed

+14731
-7197
lines changed

crd-catalog/Altinity/clickhouse-operator/clickhouse-keeper.altinity.com/v1/clickhousekeeperinstallations.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-keeper.altinity.com/chop: "0.25.4"
5+
clickhouse-keeper.altinity.com/chop: "0.25.5"
66
name: "clickhousekeeperinstallations.clickhouse-keeper.altinity.com"
77
spec:
88
group: "clickhouse-keeper.altinity.com"

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

Lines changed: 269 additions & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 269 additions & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 89 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.4"
5+
clickhouse.altinity.com/chop: "0.25.5"
66
name: "clickhouseoperatorconfigurations.clickhouse.altinity.com"
77
spec:
88
group: "clickhouse.altinity.com"
@@ -302,6 +302,94 @@ spec:
302302
host:
303303
description: "Whether the operator during reconcile procedure should wait for a ClickHouse host:\n - to be excluded from a ClickHouse cluster\n - to complete all running queries\n - to be included into a ClickHouse cluster\nrespectfully before moving forward\n"
304304
properties:
305+
drop:
306+
properties:
307+
replicas:
308+
description: "Whether the operator during reconcile procedure should drop replicas when replica is deleted or recreated\n"
309+
properties:
310+
active:
311+
description: "Whether the operator during reconcile procedure should drop active replicas when replica is deleted or recreated\n"
312+
enum:
313+
- ""
314+
- "0"
315+
- "1"
316+
- "False"
317+
- "false"
318+
- "True"
319+
- "true"
320+
- "No"
321+
- "no"
322+
- "Yes"
323+
- "yes"
324+
- "Off"
325+
- "off"
326+
- "On"
327+
- "on"
328+
- "Disable"
329+
- "disable"
330+
- "Enable"
331+
- "enable"
332+
- "Disabled"
333+
- "disabled"
334+
- "Enabled"
335+
- "enabled"
336+
type: "string"
337+
onDelete:
338+
description: "Whether the operator during reconcile procedure should drop replicas when replica is deleted\n"
339+
enum:
340+
- ""
341+
- "0"
342+
- "1"
343+
- "False"
344+
- "false"
345+
- "True"
346+
- "true"
347+
- "No"
348+
- "no"
349+
- "Yes"
350+
- "yes"
351+
- "Off"
352+
- "off"
353+
- "On"
354+
- "on"
355+
- "Disable"
356+
- "disable"
357+
- "Enable"
358+
- "enable"
359+
- "Disabled"
360+
- "disabled"
361+
- "Enabled"
362+
- "enabled"
363+
type: "string"
364+
onLostVolume:
365+
description: "Whether the operator during reconcile procedure should drop replicas when replica volume is lost\n"
366+
enum:
367+
- ""
368+
- "0"
369+
- "1"
370+
- "False"
371+
- "false"
372+
- "True"
373+
- "true"
374+
- "No"
375+
- "no"
376+
- "Yes"
377+
- "yes"
378+
- "Off"
379+
- "off"
380+
- "On"
381+
- "on"
382+
- "Disable"
383+
- "disable"
384+
- "Enable"
385+
- "enable"
386+
- "Disabled"
387+
- "disabled"
388+
- "Enabled"
389+
- "enabled"
390+
type: "string"
391+
type: "object"
392+
type: "object"
305393
wait:
306394
properties:
307395
exclude:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
description: "AllowInsecureCertificate will instruct the health check probe to not fail on a self-signed or otherwise invalid SSL certificate\nthis is primarily used in development or testing environments and is set by the --insecure-health-checks flag"
5050
type: "boolean"
5151
failureThreshold:
52-
description: "FailureThreshold is a limit of consecutive failures that must occur for a host to be considered unhealthy"
52+
description: "FailureThreshold is the number of consecutive failures that must be exceeded for a host to be considered unhealthy.\nWhen the number of consecutive failures exceeds this threshold, the health check will be marked as unhealthy."
5353
type: "integer"
5454
x-kubernetes-validations:
5555
- message: "Failure threshold must be greater than 0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ spec:
119119
type: "object"
120120
failureThreshold:
121121
default: 5
122-
description: "FailureThreshold is a limit of consecutive failures that must occur for a host to be considered unhealthy\nDefaults to 5"
122+
description: "FailureThreshold is the number of consecutive failures that must be exceeded for a host to be considered unhealthy.\nWhen the number of consecutive failures exceeds this threshold, the health check will be marked as unhealthy.\nDefaults to 5"
123123
type: "integer"
124124
x-kubernetes-validations:
125125
- message: "Failure threshold must be greater than 0"

crd-catalog/ROCm/gpu-operator/amd.com/v1alpha1/deviceconfigs.yaml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,11 @@ spec:
486486
maximum: 32767.0
487487
minimum: 30000.0
488488
type: "integer"
489+
podAnnotations:
490+
additionalProperties:
491+
type: "string"
492+
description: "Set PodAnnotations for metrics exporter"
493+
type: "object"
489494
podResourceAPISocketPath:
490495
default: "/var/lib/kubelet/pod-resources"
491496
description: "Set the host path for pod-resource kubelet.socket,\nvanila kubernetes path is /var/lib/kubelet/pod-resources\nmicrok8s path is /var/snap/microk8s/common/var/lib/kubelet/pod-resources/\npath is an absolute unix path that allows a trailing slash"
@@ -841,11 +846,63 @@ spec:
841846
type: "boolean"
842847
type: "object"
843848
type: "object"
849+
resource:
850+
default:
851+
limits:
852+
cpu: "2"
853+
memory: "4G"
854+
requests:
855+
cpu: "500m"
856+
memory: "512M"
857+
description: "Set resource config for metrics exporter"
858+
properties:
859+
claims:
860+
description: "Claims lists the names of resources, defined in spec.resourceClaims,\nthat are used by this container.\n\nThis is an alpha field and requires enabling the\nDynamicResourceAllocation feature gate.\n\nThis field is immutable. It can only be set for containers."
861+
items:
862+
description: "ResourceClaim references one entry in PodSpec.ResourceClaims."
863+
properties:
864+
name:
865+
description: "Name must match the name of one entry in pod.spec.resourceClaims of\nthe Pod where this field is used. It makes that resource available\ninside a container."
866+
type: "string"
867+
request:
868+
description: "Request is the name chosen for a request in the referenced claim.\nIf empty, everything from the claim is made available, otherwise\nonly the result of this request."
869+
type: "string"
870+
required:
871+
- "name"
872+
type: "object"
873+
type: "array"
874+
x-kubernetes-list-map-keys:
875+
- "name"
876+
x-kubernetes-list-type: "map"
877+
limits:
878+
additionalProperties:
879+
anyOf:
880+
- type: "integer"
881+
- type: "string"
882+
pattern: "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$"
883+
x-kubernetes-int-or-string: true
884+
description: "Limits describes the maximum amount of compute resources allowed.\nMore info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/"
885+
type: "object"
886+
requests:
887+
additionalProperties:
888+
anyOf:
889+
- type: "integer"
890+
- type: "string"
891+
pattern: "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$"
892+
x-kubernetes-int-or-string: true
893+
description: "Requests describes the minimum amount of compute resources required.\nIf Requests is omitted for a container, it defaults to Limits if that is explicitly specified,\notherwise to an implementation-defined value. Requests cannot exceed Limits.\nMore info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/"
894+
type: "object"
895+
type: "object"
844896
selector:
845897
additionalProperties:
846898
type: "string"
847899
description: "Selector describes on which nodes to enable metrics exporter"
848900
type: "object"
901+
serviceAnnotations:
902+
additionalProperties:
903+
type: "string"
904+
description: "Set ServiceAnnotations for metrics exporter"
905+
type: "object"
849906
serviceType:
850907
default: "ClusterIP"
851908
description: "ServiceType service type for metrics, clusterIP/NodePort, clusterIP by default"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ spec:
470470
anyOf:
471471
- type: "integer"
472472
- type: "string"
473-
description: "To enable resizing after creating the cluster - please follow the instructions in the pvc_expansion readme"
473+
description: "By default, if you omit spec.persistentSpec.volumeSize, the operator allocates a persistent volume that is five times (5x) the Redis Enterprise node memory request defined in spec.redisEnterpriseNodeResources.requests.memory (per node). This 5x ratio is the recommended minimum capacity. To enable resizing after creating the cluster, see the Expand PVC docs: https://redis.io/docs/latest/operate/kubernetes/re-clusters/expand-pvc/"
474474
pattern: "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$"
475475
x-kubernetes-int-or-string: true
476476
type: "object"
@@ -7524,6 +7524,6 @@ spec:
75247524
type: "object"
75257525
type: "object"
75267526
served: true
7527-
storage: false
7527+
storage: true
75287528
subresources:
75297529
status: {}

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,19 @@ spec:
166166
- "enabled"
167167
- "threshold"
168168
type: "object"
169+
bdb_proxy_cert_expiring_soon:
170+
description: "Proxy certificate will expire in less than specified threshold value [days]"
171+
properties:
172+
enabled:
173+
description: "Alert enabled or disabled"
174+
type: "boolean"
175+
threshold:
176+
description: "Threshold for alert going on/off"
177+
type: "string"
178+
required:
179+
- "enabled"
180+
- "threshold"
181+
type: "object"
169182
bdb_ram_dataset_overhead:
170183
description: "Dataset RAM overhead of a shard has reached the threshold value [% of its RAM limit]"
171184
properties:
@@ -475,7 +488,10 @@ spec:
475488
description: "Role Name of RolePermissionType (note: use exact name of the role from the Redis Enterprise role list, case sensitive)"
476489
type: "string"
477490
type:
478-
description: "Type of Redis Enterprise Database Role Permission"
491+
default: "redis-enterprise"
492+
description: "Type of Redis Enterprise Database Role Permission. Currently, only \"redis-enterprise\" is supported, which uses roles and ACLs defined within Redis Enterprise directly."
493+
enum:
494+
- "redis-enterprise"
479495
type: "string"
480496
required:
481497
- "acl"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7332,6 +7332,6 @@ spec:
73327332
type: "object"
73337333
type: "object"
73347334
served: true
7335-
storage: true
7335+
storage: false
73367336
subresources:
73377337
status: {}

0 commit comments

Comments
 (0)