mirror of
https://github.com/rancher/rke.git
synced 2025-09-12 13:18:47 +00:00
add ignore_docker_version
This commit is contained in:
@@ -15,10 +15,11 @@ import (
|
||||
|
||||
type Host struct {
|
||||
v3.RKEConfigNode
|
||||
DClient *client.Client
|
||||
Dialer Dialer
|
||||
IsControl bool
|
||||
IsWorker bool
|
||||
DClient *client.Client
|
||||
Dialer Dialer
|
||||
IsControl bool
|
||||
IsWorker bool
|
||||
IgnoreDockerVersion bool
|
||||
}
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user