Label: {
    COMPONENT: "app.kubernetes.io/component";
    INSTANCE: "app.kubernetes.io/instance";
    MANAGED_BY: "app.kubernetes.io/managed-by";
    NAME: "app.kubernetes.io/name";
    PART_OF: "app.kubernetes.io/part-of";
    VERSION: "app.kubernetes.io/version";
} = ...

Common labels.

Type declaration

  • Readonly COMPONENT: "app.kubernetes.io/component"

    The component within the architecture.

  • Readonly INSTANCE: "app.kubernetes.io/instance"

    Unique name identifying the instance of an application.

  • Readonly MANAGED_BY: "app.kubernetes.io/managed-by"

    The tool being used to manage the operation of an application.

  • Readonly NAME: "app.kubernetes.io/name"

    The name of the application.

  • Readonly PART_OF: "app.kubernetes.io/part-of"

    The name of the higher level application this is a part of.

  • Readonly VERSION: "app.kubernetes.io/version"

    Current version of the application.

Generated using TypeDoc