Documentation ¶
Index ¶
Constants ¶
View Source
const NodeDetailsTemplate = `` /* 634-byte string literal not displayed */
NodeDetailsTemplate is go template for printing node details
View Source
const PodDetailsTemplate = `` /* 870-byte string literal not displayed */
PodDetailsTemplate is go template for printing pod details
Variables ¶
View Source
var ConfigTemplate = `
Namespace: {{.Namespace }}
Endpoints:{{range .Endpoints}}
Name: {{.Name }}
URL: {{.URL }}
{{end}}
`
ConfigTemplate is template for printing out config in human readable format
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.