Do not use goimports in hack/update-generated-conversions.sh

Stop depending on an external binary needing to be on people's system.
Use the code directly.
This commit is contained in:
Eric Paris
2015-08-13 17:07:00 -04:00
parent 00929ed7d8
commit 8f3577e5d2
4 changed files with 25 additions and 21 deletions

View File

@@ -14,9 +14,10 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// DO NOT EDIT. THIS FILE IS AUTO-GENERATED BY $KUBEROOT/hack/update-generated-conversions.sh
package v1
// AUTO-GENERATED FUNCTIONS START HERE
import (
reflect "reflect"
@@ -444,5 +445,3 @@ func init() {
panic(err)
}
}
// AUTO-GENERATED FUNCTIONS END HERE