Skip to content

Commit

Permalink
Separated commands from output (kubernetes#19023)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzimmer96 authored and wawa0210 committed Mar 2, 2020
1 parent 26b4bf6 commit 0404c98
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Get the API versions:

curl http://localhost:8080/api/

The output should look similar to this:

{
"kind": "APIVersions",
"versions": [
Expand All @@ -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",
Expand Down

0 comments on commit 0404c98

Please sign in to comment.