Separated commands from output (#19023)

This commit is contained in:
Alexander Zimmermann
2020-02-07 20:59:46 +01:00
committed by GitHub
parent d473853186
commit 01e3420896
@@ -38,6 +38,8 @@ Get the API versions:
curl http://localhost:8080/api/
The output should look similar to this:
{
"kind": "APIVersions",
"versions": [
@@ -55,6 +57,8 @@ Get a list of pods:
curl http://localhost:8080/api/v1/namespaces/default/pods
The output should look similar to this:
{
"kind": "PodList",
"apiVersion": "v1",