Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The naming convention is <category>/<metrics name>
(except for uptime, which has a single metric)."
A block of code is set as follows:
type Runtime interface { Type() string Version() (Version, error) APIVersion() (Version, error) Status() error GetPods(all bool) ([]*Pod, error)
Any command-line input or output is written as follows:
GET /api/v1/pods
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "The Username and Password are root
and root
by default:"
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.