zh-trans: add examples/{controllers,debug,federation}/ yaml files

This commit is contained in:
Rui Chen
2018-12-03 09:13:06 -05:00
parent 13953625e4
commit b3a0ff3479
18 changed files with 913 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
apiVersion: batch/v1
kind: Job
metadata:
name: pi
spec:
template:
spec:
containers:
- name: pi
image: perl
command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
restartPolicy: Never
backoffLimit: 4