Improve console output of working-with-resources.md

This commit is contained in:
Satnam Singh 2015-07-19 01:55:04 +01:00
parent 99d2ea4acc
commit 6a43e7c4c2

View File

@ -46,7 +46,7 @@ When you create a resource such as pod, and then retrieve the created
resource, a number of the fields of the resource are added. resource, a number of the fields of the resource are added.
You can see this at work in the following example: You can see this at work in the following example:
``` ```console
$ cat > /tmp/original.yaml <<EOF $ cat > /tmp/original.yaml <<EOF
apiVersion: v1 apiVersion: v1
kind: Pod kind: Pod