...

Text file src/sigs.k8s.io/kustomize/api/krusty/testdata/remoteload/simple/pod.yaml

Documentation: sigs.k8s.io/kustomize/api/krusty/testdata/remoteload/simple

     1apiVersion: v1
     2kind: Pod
     3metadata:
     4  name: myapp-pod
     5  labels:
     6    app: myapp
     7spec:
     8  containers:
     9  - name: nginx
    10    image: nginx:1.7.9

View as plain text