first acceptance test

This commit is contained in:
Yann Hamon 2020-06-02 00:16:38 +02:00
parent cee6971ee9
commit 0eecf37d9b
3 changed files with 29 additions and 1 deletions

19
fixtures/valid.yaml Executable file
View file

@ -0,0 +1,19 @@
apiVersion: v1
kind: ReplicationController
metadata:
name: "bob"
spec:
replicas: 2
selector:
app: nginx
template:
metadata:
name: nginx
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx
ports:
- containerPort: 80