Skip to content

Commit d07c1ec

Browse files
committed
Update upstream specifications to their latest version
1 parent c950954 commit d07c1ec

File tree

2,116 files changed

+36327
-29083
lines changed

Some content is hidden

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

2,116 files changed

+36327
-29083
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,11 @@ spec:
445445
type: "array"
446446
type: "object"
447447
type: "array"
448+
remoteRecordStatuses:
449+
additionalProperties:
450+
x-kubernetes-preserve-unknown-fields: true
451+
description: "remoteRecordStatuses is a map of cluster IDs and their unique DNSRecordStatus as raw JSON.\n\n\nA CRD can't reference a type within itself so the `apiextensionsv1.JSON` type is used.\nUse GetRemoteRecordStatuses to get the converted type."
452+
type: "object"
448453
validFor:
449454
description: "ValidFor indicates duration since the last reconciliation we consider data in the record to be valid"
450455
type: "string"

crd-catalog/actions/actions-runner-controller/actions.github.com/v1alpha1/ephemeralrunners.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ spec:
3535
- jsonPath: ".status.jobDisplayName"
3636
name: "JobDisplayName"
3737
type: "string"
38+
- jsonPath: ".status.jobId"
39+
name: "JobId"
40+
type: "string"
3841
- jsonPath: ".status.message"
3942
name: "Message"
4043
type: "string"
@@ -4933,6 +4936,8 @@ spec:
49334936
type: "object"
49344937
jobDisplayName:
49354938
type: "string"
4939+
jobId:
4940+
type: "string"
49364941
jobRepositoryName:
49374942
type: "string"
49384943
jobRequestId:

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

