mirror of
https://github.com/rancher/types.git
synced 2025-06-30 07:21:49 +00:00
add label to customConfig
This commit is contained in:
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user