Skip to content

Commit a166edf

Browse files
committed
UPSTREAM: <carry>: support singleown cases in disconnected
1 parent 90debf7 commit a166edf

16 files changed

+1682
-45
lines changed

openshift/tests-extension/Makefile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,18 @@ pkg/bindata/webhook/index/index.go: $(shell find testdata/webhook/index -type f)
9191
$(GO_BINDATA) -pkg webhookindex -o $@ -prefix "testdata/webhook/index" testdata/webhook/index/...
9292
go fmt ./$(@D)/...
9393

94+
bindata: pkg/bindata/singleown/bundle/bundle.go
95+
pkg/bindata/singleown/bundle/bundle.go: $(shell find testdata/singleown/bundle -type f)
96+
mkdir -p $(@D)
97+
$(GO_BINDATA) -pkg singleownbundle -o $@ -prefix "testdata/singleown/bundle" testdata/singleown/bundle/...
98+
go fmt ./$(@D)/...
99+
100+
bindata: pkg/bindata/singleown/index/index.go
101+
pkg/bindata/singleown/index/index.go: $(shell find testdata/singleown/index -type f)
102+
mkdir -p $(@D)
103+
$(GO_BINDATA) -pkg singleownindex -o $@ -prefix "testdata/singleown/index" testdata/singleown/index/...
104+
go fmt ./$(@D)/...
105+
94106
bindata: pkg/bindata/qe/bindata.go
95107
pkg/bindata/qe/bindata.go: $(shell find test/qe/testdata -type f)
96108
mkdir -p $(@D)

openshift/tests-extension/pkg/bindata/singleown/bundle/bundle.go

Lines changed: 461 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openshift/tests-extension/pkg/bindata/singleown/index/index.go

Lines changed: 271 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)