Skip to content

Commit

Permalink
make generate for docmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hernan-abi committed Oct 8, 2024
1 parent a1a6b2d commit 8e9b1e9
Show file tree
Hide file tree
Showing 17 changed files with 27,357 additions and 25,655 deletions.
1 change: 1 addition & 0 deletions 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: 1 addition & 0 deletions 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.

3 changes: 2 additions & 1 deletion docs/modules/ROOT/partials/apis/camel-k-crds.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8015,7 +8015,8 @@ A list of Persistent Volume Claims to be mounted. Syntax: [pvcname:/container/pa
|
A list of EmptyDir volumes to be mounted. Syntax: [name:/container/path]
A list of EmptyDir volumes to be mounted. An optional size limit may be configured (default 500Mi).
Syntax: name:/container/path[:sizeLimit]
|`hotReload` +
bool
Expand Down
3 changes: 2 additions & 1 deletion docs/modules/traits/pages/mount.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ Syntax: [configmap\|secret]:name[/key][@path], where name represents the resourc

| mount.empty-dirs
| []string
| A list of EmptyDir volumes to be mounted. Syntax: [name:/container/path]
| A list of EmptyDir volumes to be mounted. An optional size limit may be configured (default 500Mi).
Syntax: name:/container/path[:sizeLimit]

| mount.hot-reload
| bool
Expand Down
26,501 changes: 13,672 additions & 12,829 deletions helm/camel-k/crds/camel-k-crds.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 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: 1 addition & 0 deletions 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: 1 addition & 0 deletions 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.

414 changes: 201 additions & 213 deletions pkg/resources/config/crd/bases/camel.apache.org_builds.yaml

Large diffs are not rendered by default.

33 changes: 18 additions & 15 deletions pkg/resources/config/crd/bases/camel.apache.org_camelcatalogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@
# limitations under the License.
# ---------------------------------------------------------------------------


---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.15.0
controller-gen.kubebuilder.io/version: v0.6.1
creationTimestamp: null
name: camelcatalogs.camel.apache.org
spec:
group: camel.apache.org
Expand Down Expand Up @@ -61,19 +63,14 @@ 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 @@ -374,9 +371,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 Expand Up @@ -542,3 +539,9 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
196 changes: 100 additions & 96 deletions pkg/resources/config/crd/bases/camel.apache.org_integrationkits.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit 8e9b1e9

Please sign in to comment.