k8s.io/kubernetes@v1.31.0-alpha.0.0.20240520171757-56147500dadc/test/fixtures/pkg/kubectl/cmd/apply/testdir/rc.yaml (about) 1 apiVersion: v1 2 kind: ReplicationController 3 metadata: 4 name: test-rc 5 labels: 6 name: test-rc 7 spec: 8 replicas: 1 9 template: 10 metadata: 11 labels: 12 name: test-rc 13 spec: 14 containers: 15 - name: test-rc 16 image: nginx 17 ports: 18 - containerPort: 80