From f9087cb77121ad89101696d02d2ad93e17241472 Mon Sep 17 00:00:00 2001 From: Matthias Bertschy Date: Thu, 26 Sep 2024 12:37:43 +0200 Subject: [PATCH] add missing method to interface Signed-off-by: Matthias Bertschy --- instanceidhandler/interface.go | 1 + 1 file changed, 1 insertion(+) diff --git a/instanceidhandler/interface.go b/instanceidhandler/interface.go index eda6741..4ef8510 100644 --- a/instanceidhandler/interface.go +++ b/instanceidhandler/interface.go @@ -7,6 +7,7 @@ type IInstanceID interface { GetName() string GetContainerName() string GetStringFormatted() string + GetStringNoContainer() string GetHashed() string GetLabels() map[string]string // GetSlug returns a string with a human-friendly and Kubernetes-compatible name