Replace godep with dep
This commit is contained in:
parent
1e7489927c
commit
bf5616c65b
14883 changed files with 3937406 additions and 361781 deletions
24
vendor/k8s.io/kubernetes/hack/testdata/recursive/rc/busybox.yaml
generated
vendored
Normal file
24
vendor/k8s.io/kubernetes/hack/testdata/recursive/rc/busybox.yaml
generated
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
apiVersion: v1
|
||||
kind: ReplicationController
|
||||
metadata:
|
||||
name: busybox0
|
||||
labels:
|
||||
app: busybox0
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
app: busybox0
|
||||
template:
|
||||
metadata:
|
||||
name: busybox0
|
||||
labels:
|
||||
app: busybox0
|
||||
spec:
|
||||
containers:
|
||||
- image: busybox
|
||||
command:
|
||||
- sleep
|
||||
- "3600"
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: busybox
|
||||
restartPolicy: Always
|
||||
Loading…
Add table
Add a link
Reference in a new issue