Skip to content

Commit bc9a5c2

Browse files
authoredApr 25, 2024··
providing a constraint property constant for dependency consistency (#1282)
Signed-off-by: Jordan Keister <[email protected]>
1 parent 5eff485 commit bc9a5c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎alpha/property/property.go

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ const (
106106
TypeGVKRequired = "olm.gvk.required"
107107
TypeBundleObject = "olm.bundle.object"
108108
TypeCSVMetadata = "olm.csv.metadata"
109+
TypeConstraint = "olm.constraint"
109110
TypeChannel = "olm.channel"
110111
)
111112

0 commit comments

Comments
 (0)
Please sign in to comment.