pull/9404/head
ToonvanStrijp 2020-10-07 19:41:57 +02:00
parent 96d7fc4bc0
commit 61048eedbe
1 changed files with 1 additions and 1 deletions

View File

@ -60,6 +60,6 @@ type Config struct {
PortMappings []oci.PortMapping // container port mappings
Envs map[string]string // key,value of environment variables passed to the node
KubernetesVersion string // Kubernetes version to install
ContainerRuntime string // container runtime kic is running,
ContainerRuntime string // container runtime kic is running
ExtraArgs []string // a list of any extra option to pass to oci binary during creation time, for example --expose 8080...
}