From 96b0448b84c283d7a860959cf7ab4df65cd0d144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Cluseau?= Date: Wed, 11 Dec 2019 17:19:50 +0100 Subject: [PATCH] localhost: add cluster name to host --- localconfig/host.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/localconfig/host.go b/localconfig/host.go index 17a2719..a8657df 100644 --- a/localconfig/host.go +++ b/localconfig/host.go @@ -9,6 +9,8 @@ import ( type Host struct { Name string + ClusterName string + Labels map[string]string Annotations map[string]string