[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Promote CloudBuildSource to v1 API #1657

Merged
merged 2 commits into from
Sep 1, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix format
  • Loading branch information
danyinggu committed Sep 1, 2020
commit dce77f2117a8cd896bd423363d166fe88cd94b17
3 changes: 2 additions & 1 deletion pkg/apis/events/v1/cloudbuildsource_lifecycle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ limitations under the License.
package v1

import (
duckv1 "github.com/google/knative-gcp/pkg/apis/duck/v1"
"testing"

duckv1 "github.com/google/knative-gcp/pkg/apis/duck/v1"

"github.com/google/go-cmp/cmp"
"github.com/google/go-cmp/cmp/cmpopts"
corev1 "k8s.io/api/core/v1"
Expand Down
3 changes: 2 additions & 1 deletion pkg/apis/events/v1/implements_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ limitations under the License.
package v1

import (
v1 "knative.dev/pkg/apis/duck/v1"
"testing"

v1 "knative.dev/pkg/apis/duck/v1"

"knative.dev/pkg/apis/duck"
)

Expand Down