Documentation
¶
Overview ¶
Package labels provides shared label constants for validation resources.
Index ¶
Constants ¶
View Source
const ( Name = "app.kubernetes.io/name" Component = "app.kubernetes.io/component" ManagedBy = "app.kubernetes.io/managed-by" )
Standard Kubernetes label keys.
View Source
const ( JobType = header.Domain + "/job-type" RunID = header.Domain + "/run-id" Validator = header.Domain + "/validator" Phase = header.Domain + "/phase" ReportType = header.Domain + "/report-type" )
AICR-specific label keys, keyed on the canonical AICR API domain.
View Source
const ( ValueAICR = "aicr" ValueValidation = "validation" ValueValidator = "aicr-validator" )
Common label values.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.