github.com/giantswarm/apiextensions/v6@v6.6.0/pkg/label/ui.go (about)

     1  package label
     2  
     3  // I the ui.giantswarm.io label namespace we define labels that
     4  // exist in order to affect the user experience in user
     5  // interfaces, like the Giant Swarm web UI or CLIs.
     6  
     7  // Affects whether or not a resource is intended for display in
     8  // a user interface. For example, it can be used to hide
     9  // irrelevant system roles from users by default. The value can
    10  // either be "true" or "false".
    11  const DisplayInUserInterface = "ui.giantswarm.io/display"