Skip to content

Commit 92319af

Browse files
committed
re-generate camel-k w/ kopium 0.22.3
Signed-off-by: Sebastian Hoß <[email protected]>
1 parent 5e44c88 commit 92319af

22 files changed

+32936
-12
lines changed

crd-catalog/apache/camel-k/camel.apache.org/v1/integrationkits.ignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

crd-catalog/apache/camel-k/camel.apache.org/v1/integrationplatforms.ignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

crd-catalog/apache/camel-k/camel.apache.org/v1/integrationprofiles.ignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

crd-catalog/apache/camel-k/camel.apache.org/v1/integrations.ignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

crd-catalog/apache/camel-k/camel.apache.org/v1/integrations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ spec:
206206
type: "object"
207207
type: "array"
208208
template:
209-
description: "Pod template customization"
209+
description: "Pod template customization\nDeprecated:\nUse container, init-containers or owner traits instead"
210210
properties:
211211
spec:
212212
description: "the specification"

crd-catalog/apache/camel-k/camel.apache.org/v1/pipes.ignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

crd-catalog/apache/camel-k/camel.apache.org/v1/pipes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ spec:
198198
type: "object"
199199
type: "array"
200200
template:
201-
description: "Pod template customization"
201+
description: "Pod template customization\nDeprecated:\nUse container, init-containers or owner traits instead"
202202
properties:
203203
spec:
204204
description: "the specification"

crd-catalog/apache/camel-k/camel.apache.org/v1alpha1/kameletbindings.ignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

custom-resources/camel_apache_org/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ This crate is part of [kube-custom-resources-rs](https://github.com/metio/kube-c
1414
### camel.apache.org/v1
1515
- `Build`
1616
- `CamelCatalog`
17+
- `IntegrationKit`
18+
- `IntegrationPlatform`
19+
- `IntegrationProfile`
20+
- `Integration`
1721
- `Kamelet`
22+
- `Pipe`
1823
### camel.apache.org/v1alpha1
24+
- `KameletBinding`
1925
- `Kamelet`

custom-resources/camel_apache_org/src/lib.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ This crate contains [kube-rs](https://kube.rs/) compatible bindings for Kubernet
66
## camel.apache.org/v1
77
- `Build`
88
- `CamelCatalog`
9+
- `IntegrationKit`
10+
- `IntegrationPlatform`
11+
- `IntegrationProfile`
12+
- `Integration`
913
- `Kamelet`
14+
- `Pipe`
1015
## camel.apache.org/v1alpha1
16+
- `KameletBinding`
1117
- `Kamelet`
1218
*/
1319
#[cfg(feature = "v1")]

0 commit comments

Comments
 (0)