feat(api): migrate capsule.clastix.io/managed-by to meta api (#1691)

Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
This commit is contained in:
Oliver Bähler
2025-10-08 14:40:01 +02:00
committed by GitHub
parent d865df2b2b
commit c901412df1

View File

@@ -18,6 +18,8 @@ const (
CordonedLabel = "projectcapsule.dev/cordoned"
CordonedLabelTrigger = "true"
ManagedByCapsuleLabel = "capsule.clastix.io/managed-by"
)
func FreezeLabelTriggers(obj client.Object) bool {