duckdb

package
v0.0.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 22, 2024 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Schema           = "k8s"
	NodesTable       = "nodes"
	PodsTable        = "pods"
	ContainersTable  = "containers"
	DeploymentsTable = "deployments"
	HPATable         = "hpa"
	STSTable         = "sts"
	DSTable          = "ds"
)
View Source
const (
	TaPlaceholder = "SQL "
)

Variables

This section is empty.

Functions

func InitDB

func InitDB(ctx context.Context, dataDir string, k8sInfo *k8s.Info) error

func InsertContainers added in v0.0.8

func InsertContainers(con driver.Conn, pods k8spod.InfoList) error

func InsertDS added in v0.0.12

func InsertDS(con driver.Conn, items ds.InfoList) error

func InsertDeployments added in v0.0.9

func InsertDeployments(con driver.Conn, deployments deployment.InfoList) error

func InsertHPAs added in v0.0.10

func InsertHPAs(con driver.Conn, items hpa.InfoList) error

func InsertNodes

func InsertNodes(con driver.Conn, nodes k8snode.InfoList) error

func InsertPods added in v0.0.6

func InsertPods(con driver.Conn, pods k8spod.InfoList) error

func InsertSTS added in v0.0.11

func InsertSTS(con driver.Conn, items sts.InfoList) error

func Query

func Query(ctx context.Context, dataDir string, q string) (string, error)

func RunTUI added in v0.0.7

func RunTUI(ctx context.Context, dataDir string)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL