Builder Trait
The builder trait is internally used to determine the best strategy to build and configure IntegrationKits.
This trait is available in the following profiles: Kubernetes, Knative, OpenShift.
The builder trait is a platform trait and cannot be disabled by the user. |
Configuration
Trait properties can be specified when running any integration with the CLI:
$ kamel run --trait builder.[key]=[value] --trait builder.[key2]=[value2] integration.groovy
The following configuration options are available:
Property | Type | Description |
---|---|---|
|
| Deprecated: no longer in use. |
|
| Enable verbose logging on build components that support it (e.g. Kaniko build pod). |
|
| A list of properties to be provided to the build task |
|
| The strategy to use, either |
|
| Use the incremental image build option, to reuse existing containers (default |
|
| The build order strategy to use, either |
|
| When using |
|
| When using |
|
| When using |
|
| When using |
|
| A list of references pointing to configmaps/secrets that contains a maven profile. The content of the maven profile is expected to be a text containing a valid maven profile starting with |
|
| A list of tasks to be executed (available only when using |
|
| A list of request cpu configuration for the specific task with format |
|
| A list of request memory configuration for the specific task with format |
|
| A list of limit cpu configuration for the specific task with format |
|
| A list of limit memory configuration for the specific task with format |