Fixed golangci-lint issues: /fission/pkg/executor (#1842)
This commit is contained in:
@@ -37,6 +37,7 @@ func ApplyImagePullSecret(secret string, podspec apiv1.PodSpec) *apiv1.PodSpec {
|
||||
return &podspec
|
||||
}
|
||||
|
||||
// WaitTimeout starts a wait group with timeout
|
||||
func WaitTimeout(wg *sync.WaitGroup, timeout time.Duration) {
|
||||
waitCh := make(chan struct{})
|
||||
go func() {
|
||||
|
||||
Reference in New Issue
Block a user