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... }