$ minikube version
minikube version: v1.7.1
// This is a generated file. Do not edit directly. | |
module k8s.io/sample-controller | |
go 1.13 | |
require ( | |
k8s.io/api v0.17.0-rc.2 | |
k8s.io/apimachinery v0.17.0-rc.2 | |
k8s.io/client-go v0.0.0-20191204083517-ea72ff2b5b2f |
recursive-delete-patterns: | |
- BUILD | |
- "*/BUILD" | |
- BUILD.bazel | |
- "*/BUILD.bazel" | |
- Gopkg.toml | |
rules: | |
- destination: apimachinery | |
library: true | |
branches: |
recursive-delete-patterns: | |
- BUILD | |
- "*/BUILD" | |
- BUILD.bazel | |
- "*/BUILD.bazel" | |
- Gopkg.toml | |
rules: | |
- destination: apimachinery | |
library: true | |
branches: |
#!/bin/bash -ex | |
cd $GOPATH/src/k8s.io | |
rm -rf cache.new | |
if [ ! -d cache ]; then | |
mkdir cache.new | |
pushd cache.new | |
for repo in $(ls -1 ../kubernetes/staging/src/k8s.io); do | |
git clone https://github.com/kubernetes/${repo}.git |
#!/bin/bash -ex | |
cd $GOPATH/src/k8s.io | |
rm -rf cache.new | |
if [ ! -d cache ]; then | |
mkdir cache.new | |
pushd cache.new | |
for repo in $(ls -1 ../kubernetes/staging/src/k8s.io); do | |
git clone https://github.com/kubernetes/${repo}.git |
#!/bin/bash -ex | |
cd $GOPATH/src/k8s.io | |
rm -rf cache.new | |
if [ ! -d cache ]; then | |
mkdir cache.new | |
pushd cache.new | |
for repo in $(ls -1 ../kubernetes/staging/src/k8s.io); do | |
git clone https://github.com/kubernetes/${repo}.git |
recursive-delete-patterns: | |
- BUILD | |
- "*/BUILD" | |
- BUILD.bazel | |
- "*/BUILD.bazel" | |
- Gopkg.toml | |
rules: | |
- destination: code-generator | |
branches: | |
- source: |
#!/bin/bash -ex | |
cd $GOPATH/src/k8s.io | |
rm -rf cache.new | |
if [ ! -d cache ]; then | |
mkdir cache.new | |
pushd cache.new | |
for repo in $(ls -1 ../kubernetes/staging/src/k8s.io); do | |
git clone https://github.com/kubernetes/${repo}.git |