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