Skip to content

Add IntegrationSink CRD #6926

Add IntegrationSink CRD

Add IntegrationSink CRD #6926

Triggered via pull request November 22, 2024 11:53
Status Failure
Total duration 2m 30s
Artifacts

knative-style.yaml

on: pull_request
style  /  changes
2s
style / changes
style  /  ...  /  Auto-format and Check
25s
style / Golang / Auto-format and Check
style  /  ...  /  Lint
2m 4s
style / Golang / Lint
style  /  ...  /  Do Not Submit
9s
style / Golang / Do Not Submit
style  /  ...  /  shell
0s
style / suggester / shell
style  /  ...  /  yaml
25s
style / suggester / yaml
style  /  ...  /  github_actions
0s
style / suggester / github_actions
Matrix: style / Golang / Boilerplate Check
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 4 warnings
style / Golang / Boilerplate Check (go): pkg/reconciler/testing/v1alpha1/integrationsink.go#L1
[Go headers] reported by reviewdog 🐶 missing boilerplate: Raw Output: pkg/reconciler/testing/v1alpha1/integrationsink.go:1: missing boilerplate: /* Copyright 2024 The Knative Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */
style / Golang / Boilerplate Check (go): test/rekt/resources/integrationsink/integrationsink.go#L1
[Go headers] reported by reviewdog 🐶 missing boilerplate: Raw Output: test/rekt/resources/integrationsink/integrationsink.go:1: missing boilerplate: /* Copyright 2024 The Knative Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */
style / Golang / Boilerplate Check (go)
Process completed with exit code 1.
style / suggester / yaml
Process completed with exit code 255.
style / Golang / Auto-format and Check: pkg/reconciler/integration/sink/integrationsink_test.go#L1
Please run goimports. diff --git a/pkg/reconciler/integration/sink/integrationsink_test.go b/pkg/reconciler/integration/sink/integrationsink_test.go index a95c864..501332e 100644 --- a/pkg/reconciler/integration/sink/integrationsink_test.go +++ b/pkg/reconciler/integration/sink/integrationsink_test.go @@ -18,6 +18,7 @@ package sink import ( "fmt" + "k8s.io/apimachinery/pkg/util/intstr" "k8s.io/utils/ptr" "knative.dev/pkg/apis"
style / Golang / Auto-format and Check: pkg/reconciler/testing/v1alpha1/integrationsink.go#L1
Please run goimports. diff --git a/pkg/reconciler/testing/v1alpha1/integrationsink.go b/pkg/reconciler/testing/v1alpha1/integrationsink.go index 43d80a8..0ff5f29 100644 --- a/pkg/reconciler/testing/v1alpha1/integrationsink.go +++ b/pkg/reconciler/testing/v1alpha1/integrationsink.go @@ -2,6 +2,7 @@ package v1alpha1 import ( "context" + "knative.dev/eventing/pkg/apis/feature" duckv1 "knative.dev/pkg/apis/duck/v1"
style / Golang / Auto-format and Check
Process completed with exit code 1.
style / Golang / Boilerplate Check (sh)
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
style / Golang / Boilerplate Check (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
style / Golang / Auto-format and Check
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
style / Golang / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum