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