This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 202
Configuration Syntax #18
Labels
cat/feature
Feature request
status/stale
Issue/PR considered to be stale
target/4.0
PR for targeted to 4.0.x
Comments
Closed
rohanKanojia
added a commit
to rohanKanojia/fabric8-maven-plugin
that referenced
this issue
Jan 8, 2018
rohanKanojia
added a commit
to rohanKanojia/fabric8-maven-plugin
that referenced
this issue
Jan 15, 2018
rohanKanojia
added a commit
to rohanKanojia/fabric8-maven-plugin
that referenced
this issue
Jan 16, 2018
rohanKanojia
added a commit
to rohanKanojia/fabric8-maven-plugin
that referenced
this issue
Jan 16, 2018
rohanKanojia
added a commit
to rohanKanojia/fabric8-maven-plugin
that referenced
this issue
Jan 17, 2018
rohanKanojia
added a commit
to rohanKanojia/fabric8-maven-plugin
that referenced
this issue
Jan 21, 2018
This was referenced Oct 6, 2018
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
cat/feature
Feature request
status/stale
Issue/PR considered to be stale
target/4.0
PR for targeted to 4.0.x
This is a first shot of the new configuration syntax.
The synergy / overlap with d-m-p currently is:
<build>
sections is automatically picked up for the pod template.fabric8:build
can create a plain docker image (for Kuberenets) or all what is needed for an OpenShiftBuild
, depending on the operational mode ( Binary Build Source forfabric8:build
#12 )You might wonder what this enricher stuff is: It's a mean to decouple linkage to other fabric8 projects (like the icon generation for fabric8-console, the secrets handling for fabric8-devops, metrics exposure for prometheus) so that this can be easily switched on / off. It is also meant to complement (or maybe replace in the long run ?) the APT based generation of additional or customised resource objects with the Kubernetes builder). Custom enricher can be added as dependencies (and will be picked up from the compile classpath), much like spring-boot-starters. They have the advantage to be not coupled to the compile step and need no intermediate data file (which could be stale). Its also easy to combine the enrichers with resource object templates from
src/main/fabric8
.Here's now the suggestion:
The text was updated successfully, but these errors were encountered: