From fba614fd3f860f46d7568d4c6c7605e32b924eaa Mon Sep 17 00:00:00 2001 From: Enrique Llorente Date: Thu, 4 Jul 2024 16:57:47 +0200 Subject: [PATCH] types: Add OVN annotation Signed-off-by: Enrique Llorente --- pkg/config/types.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/config/types.go b/pkg/config/types.go index 3f983ef6..fc9fdc98 100644 --- a/pkg/config/types.go +++ b/pkg/config/types.go @@ -11,6 +11,8 @@ const ( NetworkRolePrimary NetworkRole = "primary" ) +const OVNPrimaryNetworkIPAMClaimAnnotation = "k8s.ovn.org/ovn-udn-ipamclaim-reference" + type RelevantConfig struct { Name string `json:"name"` AllowPersistentIPs bool `json:"allowPersistentIPs,omitempty"`