mirror of
https://github.com/rancher/types.git
synced 2025-09-01 21:32:10 +00:00
add label to customConfig
This commit is contained in:
committed by
Darren Shepherd
parent
3a24fe3cad
commit
dde39c594a
@@ -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 {
|
||||
|
Reference in New Issue
Block a user