Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type Column struct + Align string + DataIndex string + Fixed string + Sorter bool + Title string + type Command struct + JumpOut bool + Key string + State CommandState + Target string + type CommandState struct + Params map[string]string + Query map[string]string + type ComponentPodsTable struct + Data Data + Operations map[string]interface{} + Props Props + State State + Type string + func (p *ComponentPodsTable) DecodeURLQuery() error + func (p *ComponentPodsTable) DeletePod(podID string) error + func (p *ComponentPodsTable) EncodeURLQuery() error + func (p *ComponentPodsTable) GenComponentState(component *cptype.Component) error + func (p *ComponentPodsTable) Init(ctx servicehub.Context) error + func (p *ComponentPodsTable) InitComponent(ctx context.Context) + func (p *ComponentPodsTable) Render(ctx context.Context, component *cptype.Component, _ cptype.Scenario, ...) error + func (p *ComponentPodsTable) RenderTable() error + func (p *ComponentPodsTable) SetComponentValue(ctx context.Context) + func (p *ComponentPodsTable) Transfer(c *cptype.Component) + type Data struct + List []Item + type Item struct + Age string + CPULimits Multiple + CPULimitsNum int64 + CPUPercent Percent + CPURequests Multiple + CPURequestsNum int64 + ID string + IP string + MemoryLimits Multiple + MemoryLimitsNum int64 + MemoryPercent Percent + MemoryRequests Multiple + MemoryRequestsNum int64 + Name Multiple + Namespace string + Node Operate + Operate Operate + PodName string + Ready string + Status Status + type Link struct + Operations map[string]interface{} + RenderType string + Value string + type LinkOperation struct + Command *Command + Confirm string + Key string + Meta map[string]interface{} + Reload bool + SuccessMsg string + Text string + type Multiple struct + Direction string + RenderType string + Renders []interface{} + type Operate struct + Operations map[string]interface{} + RenderType string + Value string + type Operation struct + Key string + Reload bool + type Percent struct + RenderType string + Status string + Tip string + Value string + type Props struct + Columns []Column + Operations map[string]interface{} + PageSizeOptions []string + RequestIgnore []string + RowKey string + SortDirections []string + type Sorter struct + Field string + Order string + type State struct + ClusterName string + PageNo int + PageSize int + PodsTableURLQuery string + Sorter Sorter + Total int + WorkloadID string + type Status struct + Breathing bool + RenderType string + Status string + Value string + type StyleConfig struct + Color string + type TextWithIcon struct + Icon string + RenderType string + Size string + Value string