Skip to content

Commit

Permalink
acceptance-test: update control-plane/cni/main.go l:272 comment with …
Browse files Browse the repository at this point in the history
…period for lint testing.
  • Loading branch information
natemollica-nm committed Apr 12, 2024
1 parent 47eec97 commit 0bd8838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control-plane/cni/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func main() {
}

// createK8sClient configures the command's Kubernetes API client if it doesn't
// already exist
// already exist.
func (c *Command) createK8sClient(cfg *PluginConf) error {
restConfig, err := clientcmd.BuildConfigFromFlags("", filepath.Join(cfg.CNINetDir, cfg.Kubeconfig))
if err != nil {
Expand Down

0 comments on commit 0bd8838

Please sign in to comment.