package
Version:
v1.3.0-rc
Opens a new window with list of versions in this module.
Published: Sep 10, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Command struct {
Key string `json:"key"`
Target string `json:"target"`
State CommandState `json:"state"`
JumpOut bool `json:"jumpOut"`
}
type CommandState struct {
Params map[string]string `json:"params"`
}
type Data struct {
Namespace string `json:"namespace"`
Age string `json:"age"`
Ip string `json:"ip"`
Workload string `json:"workload"`
Node string `json:"node"`
Labels []Tag `json:"labels"`
Annotations []Tag `json:"annotations"`
}
type Field struct {
Label string `json:"label"`
ValueKey string `json:"valueKey"`
RenderType string `json:"renderType,omitempty"`
Operations map[string]Operation `json:"operations,omitempty"`
SpaceNum int `json:"spaceNum,omitempty"`
}
type Operation struct {
Key string `json:"key"`
Reload bool `json:"reload"`
Command Command `json:"command,omitempty"`
}
type Props struct {
ColumnNum int `json:"columnNum"`
Fields []Field `json:"fields"`
}
type State struct {
ClusterName string `json:"clusterName,omitempty"`
PodID string `json:"podId,omitempty"`
}
type Tag struct {
Label string `json:"label,omitempty"`
Group string `json:"group,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.