Labels

object Labels
class Object
trait Matchable
class Any
Labels.type

Value members

Concrete methods

def component(value: String): (String, String)

The component within the architecture

The component within the architecture

Source:
Labels.scala
def instance(value: String): (String, String)

A unique name identifying the instance of an application

A unique name identifying the instance of an application

Source:
Labels.scala
def managedBy(value: String): (String, String)

The tool being used to manage the operation of an application

The tool being used to manage the operation of an application

Source:
Labels.scala
def name(value: String): (String, String)

The name of the application

The name of the application

Source:
Labels.scala
def partOf(value: String): (String, String)

The name of a higher level application this one is part of

The name of a higher level application this one is part of

Source:
Labels.scala
def version(value: String): (String, String)

The current version of the application (e.g., a semantic version, revision hash, etc.)

The current version of the application (e.g., a semantic version, revision hash, etc.)

Source:
Labels.scala