mirror of https://github.com/kubernetes/kops.git
Add canonical import paths
Should warn if not using the vanity alias (k8s.io/kops) for an import.
This commit is contained in:
parent
bd2134912b
commit
e4423050c5
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package main
|
package main // import "k8s.io/kops/cmd/kops"
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package main
|
package main // import "k8s.io/kops/cmd/nodeup"
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"flag"
|
"flag"
|
||||||
|
|
Loading…
Reference in New Issue