Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogView ¶
type LogView struct { sync.Mutex k8s.Client Content *tview.TextView PodName string // contains filtered or unexported fields }
func NewLogView ¶
type PodListView ¶
func NewPodListView ¶
func NewPodListView(opts *option.Options) *PodListView
func (*PodListView) Refresh ¶
func (view *PodListView) Refresh()
func (*PodListView) SetClient ¶
func (view *PodListView) SetClient(client k8s.Client) *PodListView
func (*PodListView) SetPodList ¶
func (view *PodListView) SetPodList(list []string) *PodListView
Click to show internal directories.
Click to hide internal directories.