This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add label ui.giantswarm.io/display (#699)
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package label | ||
|
||
// I the ui.giantswarm.io label namespace we define labels that | ||
// exist in order to affect the user experience in user | ||
// interfaces, like the Giant Swarm web UI or CLIs. | ||
|
||
// Affects whether or not a resource is intended for display in | ||
// a user interface. For example, it can be used to hide | ||
// irrelevant system roles from users by default. The value can | ||
// either be "true" or "false". | ||
const DisplayInUserInterface = "ui.giantswarm.io/display" |