diff --git a/apis/meta/v1alpha1/labels_annotations.go b/apis/meta/v1alpha1/labels_annotations.go index e4bad383..5bfb656c 100644 --- a/apis/meta/v1alpha1/labels_annotations.go +++ b/apis/meta/v1alpha1/labels_annotations.go @@ -37,6 +37,9 @@ const ( // RepositoryLabelKey for integration resources RepositoryLabelKey = "integrations.katanomi.dev/repository" + // IntegrationAutoGenerateAnnotation annotation key to store generate flag. + IntegrationAutoGenerateAnnotation = "integrations.katanomi.dev/resourceScope.autoGenerate" + // IntegrationAddressAnnotation annotation key to store integration server address IntegrationAddressAnnotation = "integrations.katanomi.dev/integration.address"