Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hack/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CODEGEN_PKG=${CODEGEN_PKG:-$(cd ${SCRIPT_ROOT}; ls -d -1 ./vendor/k8s.io/code-ge
# instead of the $GOPATH directly. For normal projects this can be dropped.
${CODEGEN_PKG}/generate-groups.sh "deepcopy,client,informer,lister" \
github.com/knative/eventing/pkg/client github.com/knative/eventing/pkg/apis \
"channels:v1alpha1 feeds:v1alpha1 istio:v1alpha2" \
"channels:v1alpha1 feeds:v1alpha1, istio:v1alpha3" \
--go-header-file ${SCRIPT_ROOT}/hack/boilerplate/boilerplate.go.txt

# Make sure our dependencies are up-to-date
Expand Down
32 changes: 15 additions & 17 deletions pkg/apis/istio/register.go
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
/*
* Copyright 2018 the original author or 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.
*/
Copyright 2018 Google LLC

package istio
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

// TODO remove package after knative/serving#1002
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.
*/

package istio

const (
GroupName = "config.istio.io"
GroupName = "networking.istio.io"
)
20 changes: 0 additions & 20 deletions pkg/apis/istio/v1alpha2/doc.go

This file was deleted.

56 changes: 0 additions & 56 deletions pkg/apis/istio/v1alpha2/register.go

This file was deleted.

72 changes: 0 additions & 72 deletions pkg/apis/istio/v1alpha2/routerule.go

This file was deleted.

182 changes: 0 additions & 182 deletions pkg/apis/istio/v1alpha2/zz_generated.deepcopy.go

This file was deleted.

Loading