1
0
mirror of https://github.com/rancher/types.git synced 2025-09-01 13:18:20 +00:00

add label to customConfig

This commit is contained in:
Daishan Peng
2018-06-12 15:54:45 -07:00
committed by Darren Shepherd
parent 3a24fe3cad
commit dde39c594a

View File

@@ -166,7 +166,8 @@ type CustomConfig struct {
// Optional - Docker socket on the node that will be used in tunneling
DockerSocket string `yaml:"docker_socket" json:"dockerSocket,omitempty"`
// SSH Private Key
SSHKey string `yaml:"ssh_key" json:"sshKey,omitempty"`
SSHKey string `yaml:"ssh_key" json:"sshKey,omitempty"`
Label map[string]string `yaml:"label" json:"label,omitempty"`
}
type NodeSpec struct {