1
0
mirror of https://github.com/rancher/types.git synced 2025-09-02 05:35:16 +00:00

NodeName and clusterName to ClusterNode

This commit is contained in:
Alena Prokharchyk
2017-11-29 15:40:33 -08:00
parent 606e13969e
commit 5205063b09
2 changed files with 6 additions and 0 deletions

View File

@@ -217,6 +217,8 @@ type AuthConfig struct {
type ClusterNode struct {
v1.Node
NodeName string
ClusterName string
}
type MachineTemplate struct {