mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 10:53:34 +00:00
vendor files
This commit is contained in:
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
|
24
vendor/k8s.io/kubernetes/hack/testdata/recursive/rc/rc/busybox-broken.yaml
generated
vendored
Normal file
24
vendor/k8s.io/kubernetes/hack/testdata/recursive/rc/rc/busybox-broken.yaml
generated
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
apiVersion: v1
|
||||
ind: ReplicationController
|
||||
metadata:
|
||||
name: busybox2
|
||||
labels:
|
||||
app: busybox2
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
app: busybox2
|
||||
template:
|
||||
metadata:
|
||||
name: busybox2
|
||||
labels:
|
||||
app: busybox2
|
||||
spec:
|
||||
containers:
|
||||
- image: busybox
|
||||
command:
|
||||
- sleep
|
||||
- "3600"
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: busybox
|
||||
restartPolicy: Always
|
24
vendor/k8s.io/kubernetes/hack/testdata/recursive/rc/rc/busybox.yaml
generated
vendored
Normal file
24
vendor/k8s.io/kubernetes/hack/testdata/recursive/rc/rc/busybox.yaml
generated
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
apiVersion: v1
|
||||
kind: ReplicationController
|
||||
metadata:
|
||||
name: busybox1
|
||||
labels:
|
||||
app: busybox1
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
app: busybox1
|
||||
template:
|
||||
metadata:
|
||||
name: busybox1
|
||||
labels:
|
||||
app: busybox1
|
||||
spec:
|
||||
containers:
|
||||
- image: busybox
|
||||
command:
|
||||
- sleep
|
||||
- "3600"
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: busybox
|
||||
restartPolicy: Always
|
Reference in New Issue
Block a user