Documentation
¶
Index ¶
Constants ¶
View Source
const ( CPU_TAB = "cpu" CPU_TAB_ZH = "cpu分析" MEM_TAB = "mem" MEM_TAB_ZH = "mem分析" POD_TAB = "pod" POD_TAB_ZH = "pod分析" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operations ¶
type Operations struct {
OnChange OnChange `json:"onChange"`
}
type TableTabs ¶
type TableTabs struct {
base.DefaultProvider
Type string `json:"type"`
Props Props `json:"props"`
Operations Operations `json:"operations"`
State State `json:"state"`
}
func (*TableTabs) GenComponentState ¶
Click to show internal directories.
Click to hide internal directories.