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