align default labels more closely with the `oc` CLI tooling
See original GitHub issueit seems the openshift oc
tool and openshift web console prefers there to be a canonical app
label on all resources relating to the same project.
We’ve traditionally gone with:
project
for theartifactId
groups
for thegroupId
version
for theversion
To make things more openshift console & oc
friendly and similar should we switch project
to app
?
Am not sure if app
should be fully qualified with the groupID too though? Otherwise we could easily get clashes
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
OpenShift CLI developer command reference
Run oc help to list all commands or run oc <command> --help to get additional details for a specific command. OpenShift CLI (oc)...
Read more >Chapter 1. OpenShift CLI (oc) - Red Hat Customer Portal
In the Command-line interface section, select Windows from the drop-down menu and click Download command-line tools. Unzip the archive with a ZIP program....
Read more >ImageJ User Guide
FoREwoRD. The ImageJ User Guide provides a detailed overview of ImageJ (and inherently Fiji), the standard in scientific image analysis (see ...
Read more >NIS-Elements AR (Advanced Research) User's Guide (Ver.4.50)
Nikon has carefully prepared this manual. However, we make no expressed or implied warranty of any kind and assume no responsibility for such...
Read more >1. The Generic Mapping Tools — GMT 6.0.0_r20460 ...
Standardized command line options¶. Most of the programs take many of the same arguments such as those related to setting the data region,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah I guess omitting the
${groupId}
would be OK - then if you wanna deploy the different apps with the same${artifactId}
but different${groupId}
s you’d either:@rhuss we can certainly make
app
and/orproject
configurable for sure.I think I’d prefer to just switch to
app
by default for consistency and avoid 2 labels as the default. There’s very little code that really depends on which one of these 2 are used really; its more just metadata thats viewed on consoles and CLIs.So long as we’ve a simple flag folks can use to preserve
project
if they wish I think we’ll be good