Skip to content

Commit

Permalink
preparing for next release
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Aug 30, 2023
1 parent f70fa77 commit f3b885c
Show file tree
Hide file tree
Showing 23 changed files with 397 additions and 143 deletions.
8 changes: 6 additions & 2 deletions config/crd/bases/camel.apache.org_builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.11.2
creationTimestamp: null
labels:
app: camel-k
Expand Down Expand Up @@ -279,6 +279,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
type: array
cliOptions:
description: The CLI options that are appended to the
Expand Down Expand Up @@ -423,6 +424,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
secretKeyRef:
description: Selects a key of a secret.
properties:
Expand All @@ -443,6 +445,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
type: object
settingsSecurity:
description: A reference to the ConfigMap or Secret
Expand All @@ -467,6 +470,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
secretKeyRef:
description: Selects a key of a secret.
properties:
Expand All @@ -487,6 +491,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
type: object
type: object
name:
Expand Down Expand Up @@ -889,4 +894,3 @@ spec:
served: true
storage: true
subresources:
status: {}
3 changes: 1 addition & 2 deletions config/crd/bases/camel.apache.org_camelcatalogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.11.2
creationTimestamp: null
labels:
app: camel-k
Expand Down Expand Up @@ -457,4 +457,3 @@ spec:
served: true
storage: true
subresources:
status: {}
3 changes: 1 addition & 2 deletions config/crd/bases/camel.apache.org_integrationkits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.11.2
creationTimestamp: null
labels:
app: camel-k
Expand Down Expand Up @@ -447,4 +447,3 @@ spec:
served: true
storage: true
subresources:
status: {}
13 changes: 11 additions & 2 deletions config/crd/bases/camel.apache.org_integrationplatforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.11.2
creationTimestamp: null
labels:
app: camel-k
Expand Down Expand Up @@ -171,6 +171,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
type: array
cliOptions:
description: The CLI options that are appended to the list
Expand Down Expand Up @@ -229,6 +230,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
secretKeyRef:
description: Selects a key of a secret.
properties:
Expand All @@ -248,6 +250,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
type: object
settingsSecurity:
description: A reference to the ConfigMap or Secret key that
Expand All @@ -271,6 +274,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
secretKeyRef:
description: Selects a key of a secret.
properties:
Expand All @@ -290,6 +294,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
type: object
type: object
maxRunningBuilds:
Expand Down Expand Up @@ -1819,6 +1824,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
type: array
cliOptions:
description: The CLI options that are appended to the list
Expand Down Expand Up @@ -1877,6 +1883,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
secretKeyRef:
description: Selects a key of a secret.
properties:
Expand All @@ -1896,6 +1903,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
type: object
settingsSecurity:
description: A reference to the ConfigMap or Secret key that
Expand All @@ -1919,6 +1927,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
secretKeyRef:
description: Selects a key of a secret.
properties:
Expand All @@ -1938,6 +1947,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
type: object
type: object
maxRunningBuilds:
Expand Down Expand Up @@ -3431,4 +3441,3 @@ spec:
served: true
storage: true
subresources:
status: {}
Loading

0 comments on commit f3b885c

Please sign in to comment.