localhost: add cluster name to host

This commit is contained in:
Mikaël Cluseau 2019-12-11 17:19:50 +01:00
parent 9b2e3dd362
commit 96b0448b84

View File

@ -9,6 +9,8 @@ import (
type Host struct {
Name string
ClusterName string
Labels map[string]string
Annotations map[string]string