Skip to content

Commit

Permalink
Revert "Push generated things"
Browse files Browse the repository at this point in the history
This reverts commit 7e5fb16.
  • Loading branch information
haanhvu committed May 13, 2022
1 parent 7e5fb16 commit 01c88bc
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 94 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.

82 changes: 0 additions & 82 deletions docs/modules/ROOT/partials/apis/camel-k-crds.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2301,13 +2301,6 @@ base Maven specification
additional repositories
|`servers` +
*xref:#_camel_apache_org_v1_Server[[\]Server]*
|
Servers (auth)
|===
Expand Down Expand Up @@ -2353,26 +2346,13 @@ the Maven settings.
|
Deprecated: use CASecrets
The Secret name and key, containing the CA certificate(s) used to connect
to remote Maven repositories.
It can contain X.509 certificates, and PKCS#7 formatted certificate chains.
A JKS formatted keystore is automatically created to store the CA certificate(s),
and configured to be used as a trusted certificate(s) by the Maven commands.
Note that the root CA certificates are also imported into the created keystore.
|`caSecrets` +
*https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.20/#secretkeyselector-v1-core[[\]Kubernetes core/v1.SecretKeySelector]*
|
The Secrets name and key, containing the CA certificate(s) used to connect
to remote Maven repositories.
It can contain X.509 certificates, and PKCS#7 formatted certificate chains.
A JKS formatted keystore is automatically created to store the CA certificate(s),
and configured to be used as a trusted certificate(s) by the Maven commands.
Note that the root CA certificates are also imported into the created keystore.
|`extension` +
*xref:#_camel_apache_org_v1_MavenArtifact[[\]MavenArtifact]*
|
Expand Down Expand Up @@ -2504,16 +2484,6 @@ the specification
|===
[#_camel_apache_org_v1_Properties]
=== Properties(`map[string]string` alias)
*Appears on:*
* <<#_camel_apache_org_v1_Server, Server>>
[#_camel_apache_org_v1_PublishTask]
=== PublishTask
Expand Down Expand Up @@ -2886,58 +2856,6 @@ string
used by the ImageStream
|===
[#_camel_apache_org_v1_Server]
=== Server
*Appears on:*
* <<#_camel_apache_org_v1_MavenBuildSpec, MavenBuildSpec>>
[cols="2,2a",options="header"]
|===
|Field
|Description
|`-` +
encoding/xml.Name
|
|`id` +
string
|
|`username` +
string
|
|`password` +
string
|
|`configuration` +
*xref:#_camel_apache_org_v1_Properties[Properties]*
|
|===
[#_camel_apache_org_v1_SourceSpec]
Expand Down
4 changes: 0 additions & 4 deletions docs/modules/traits/pages/mount.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ Syntax: [configmap\|secret]:name[/key][@path], where name represents the resourc
| []string
| A list of Persistent Volume Claims to be mounted. Syntax: [pvcname:/container/path]

| mount.pvcs
| []string
| A list of Persistent Volume Claims to be created and mounted. Syntax: [pvcname:storageClassName:requestedQuantity:/container/path]

|===

// End of autogenerated code - DO NOT EDIT! (configuration)
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.

4 changes: 0 additions & 4 deletions resources/traits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -837,10 +837,6 @@ traits:
- name: volumes
type: '[]string'
description: 'A list of Persistent Volume Claims to be mounted. Syntax: [pvcname:/container/path]'
- name: pvcs
type: '[]string'
description: 'A list of Persistent Volume Claims to be created and mounted. Syntax:
[pvcname:storageClassName:requestedQuantity:/container/path]'
- name: openapi
platform: true
profiles:
Expand Down

0 comments on commit 01c88bc

Please sign in to comment.