From 170bcc77a533c219c320236c240068fd4bce64dd Mon Sep 17 00:00:00 2001 From: Sebastiaan van Steenis Date: Mon, 8 Jun 2020 18:32:11 +0200 Subject: [PATCH] Add InitBinary/SecurityOptions to DockerInfo --- apis/management.cattle.io/v3/machine_types.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apis/management.cattle.io/v3/machine_types.go b/apis/management.cattle.io/v3/machine_types.go index a434d18d..dd0fe423 100644 --- a/apis/management.cattle.io/v3/machine_types.go +++ b/apis/management.cattle.io/v3/machine_types.go @@ -106,7 +106,9 @@ type DockerInfo struct { OSType string Architecture string IndexServerAddress string + InitBinary string DockerRootDir string + SecurityOptions []string HTTPProxy string HTTPSProxy string NoProxy string