We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e002902 + 6aa26c9 commit 1222dbeCopy full SHA for 1222dbe
pkg/sample-cmd/server/start.go
@@ -66,7 +66,7 @@ func NewCommandStartSampleAdapterServer(out, errOut io.Writer, stopCh <-chan str
66
67
flags.StringVar(&o.RemoteKubeConfigFile, "lister-kubeconfig", o.RemoteKubeConfigFile, ""+
68
"kubeconfig file pointing at the 'core' kubernetes server with enough rights to list "+
69
- "any described objets")
+ "any described objects")
70
flags.DurationVar(&o.DiscoveryInterval, "discovery-interval", o.DiscoveryInterval, ""+
71
"interval at which to refresh API discovery information")
72
0 commit comments