Skip to content

Commit 2a37a46

Browse files
committed
Update upstream specifications to their latest version
1 parent ee8f1ea commit 2a37a46

File tree

193 files changed

+4452
-774
lines changed

Some content is hidden

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

193 files changed

+4452
-774
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.5"
5+
clickhouse-keeper.altinity.com/chop: "0.25.6"
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: 4 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.5"
5+
clickhouse.altinity.com/chop: "0.25.6"
66
name: "clickhouseinstallations.clickhouse.altinity.com"
77
spec:
88
group: "clickhouse.altinity.com"
@@ -2882,6 +2882,7 @@ spec:
28822882
type: "string"
28832883
actionPlan:
28842884
description: "Action Plan"
2885+
nullable: true
28852886
type: "object"
28862887
x-kubernetes-preserve-unknown-fields: true
28872888
actions:
@@ -2976,10 +2977,12 @@ spec:
29762977
type: "array"
29772978
normalized:
29782979
description: "Normalized resource requested"
2980+
nullable: true
29792981
type: "object"
29802982
x-kubernetes-preserve-unknown-fields: true
29812983
normalizedCompleted:
29822984
description: "Normalized resource completed"
2985+
nullable: true
29832986
type: "object"
29842987
x-kubernetes-preserve-unknown-fields: true
29852988
pod-ips:

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

Lines changed: 4 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.5"
5+
clickhouse.altinity.com/chop: "0.25.6"
66
name: "clickhouseinstallationtemplates.clickhouse.altinity.com"
77
spec:
88
group: "clickhouse.altinity.com"
@@ -2882,6 +2882,7 @@ spec:
28822882
type: "string"
28832883
actionPlan:
28842884
description: "Action Plan"
2885+
nullable: true
28852886
type: "object"
28862887
x-kubernetes-preserve-unknown-fields: true
28872888
actions:
@@ -2976,10 +2977,12 @@ spec:
29762977
type: "array"
29772978
normalized:
29782979
description: "Normalized resource requested"
2980+
nullable: true
29792981
type: "object"
29802982
x-kubernetes-preserve-unknown-fields: true
29812983
normalizedCompleted:
29822984
description: "Normalized resource completed"
2985+
nullable: true
29832986
type: "object"
29842987
x-kubernetes-preserve-unknown-fields: true
29852988
pod-ips:

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.5"
5+
clickhouse.altinity.com/chop: "0.25.6"
66
name: "clickhouseoperatorconfigurations.clickhouse.altinity.com"
77
spec:
88
group: "clickhouse.altinity.com"

crd-catalog/Kuadrant/authorino-operator/operator.authorino.kuadrant.io/v1beta1/authorinos.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.15.0"
5+
controller-gen.kubebuilder.io/version: "v0.19.0"
66
name: "authorinos.operator.authorino.kuadrant.io"
77
spec:
88
group: "operator.authorino.kuadrant.io"
@@ -76,7 +76,7 @@ spec:
7676
description: "LocalObjectReference contains enough information to let you locate the\nreferenced object inside the same namespace."
7777
properties:
7878
name:
79-
description: "Name of the referent.\nMore info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names\nTODO: Add other useful fields. apiVersion, kind, uid?"
79+
description: "Name of the referent.\nMore info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
8080
type: "string"
8181
type: "object"
8282
x-kubernetes-map-type: "atomic"
@@ -109,7 +109,7 @@ spec:
109109
description: "LocalObjectReference contains enough information to let you locate the\nreferenced object inside the same namespace."
110110
properties:
111111
name:
112-
description: "Name of the referent.\nMore info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names\nTODO: Add other useful fields. apiVersion, kind, uid?"
112+
description: "Name of the referent.\nMore info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
113113
type: "string"
114114
type: "object"
115115
x-kubernetes-map-type: "atomic"

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,9 @@ spec:
279279
type: "array"
280280
type: "object"
281281
type: "array"
282+
group:
283+
description: "Group displays the group which the dns-operator belongs to, if set."
284+
type: "string"
282285
healthCheck:
283286
properties:
284287
conditions:

0 commit comments

Comments
 (0)