pkg/cluster/tekton/client.go
Showing 1 of 1 total issue
Function InitClient
has 5 return statements (exceeds 4 allowed). Open
Open
func InitClient(kubeconfig string) (*Client, error) { var config *rest.Config var err error // startWith "/", kubeconfig is a filePath, else kubeconfig is fileContent