Merge pull request #12685 from eparis/goimports

Remove dependancy on external goimports binary
This commit is contained in:
Brendan Burns
2015-08-14 20:29:00 -07:00
26 changed files with 12599 additions and 52 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-deep-copies.sh.
package api
// AUTO-GENERATED FUNCTIONS START HERE
import (
time "time"
@@ -2358,5 +2359,3 @@ func init() {
panic(err)
}
}
// AUTO-GENERATED FUNCTIONS END HERE

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"
@@ -5105,5 +5106,3 @@ func init() {
panic(err)
}
}
// AUTO-GENERATED FUNCTIONS END HERE

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-deep-copies.sh.
package v1
// AUTO-GENERATED FUNCTIONS START HERE
import (
time "time"
@@ -2360,5 +2361,3 @@ func init() {
panic(err)
}
}
// AUTO-GENERATED FUNCTIONS END HERE