Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExampleParagraph ¶
func NewExampleParagraph ¶
func NewExampleParagraph() *ExampleParagraph
func (ExampleParagraph) Run ¶
func (ep ExampleParagraph) Run()
func (ExampleParagraph) Stop ¶
func (ep ExampleParagraph) Stop() bool
func (ExampleParagraph) Update ¶
func (ep ExampleParagraph) Update() error
type KubernetesPods ¶
type KubernetesPods struct { *ui.List Events observer.Stream // contains filtered or unexported fields }
func NewKubernetesPods ¶
func NewKubernetesPods(pp *p.PodProvider) *KubernetesPods
func (*KubernetesPods) Run ¶
func (kn *KubernetesPods) Run()
func (*KubernetesPods) Stop ¶
func (kn *KubernetesPods) Stop() bool
func (*KubernetesPods) Update ¶
func (kn *KubernetesPods) Update() error
type NodeListWidget ¶
type NodeListWidget struct { *ui.List Events observer.Stream // contains filtered or unexported fields }
func NewNodeListWidget ¶
func NewNodeListWidget(np *p.NodeProvider) *NodeListWidget
func (*NodeListWidget) Run ¶
func (nlw *NodeListWidget) Run()
func (*NodeListWidget) Stop ¶
func (nlw *NodeListWidget) Stop() bool
func (*NodeListWidget) Update ¶
func (nlw *NodeListWidget) Update() error
type PodsPerNamespaceWidget ¶
type PodsPerNamespaceWidget struct { *ui.PieChart PodEvents observer.Stream NamespaceEvents observer.Stream // contains filtered or unexported fields }
func NewPodsPerNamespaceWidget ¶
func NewPodsPerNamespaceWidget(pp *p.PodProvider, nsp *p.NamespaceProvider) *PodsPerNamespaceWidget
func (*PodsPerNamespaceWidget) Run ¶
func (w *PodsPerNamespaceWidget) Run()
func (*PodsPerNamespaceWidget) Stop ¶
func (w *PodsPerNamespaceWidget) Stop() bool
func (*PodsPerNamespaceWidget) Update ¶
func (w *PodsPerNamespaceWidget) Update() error
type SummaryWidget ¶
type SummaryWidget struct { *ui.Table NodeEvents observer.Stream PodEvents observer.Stream DeploymentEvents observer.Stream ServiceEvents observer.Stream PersistentVolumeEvents observer.Stream NamespaceEvents observer.Stream // contains filtered or unexported fields }
func NewSummaryWidget ¶
func NewSummaryWidget(np *p.NodeProvider, dp *p.DeploymentProvider, sp *p.ServiceProvider, pvp *p.PersistentVolumeProvider, nsp *p.NamespaceProvider, ) *SummaryWidget
func (*SummaryWidget) Run ¶
func (sw *SummaryWidget) Run()
func (*SummaryWidget) Stop ¶
func (sw *SummaryWidget) Stop() bool
func (*SummaryWidget) Update ¶
func (sw *SummaryWidget) Update() error
Click to show internal directories.
Click to hide internal directories.