pub const API_VERSION: &str = "nyl.niklasrosenstein.github.com/v1";
pub const API_VERSION_ARGOCD: &str = "argocd.nyl.niklasrosenstein.github.com/v1";
pub const API_VERSION_COMPONENTS: &str = "components.nyl.niklasrosenstein.github.com/v1";
pub const LABEL_RELEASE: &str = "nyl.niklasrosenstein.github.com/release";
pub const LABEL_REVISION: &str = "nyl.niklasrosenstein.github.com/revision";
pub const SECRET_TYPE_RELEASE: &str = "nyl.niklasrosenstein.github.com/release.v1";
pub const ANNOTATION_PARENT_API_VERSION: &str = "nyl.niklasrosenstein.github.com/parent-api-version";
pub const ANNOTATION_PARENT_KIND: &str = "nyl.niklasrosenstein.github.com/parent-kind";
pub const ANNOTATION_PARENT_NAME: &str = "nyl.niklasrosenstein.github.com/parent-name";
pub const ANNOTATION_PARENT_NAMESPACE: &str = "nyl.niklasrosenstein.github.com/parent-namespace";
pub const ANNOTATION_KYVERNO_SCOPE: &str = "nyl.niklasrosenstein.github.com/apply-policy-scope";