Documentation
¶
Overview ¶
Package labels provides shared label constants for validation resources.
Index ¶
Constants ¶
const ( Name = k8slabels.Name Component = k8slabels.Component ManagedBy = k8slabels.ManagedBy RunID = k8slabels.RunID )
Standard Kubernetes label keys. These are aliases of pkg/k8s/labels, which is the single source of truth shared with the snapshot agent (pkg/k8s/agent) — validator code should keep referring to them as labels.Name etc. rather than importing pkg/k8s/labels directly.
const ( JobType = header.Domain + "/job-type" Validator = header.Domain + "/validator" Phase = header.Domain + "/phase" ReportType = header.Domain + "/report-type" )
AICR-specific label keys, keyed on the canonical AICR API domain.
const ( ValueAICR = k8slabels.ValueAICR ValueValidation = "validation" ValueValidator = "aicr-validator" )
Common label values.
const ( ValueNCCLPerf = "nccl-perf" ValueInferencePerf = "inference-perf" )
Component label values for per-run benchmark namespaces, stamped alongside ManagedBy so a stale-namespace prune can scope its List to exactly one benchmark server-side, instead of matching a hand-maintained name prefix.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.