From bc9a5c220c76c5ca5012ec2868cd0d3d4d8f3e9c Mon Sep 17 00:00:00 2001 From: Jordan Keister Date: Thu, 25 Apr 2024 06:09:43 -0500 Subject: [PATCH] providing a constraint property constant for dependency consistency (#1282) Signed-off-by: Jordan Keister --- alpha/property/property.go | 1 + 1 file changed, 1 insertion(+) diff --git a/alpha/property/property.go b/alpha/property/property.go index ff6c15431..6869b2e67 100644 --- a/alpha/property/property.go +++ b/alpha/property/property.go @@ -106,6 +106,7 @@ const ( TypeGVKRequired = "olm.gvk.required" TypeBundleObject = "olm.bundle.object" TypeCSVMetadata = "olm.csv.metadata" + TypeConstraint = "olm.constraint" TypeChannel = "olm.channel" )