Propagate manifests paths earlier to operator status #3518
knative-style.yaml
on: pull_request
style
/
changes
4s
style
/
...
/
Auto-format and Check
18s
style
/
...
/
Lint
2m 27s
style
/
...
/
Do Not Submit
8s
style
/
...
/
shell
0s
style
/
...
/
yaml
0s
style
/
...
/
github_actions
0s
Matrix: style / Golang / Boilerplate Check
Annotations
2 errors and 4 warnings
style / Golang / Auto-format and Check
Process completed with exit code 1.
|
style / Golang / Auto-format and Check:
pkg/reconciler/knativeserving/knativeserving.go#L0
Please run goimports.
diff --git a/pkg/reconciler/knativeserving/knativeserving.go b/pkg/reconciler/knativeserving/knativeserving.go
index 252875e..47d044e 100644
--- a/pkg/reconciler/knativeserving/knativeserving.go
+++ b/pkg/reconciler/knativeserving/knativeserving.go
@@ -19,6 +19,7 @@ package knativeserving
import (
"context"
"fmt"
+
mf "github.com/manifestival/manifestival"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/client-go/kubernetes"
|
style / Golang / Auto-format and Check
Restore cache failed: Dependencies file is not found in /home/runner/work/operator/operator. Supported file pattern: go.sum
|
style / Golang / Boilerplate Check (sh)
Restore cache failed: Dependencies file is not found in /home/runner/work/operator/operator. Supported file pattern: go.sum
|
style / Golang / Boilerplate Check (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/operator/operator. Supported file pattern: go.sum
|
style / Golang / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/operator/operator. Supported file pattern: go.sum
|