Clean up detritus from generaed_files

Now that tests are fixed, it should be OK to remove these.
This commit is contained in:
Tim Hockin 2022-10-04 17:04:45 -07:00
parent 27344212ce
commit 5da7ca9b0f
No known key found for this signature in database
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"