Skip to content

Commit

Permalink
chore: nightly resource refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 13, 2023
1 parent 2ac7f4b commit 6224a21
Show file tree
Hide file tree
Showing 12 changed files with 75 additions and 55 deletions.
14 changes: 7 additions & 7 deletions addons/strimzi/duck/client/internalclientset/fake/register.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions addons/strimzi/duck/client/internalclientset/scheme/register.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions config/crd/bases/camel.apache.org_builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ spec:
description: BuildSpec defines the Build operation to be executed
properties:
operatorNamespace:
description: The namespace of the operator in charge of this Build
reconciliation.
description: The namespace where to run the builder Pod (must be the
same of the operator in charge of this Build reconciliation).
type: string
strategy:
description: The strategy that should be used to perform the Build.
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/camel.apache.org_kamelets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ spec:
description: default is a default value for
undefined object fields.
x-kubernetes-preserve-unknown-fields: true
deprecated:
type: boolean
description:
type: string
enum:
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ asciidoc:
camel-quarkus-docs-version: 2.16.x
quarkus-version: 2.16.0.Final
buildah-version: 1.23.3
kaniko-version: 0.17.1
kaniko-version: 1.9.1
kustomize-version: 4.5.4
kubernetes-api-version: 0.25.6
operator-fwk-api-version: 0.13.0
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/partials/apis/camel-k-crds.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ string
|
The namespace of the operator in charge of this Build reconciliation.
The namespace where to run the builder Pod (must be the same of the operator in charge of this Build reconciliation).
|`timeout` +
*https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.20/#duration-v1-meta[Kubernetes meta/v1.Duration]*
Expand Down
4 changes: 2 additions & 2 deletions helm/camel-k/crds/crd-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ spec:
description: BuildSpec defines the Build operation to be executed
properties:
operatorNamespace:
description: The namespace of the operator in charge of this Build
reconciliation.
description: The namespace where to run the builder Pod (must be the
same of the operator in charge of this Build reconciliation).
type: string
strategy:
description: The strategy that should be used to perform the Build.
Expand Down
2 changes: 2 additions & 0 deletions helm/camel-k/crds/crd-kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ spec:
description: default is a default value for
undefined object fields.
x-kubernetes-preserve-unknown-fields: true
deprecated:
type: boolean
description:
type: string
enum:
Expand Down
18 changes: 9 additions & 9 deletions pkg/client/camel/applyconfiguration/camel/v1/buildspec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions pkg/client/camel/clientset/versioned/fake/register.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions pkg/client/camel/clientset/versioned/scheme/register.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 28 additions & 12 deletions pkg/resources/resources.go

Large diffs are not rendered by default.

0 comments on commit 6224a21

Please sign in to comment.