From 61048eedbee8f424d7be432dbb17dbf20d75ad22 Mon Sep 17 00:00:00 2001 From: ToonvanStrijp Date: Wed, 7 Oct 2020 19:41:57 +0200 Subject: [PATCH] fix typo --- pkg/drivers/kic/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/drivers/kic/types.go b/pkg/drivers/kic/types.go index e1b5ee0276..78518a330b 100644 --- a/pkg/drivers/kic/types.go +++ b/pkg/drivers/kic/types.go @@ -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... }