Skip to content

Commit 5ffabdd

Browse files
authoredAug 2, 2018
Merge pull request #20499 from mfojtik/apps-90-remove-internal-client
remove generated internal apps client
2 parents 4bf2172 + f270cf4 commit 5ffabdd

File tree

74 files changed

+295
-1503
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+295
-1503
lines changed
 

‎hack/import-restrictions.json

-1
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,6 @@
473473
"vendor/k8s.io/utils",
474474
"vendor/github.com/davecgh/go-spew/spew",
475475

476-
"github.com/openshift/origin/pkg/apps/generated",
477476
"github.com/openshift/origin/pkg/authorization/generated",
478477
"github.com/openshift/origin/pkg/build/apis/build/v1",
479478
"github.com/openshift/origin/pkg/build/generated",

‎hack/update-generated-clientsets.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ os::util::ensure::built_binary_exists 'client-gen' 'vendor/k8s.io/kubernetes/sta
99
packages=(
1010
github.com/openshift/origin/pkg/authorization/apis/authorization
1111
github.com/openshift/origin/pkg/build/apis/build
12-
github.com/openshift/origin/pkg/apps/apis/apps
1312
github.com/openshift/origin/pkg/image/apis/image
1413
github.com/openshift/origin/pkg/oauth/apis/oauth
1514
github.com/openshift/origin/pkg/project/apis/project
@@ -60,4 +59,4 @@ ${CODEGEN_PKG}/generate-groups.sh "deepcopy,client,lister,informer" \
6059
github.com/openshift/origin/pkg/cmd/openshift-operators/apis \
6160
"webconsole:v1alpha1" \
6261
--go-header-file ${SCRIPT_ROOT}/hack/boilerplate.txt \
63-
${verify}
62+
${verify}

0 commit comments

Comments
 (0)
Please sign in to comment.