Lines changed: 73 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.0"
5+
aerospike-kubernetes-operator/version: "4.1.1"
66
controller-gen.kubebuilder.io/version: "v0.17.2"
77
name: "aerospikeclusters.asdb.aerospike.com"
88
spec:
@@ -4077,6 +4077,18 @@ spec:
40774077
pattern: "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$"
40784078
x-kubernetes-int-or-string: true
40794079
type: "object"
4080+
hostPath:
4081+
description: "HostPath represents a directory on the host provisioned by an administrator.\nThis is useful for exposing host paths to pods in a controlled, read-only manner.\nMore info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath"
4082+
properties:
4083+
path:
4084+
description: "path of the directory on the host.\nIf the path is a symlink, it will follow the link to the real path.\nMore info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath"
4085+
type: "string"
4086+
type:
4087+
description: "type for HostPath Volume\nDefaults to \"\"\nMore info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath"
4088+
type: "string"
4089+
required:
4090+
- "path"
4091+
type: "object"
40804092
persistentVolume:
40814093
description: "PersistentVolumeSpec describes a persistent volume to claim and attach to Aerospike pods."
40824094
properties:
@@ -5087,6 +5099,18 @@ spec:
50875099
pattern: "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$"
50885100
x-kubernetes-int-or-string: true
50895101
type: "object"
5102+
hostPath:
5103+
description: "HostPath represents a directory on the host provisioned by an administrator.\nThis is useful for exposing host paths to pods in a controlled, read-only manner.\nMore info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath"
5104+
properties:
5105+
path:
5106+
description: "path of the directory on the host.\nIf the path is a symlink, it will follow the link to the real path.\nMore info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath"
5107+
type: "string"
5108+
type:
5109+
description: "type for HostPath Volume\nDefaults to \"\"\nMore info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath"
5110+
type: "string"
5111+
required:
5112+
- "path"
5113+
type: "object"
50905114
persistentVolume:
50915115
description: "PersistentVolumeSpec describes a persistent volume to claim and attach to Aerospike pods."
50925116
properties:
@@ -5566,6 +5590,18 @@ spec:
55665590
pattern: "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$"
55675591
x-kubernetes-int-or-string: true
55685592
type: "object"
5593+
hostPath:
5594+
description: "HostPath represents a directory on the host provisioned by an administrator.\nThis is useful for exposing host paths to pods in a controlled, read-only manner.\nMore info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath"
5595+
properties:
5596+
path:
5597+
description: "path of the directory on the host.\nIf the path is a symlink, it will follow the link to the real path.\nMore info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath"
5598+
type: "string"
5599+
type:
5600+
description: "type for HostPath Volume\nDefaults to \"\"\nMore info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath"
5601+
type: "string"
5602+
required:
5603+
- "path"
5604+
type: "object"
55695605
persistentVolume:
55705606
description: "PersistentVolumeSpec describes a persistent volume to claim and attach to Aerospike pods."
55715607
properties:
@@ -9865,6 +9901,18 @@ spec:
98659901
pattern: "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$"
98669902
x-kubernetes-int-or-string: true
98679903
type: "object"
9904+
hostPath:
9905+
description: "HostPath represents a directory on the host provisioned by an administrator.\nThis is useful for exposing host paths to pods in a controlled, read-only manner.\nMore info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath"
9906+
properties:
9907+
path:
9908+
description: "path of the directory on the host.\nIf the path is a symlink, it will follow the link to the real path.\nMore info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath"
9909+
type: "string"
9910+
type:
9911+
description: "type for HostPath Volume\nDefaults to \"\"\nMore info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath"
9912+
type: "string"
9913+
required:
9914+
- "path"
9915+
type: "object"
98689916
persistentVolume:
98699917
description: "PersistentVolumeSpec describes a persistent volume to claim and attach to Aerospike pods."
98709918
properties:
@@ -10875,6 +10923,18 @@ spec:
1087510923
pattern: "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$"
1087610924
x-kubernetes-int-or-string: true
1087710925
type: "object"
10926+
hostPath:
10927+
description: "HostPath represents a directory on the host provisioned by an administrator.\nThis is useful for exposing host paths to pods in a controlled, read-only manner.\nMore info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath"
10928+
properties:
10929+
path:
10930+
description: "path of the directory on the host.\nIf the path is a symlink, it will follow the link to the real path.\nMore info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath"
10931+
type: "string"
10932+
type:
10933+
description: "type for HostPath Volume\nDefaults to \"\"\nMore info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath"
10934+
type: "string"
10935+
required:
10936+
- "path"
10937+
type: "object"
1087810938
persistentVolume:
1087910939
description: "PersistentVolumeSpec describes a persistent volume to claim and attach to Aerospike pods."
1088010940
properties:
@@ -11397,6 +11457,18 @@ spec:
1139711457
pattern: "^(\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\\+|-)?(([0-9]+(\\.[0-9]*)?)|(\\.[0-9]+))))?$"
1139811458
x-kubernetes-int-or-string: true
1139911459
type: "object"
11460+
hostPath:
11461+
description: "HostPath represents a directory on the host provisioned by an administrator.\nThis is useful for exposing host paths to pods in a controlled, read-only manner.\nMore info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath"
11462+
properties:
11463+
path:
11464+
description: "path of the directory on the host.\nIf the path is a symlink, it will follow the link to the real path.\nMore info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath"
11465+
type: "string"
11466+
type:
11467+
description: "type for HostPath Volume\nDefaults to \"\"\nMore info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath"
11468+
type: "string"
11469+
required:
11470+
- "path"
11471+
type: "object"
1140011472
persistentVolume:
1140111473
description: "PersistentVolumeSpec describes a persistent volume to claim and attach to Aerospike pods."
1140211474
properties:

crd-catalog/apache/camel-k/camel.apache.org/v1/builds.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.17.2"
5+
controller-gen.kubebuilder.io/version: "v0.19.0"
66
name: "builds.camel.apache.org"
77
spec:
88
group: "camel.apache.org"

crd-catalog/apache/camel-k/camel.apache.org/v1/camelcatalogs.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.17.2"
5+
controller-gen.kubebuilder.io/version: "v0.19.0"
66
name: "camelcatalogs.camel.apache.org"
77
spec:
88
group: "camel.apache.org"

crd-catalog/apache/camel-k/camel.apache.org/v1/integrationkits.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.17.2"
5+
controller-gen.kubebuilder.io/version: "v0.19.0"
66
name: "integrationkits.camel.apache.org"
77
spec:
88
group: "camel.apache.org"

crd-catalog/apache/camel-k/camel.apache.org/v1/integrationplatforms.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.17.2"
5+
controller-gen.kubebuilder.io/version: "v0.19.0"
66
name: "integrationplatforms.camel.apache.org"
77
spec:
88
group: "camel.apache.org"

crd-catalog/apache/camel-k/camel.apache.org/v1/integrationprofiles.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.17.2"
5+
controller-gen.kubebuilder.io/version: "v0.19.0"
66
name: "integrationprofiles.camel.apache.org"
77
spec:
88
group: "camel.apache.org"

0 commit comments

Comments
 (0)