Skip to content

Commit

Permalink
Update pkg/apis/sources/v1alpha1/integration_lifecycle.go
Browse files Browse the repository at this point in the history
Co-authored-by: Pierangelo Di Pilato <[email protected]>
  • Loading branch information
matzew and pierDipi authored Oct 11, 2024
1 parent f9579b7 commit 394a71b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/apis/sources/v1alpha1/integration_lifecycle.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ func (s *IntegrationSourceStatus) PropagateContainerSourceStatus(status *v1.Cont
conditions := s.Conditions

Check failure on line 58 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / analyze / Go vulnerability Detection

conditions declared and not used

Check failure on line 58 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / build / Build

conditions declared and not used

Check failure on line 58 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / build / Build

conditions declared and not used

Check failure on line 58 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / style / Golang / Lint

conditions declared and not used

Check failure on line 58 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / style / Golang / Lint

conditions declared and not used

Check failure on line 58 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / style / Golang / Lint

conditions declared and not used

Check failure on line 58 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / test / Unit Tests

conditions declared and not used

Check failure on line 58 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / test / Unit Tests

conditions declared and not used

Check failure on line 58 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / e2e tests (v1.29.0, ./test/e2e)

conditions declared and not used

Check failure on line 58 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / e2e tests (v1.29.0, ./test/conformance)

conditions declared and not used

Check failure on line 58 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / e2e tests (v1.29.0, ./test/experimental)

conditions declared and not used

Check failure on line 58 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / e2e tests (v1.28.7, ./test/conformance)

conditions declared and not used

Check failure on line 58 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / e2e tests (v1.28.7, ./test/e2e)

conditions declared and not used

Check failure on line 58 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / e2e tests (v1.28.7, ./test/experimental)

conditions declared and not used

Check failure on line 58 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / analyze / Analyze CodeQL

conditions declared and not used
observedGeneration := s.ObservedGeneration

Check failure on line 59 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / analyze / Go vulnerability Detection

observedGeneration declared and not used

Check failure on line 59 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / build / Build

observedGeneration declared and not used

Check failure on line 59 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / build / Build

observedGeneration declared and not used

Check failure on line 59 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / style / Golang / Lint

observedGeneration declared and not used) (typecheck)

Check failure on line 59 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / style / Golang / Lint

observedGeneration declared and not used) (typecheck)

Check failure on line 59 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / test / Unit Tests

observedGeneration declared and not used

Check failure on line 59 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / test / Unit Tests

observedGeneration declared and not used

Check failure on line 59 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / e2e tests (v1.29.0, ./test/e2e)

observedGeneration declared and not used

Check failure on line 59 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / e2e tests (v1.29.0, ./test/conformance)

observedGeneration declared and not used

Check failure on line 59 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / e2e tests (v1.29.0, ./test/experimental)

observedGeneration declared and not used

Check failure on line 59 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / e2e tests (v1.28.7, ./test/conformance)

observedGeneration declared and not used

Check failure on line 59 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / e2e tests (v1.28.7, ./test/e2e)

observedGeneration declared and not used

Check failure on line 59 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / e2e tests (v1.28.7, ./test/experimental)

observedGeneration declared and not used

Check failure on line 59 in pkg/apis/sources/v1alpha1/integration_lifecycle.go

View workflow job for this annotation

GitHub Actions / analyze / Analyze CodeQL

observedGeneration declared and not used
s.SourceStatus = status.SourceStatus
s.Conditions = conditions
s.ObservedGeneration = observedGeneration

cond := status.GetCondition(apis.ConditionReady)
switch {
Expand Down

0 comments on commit 394a71b

Please sign in to comment.