mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-02-20 00:10:36 -05:00
8 lines
113 B
YAML
8 lines
113 B
YAML
kind: Pod
|
|
apiVersion: v1
|
|
metadata:
|
|
generateName: testing-
|
|
spec:
|
|
containers:
|
|
- image: nginx
|
|
name: nginx
|