localhost: add cluster name to host
This commit is contained in:
parent
9b2e3dd362
commit
96b0448b84
@ -9,6 +9,8 @@ import (
|
||||
type Host struct {
|
||||
Name string
|
||||
|
||||
ClusterName string
|
||||
|
||||
Labels map[string]string
|
||||
Annotations map[string]string
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user