Update staging/src/k8s.io/cloud-provider/options/nodecontroller.go

Co-authored-by: Jiahui Feng <jhf@google.com>
This commit is contained in:
Paweł Banaszewski 2022-10-20 19:13:13 +02:00
parent 446b0051dd
commit 528f41490c

View File

@ -18,6 +18,7 @@ package options
import (
"github.com/spf13/pflag"
nodeconfig "k8s.io/cloud-provider/controllers/node/config"
)