Skip to content

Commit

Permalink
chore(deps): update controllergen
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Aug 2, 2024
1 parent 7494580 commit ce44188
Show file tree
Hide file tree
Showing 28 changed files with 24,521 additions and 26,103 deletions.
1 change: 0 additions & 1 deletion addons/keda/duck/v1alpha1/zz_generated.deepcopy.go

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

1 change: 0 additions & 1 deletion addons/strimzi/duck/v1beta2/zz_generated.deepcopy.go

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

408 changes: 212 additions & 196 deletions helm/camel-k/crds/crd-build.yaml

Large diffs are not rendered by default.

29 changes: 16 additions & 13 deletions helm/camel-k/crds/crd-camel-catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
# limitations under the License.
# ---------------------------------------------------------------------------

---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
creationTimestamp: null
labels:
app: camel-k
controller-gen.kubebuilder.io/version: v0.15.0
name: camelcatalogs.camel.apache.org
spec:
group: camel.apache.org
Expand Down Expand Up @@ -63,14 +61,19 @@ spec:
statically generated.
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
description: |-
APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
description: |-
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
metadata:
type: object
Expand Down Expand Up @@ -371,9 +374,9 @@ spec:
type: string
capabilities:
additionalProperties:
description: Capability is a particular feature which requires
a well known set of dependencies and other properties which
are specified in the runtime catalog.
description: |-
Capability is a particular feature which requires a well known set of dependencies and other properties
which are specified in the runtime catalog.
properties:
buildTimeProperties:
description: Set of required Camel build time properties
Expand Down
188 changes: 95 additions & 93 deletions helm/camel-k/crds/crd-integration-kit.yaml

Large diffs are not rendered by default.

1,975 changes: 1,044 additions & 931 deletions helm/camel-k/crds/crd-integration-platform.yaml

Large diffs are not rendered by default.

1,926 changes: 1,018 additions & 908 deletions helm/camel-k/crds/crd-integration-profile.yaml

Large diffs are not rendered by default.

6,446 changes: 3,145 additions & 3,301 deletions helm/camel-k/crds/crd-integration.yaml

Large diffs are not rendered by default.

7,025 changes: 3,295 additions & 3,730 deletions helm/camel-k/crds/crd-kamelet-binding.yaml

Large diffs are not rendered by default.

561 changes: 253 additions & 308 deletions helm/camel-k/crds/crd-kamelet.yaml

Large diffs are not rendered by default.

6,737 changes: 3,173 additions & 3,564 deletions helm/camel-k/crds/crd-pipe.yaml

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion pkg/apis/camel/v1/trait/zz_generated.deepcopy.go

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

1 change: 0 additions & 1 deletion pkg/apis/camel/v1/zz_generated.deepcopy.go

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

1 change: 0 additions & 1 deletion pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go

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

14 changes: 12 additions & 2 deletions pkg/client/camel/informers/externalversions/factory.go

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

Loading

0 comments on commit ce44188

Please sign in to comment.