Documentation ¶
Index ¶
- Constants
- func InitDB(ctx context.Context, dataDir string, k8sInfo *k8s.Info) error
- func InsertContainers(con driver.Conn, pods k8spod.InfoList) error
- func InsertDeployments(con driver.Conn, deployments deployment.InfoList) error
- func InsertHPAs(con driver.Conn, items hpa.InfoList) error
- func InsertNodes(con driver.Conn, nodes k8snode.InfoList) error
- func InsertPods(con driver.Conn, pods k8spod.InfoList) error
- func Query(ctx context.Context, dataDir string, q string) (string, error)
- func RunTUI(ctx context.Context, dataDir string)
Constants ¶
View Source
const (
TaPlaceholder = "SQL "
)
Variables ¶
This section is empty.
Functions ¶
func InsertContainers ¶ added in v0.0.8
func InsertDeployments ¶ added in v0.0.9
func InsertDeployments(con driver.Conn, deployments deployment.InfoList) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.