Documentation
¶
Index ¶
- Constants
- func InitDB(ctx context.Context, dataDir string, k8sInfo *k8s.Info) error
- func InsertContainers(con driver.Conn, db *sql.DB, items k8spod.InfoList) error
- func InsertCustomResources(con driver.Conn, db *sql.DB, items customresource.InfoList) error
- func InsertDSs(con driver.Conn, db *sql.DB, items ds.InfoList) error
- func InsertDeployments(con driver.Conn, db *sql.DB, items deployment.InfoList) error
- func InsertEndpointSlicePorts(con driver.Conn, db *sql.DB, items endpointslices.InfoList) error
- func InsertEndpointSlices(con driver.Conn, db *sql.DB, items endpointslices.InfoList) error
- func InsertEndpoints(con driver.Conn, db *sql.DB, items endpointslices.InfoList) error
- func InsertEvents(con driver.Conn, db *sql.DB, items event.InfoList) error
- func InsertHPAs(con driver.Conn, db *sql.DB, items hpa.InfoList) error
- func InsertImages(con driver.Conn, db *sql.DB, items k8snode.ImageList) error
- func InsertInitContainers(con driver.Conn, db *sql.DB, items k8spod.InfoList) error
- func InsertNodes(con driver.Conn, db *sql.DB, items k8snode.InfoList) error
- func InsertPVCVolumes(con driver.Conn, db *sql.DB, items k8s.PVCVolumeList) error
- func InsertPVCs(con driver.Conn, db *sql.DB, items pvc.InfoList) error
- func InsertPVs(con driver.Conn, db *sql.DB, items pv.InfoList) error
- func InsertPods(con driver.Conn, db *sql.DB, items k8spod.InfoList) error
- func InsertSTS(con driver.Conn, db *sql.DB, items sts.InfoList) error
- func InsertServices(con driver.Conn, db *sql.DB, items service.InfoList) error
- func InsertTaints(con driver.Conn, db *sql.DB, items k8s.TaintList) error
- func InsertTolerations(con driver.Conn, db *sql.DB, items k8s.TolerationList) error
- func Query(ctx context.Context, dataDir string, q string) (*format.Data, error)
- func RunTUI(ctx context.Context, dataDir string)
Constants ¶
View Source
const ( ContainersTable = "containers" CustomResourcesTable = "custom_resources" DSTable = "daemonsets" DeploymentsTable = "deployments" EndpointsTable = "endpoints" EndpointSlicesTable = "endpoint_slices" EndpointSlicePortsTable = "endpoint_slice_ports" EventsTable = "events" HPATable = "horizontal_pod_autoscalers" ImagesTable = "images" InitContainersTable = "init_containers" NodesTable = "nodes" PVTable = "persistent_volumes" PVCTable = "persistent_volume_claims" PodsTable = "pods" STSTable = "stateful_sets" Schema = "k8s" ServiceTable = "services" TaintsTable = "taints" TolerationsTable = "tolerations" PVCVolumesTable = "persistent_volume_claim_volumes" )
Table names
View Source
const (
TaPlaceholder = "SQL "
)
Variables ¶
This section is empty.
Functions ¶
func InsertContainers ¶ added in v0.0.8
func InsertCustomResources ¶ added in v0.2.0
func InsertDeployments ¶ added in v0.0.9
func InsertEndpointSlicePorts ¶ added in v0.1.7
func InsertEndpointSlices ¶ added in v0.1.7
func InsertEndpoints ¶ added in v0.1.6
func InsertEvents ¶ added in v0.1.13
func InsertHPAs ¶ added in v0.0.10
func InsertImages ¶ added in v0.1.5
func InsertInitContainers ¶ added in v0.0.19
func InsertPVCVolumes ¶ added in v0.1.10
func InsertPVCs ¶ added in v0.1.8
func InsertPods ¶ added in v0.0.6
func InsertServices ¶ added in v0.0.18
func InsertTaints ¶ added in v0.0.19
func InsertTolerations ¶ added in v0.0.19
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.