Skip to content

@nogoo9/no-crd / index / LABELS

Variable: LABELS

const LABELS: object

Defined in: src/k8s/config.ts:18

Standard annotation/label keys used to tag managed pod workloads.

Type Declaration

MANAGED_BY

readonly MANAGED_BY: "app.kubernetes.io/managed-by" = "app.kubernetes.io/managed-by"

OWNER

readonly OWNER: "nogoo9.dev/owner" = "nogoo9.dev/owner"

SESSION

readonly SESSION: "nogoo9.dev/session" = "nogoo9.dev/session"

TEMPLATE

readonly TEMPLATE: "nogoo9.dev/template" = "nogoo9.dev/template"