Documentation
¶
Index ¶
Constants ¶
View Source
const PodDetailsTemplate = `` /* 872-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.