Merge pull request #112865 from thockin/no-make-generators

Clean up detritus from generated_files
This commit is contained in:
Kubernetes Prow Robot 2022-10-04 18:16:03 -07:00 committed by GitHub
commit 4dc65c4353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 37 deletions

View File

@ -311,7 +311,7 @@ endif
.PHONY: generated_files
generated_files:
echo "'make generated_files' is deprecated. Please use hack/update-codgen.sh instead."
true # TODO(thockin): change to false once tests are updated
false
define VET_HELP_INFO
# Run 'go vet'.

View File

@ -1,18 +0,0 @@
#!/usr/bin/env bash
# Copyright 2017 The Kubernetes 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.
# TODO(thockin): remove this file once all tests pass
echo "this script is deprecated"

View File

@ -1,18 +0,0 @@
#!/usr/bin/env bash
# Copyright 2018 The Kubernetes 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.
# TODO(thockin): remove this file once all tests pass
echo "this script is deprecated"