Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FinalPieChart ¶
type FinalPieChart struct {
ChartOpts chart.Opts `json:"chartOptions"`
Series []int64 `json:"series"`
Total int64 `json:"total"`
}
func AssembleNodesPieChart ¶
func AssembleNodesPieChart( logger *log.Logger, clientSet *kubernetes.Clientset, ) (FinalPieChart, error)
type NodeTable ¶
type NodeTable struct {
Nodes []NodeStats `json:"nodes"`
Headers []TableHeaders `json:"headers"`
}
func AssembleTable ¶
type TableHeaders ¶
Click to show internal directories.
Click to hide internal directories.