From de1c08556aabd41e3d6d0da010696fba1c616eae Mon Sep 17 00:00:00 2001 From: luomingmeng Date: Tue, 8 Oct 2024 17:15:44 +0800 Subject: [PATCH] add numa bind result pod annotation key --- pkg/consts/pod.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkg/consts/pod.go b/pkg/consts/pod.go index 3b4194e..8ea1f64 100644 --- a/pkg/consts/pod.go +++ b/pkg/consts/pod.go @@ -31,3 +31,8 @@ const ( const ( PodAnnotationNetClassKey = "katalyst.kubewharf.io/net_class_id" ) + +// PodAnnotationNUMABindResultKey is a const variable for pod annotation about numa bind result. +const ( + PodAnnotationNUMABindResultKey = "katalyst.kubewharf.io/numa_bind_result" +)