mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-06-11 01:41:45 -04:00
1 line
294 B
JSON
1 line
294 B
JSON
{"apiVersion":"v1","kind":"ReplicationController","metadata":{"labels":{"name":"test-rc"},"name":"test-rc","namespace":"test"},"spec":{"replicas":1,"template":{"metadata":{"labels":{"name":"test-rc"}},"spec":{"containers":[{"image":"nginx","name":"test-rc","ports":[{"containerPort":80}]}]}}}}
|