k8s.io/kubernetes@v1.31.0-alpha.0.0.20240520171757-56147500dadc/test/fixtures/doc-yaml/user-guide/pod.yaml (about)

     1  apiVersion: v1
     2  kind: Pod
     3  metadata:
     4    name: nginx
     5    labels:
     6      app: nginx
     7  spec:
     8    containers:
     9    - name: nginx
    10      image: nginx
    11      ports:
    12      - containerPort: 80