Conventions used
There are a number of text conventions used throughout this book.
Code in text
: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Where YOUR_IMAGE
is the path to the image of your application in Google Container Registry."
A block of code is set as follows:
{ "steps": [ { "name": "gcr.io/cloud-builders/gke-deploy", "args": [ "run", "--filename=kubernetes-resource-file", "--location=location", "--cluster=cluster" ] } ] }
Any command-line input or output is written as follows:
gcloud iam service-accounts set-iam-policy sa-id policy-file
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "In the Host and path rules and Frontend configuration sections, we do not make any changes."
Tips or important notes
Appear like this.