Documentation - v0.0.0
    Preparing search index...
    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

    • ReadonlyCOMPONENT: "app.kubernetes.io/component"

      The component within the architecture.

    • ReadonlyINSTANCE: "app.kubernetes.io/instance"

      Unique name identifying the instance of an application.

    • ReadonlyMANAGED_BY: "app.kubernetes.io/managed-by"

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

    • ReadonlyNAME: "app.kubernetes.io/name"

      The name of the application.

    • ReadonlyPART_OF: "app.kubernetes.io/part-of"

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

    • ReadonlyVERSION: "app.kubernetes.io/version"

      Current version of the application.