// Copyright 2022 Clastix Labs // SPDX-License-Identifier: Apache-2.0 package constants const ( ProjectNameLabelKey = "kamaji.clastix.io/project" ProjectNameLabelValue = "kamaji" ControlPlaneLabelKey = "kamaji.clastix.io/name" ControlPlaneLabelResource = "kamaji.clastix.io/component" ControllerLabelResource = "kamaji.clastix.io/certificate_lifecycle_controller" )