Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aquasecurity/kube-query
/ functions
Functions
42 in github.com/aquasecurity/kube-query
⨍
Functions
42
◇
Types & classes
7
↓ 4 callers
Function
NewContainersTable
NewContainersTable creates a new ContainersTable saves given initialized kubernetes client
tables/containers.go:23
↓ 4 callers
Function
NewDeploymentsTable
NewDeploymentsTable creates a new DeploymentsTable saves given initialized kubernetes client
tables/deployments.go:23
↓ 4 callers
Function
NewNodesTable
NewNodesTable creates a new NodesTable saves given initialized kubernetes client
tables/nodes.go:26
↓ 4 callers
Function
NewPodsTable
NewPodsTable creates a new PodsTable saves given initialized kubernetes client
tables/pods.go:22
↓ 4 callers
Function
NewVolumesTable
NewVolumesTable creates a new VolumesTable saves given initialized kubernetes client
tables/volumes.go:29
↓ 2 callers
Method
Generate
Generate uses the api to retrieve information on all pods
tables/nodes.go:55
↓ 2 callers
Method
Generate
Generate uses the api to retrieve information on all pods
tables/pods.go:50
↓ 2 callers
Method
Generate
Generate uses the api to retrieve information on all pods
tables/volumes.go:54
↓ 2 callers
Method
Generate
Generate uses the api to retrieve information on all pods
tables/deployments.go:47
↓ 2 callers
Method
Generate
Generate uses the api to retrieve information on all pods
tables/containers.go:48
↓ 1 callers
Function
Bool2str
(b bool)
utils/helpers.go:7
↓ 1 callers
Method
Columns
Columns Retrieves the initialized columns
tables/nodes.go:50
↓ 1 callers
Method
Columns
Columns Retrieves the initialized columns
tables/pods.go:45
↓ 1 callers
Method
Columns
()
tables/types.go:13
↓ 1 callers
Method
Columns
Columns Retrieves the initialized columns
tables/volumes.go:49
↓ 1 callers
Method
Columns
Columns Retrieves the initialized columns
tables/deployments.go:42
↓ 1 callers
Method
Columns
Columns Retrieves the initialized columns
tables/containers.go:43
↓ 1 callers
Function
CreateKubeClient
CreateKubeClient Creates the kubernetes client using the kubeconfig path
utils/common.go:11
↓ 1 callers
Function
CreateMetricsClient
CreateMetricsClient creates a metrics client to use for fetching metrics data of cluster
utils/common.go:26
↓ 1 callers
Function
CreateOsQueryExtension
CreateOsQueryExtension Generates and registers an osquery extension using given osquery socket path
utils/common.go:41
↓ 1 callers
Function
Map2Str
(m interface{})
utils/helpers.go:14
↓ 1 callers
Method
Name
Name Returns name of table
tables/nodes.go:45
↓ 1 callers
Method
Name
Name Returns name of table
tables/pods.go:40
↓ 1 callers
Method
Name
()
tables/types.go:14
↓ 1 callers
Method
Name
Name Returns name of table
tables/volumes.go:44
↓ 1 callers
Method
Name
Name Returns name of table
tables/deployments.go:37
↓ 1 callers
Method
Name
Name Returns name of table
tables/containers.go:38
↓ 1 callers
Method
getPathAndTypeFromVolume
getPathAndTypeFromVolume gets the
tables/volumes.go:72
↓ 1 callers
Method
getVolumesFromAllPods
()
tables/volumes.go:89
↓ 1 callers
Function
isPrivileged
(b bool)
tables/containers_test.go:39
Method
Generate
TODO: change the return value of Genreate() to be map to inteface{} ?
tables/types.go:12
Function
TestContainersTable_Generate
(t *testing.T)
tables/containers_test.go:43
Function
TestDeploymentsTable_Generate
(t *testing.T)
tables/deployments_test.go:38
Function
TestNewContainersTable
(t *testing.T)
tables/containers_test.go:18
Function
TestNewDeploymentsTable
(t *testing.T)
tables/deployments_test.go:18
Function
TestNewNodesTable
(t *testing.T)
tables/nodes_test.go:22
Function
TestNewPodsTable
(t *testing.T)
tables/pods_test.go:21
Function
TestNewVolumesTable
(t *testing.T)
tables/volumes_test.go:20
Function
TestNodesTable_Generate
(t *testing.T)
tables/nodes_test.go:49
Function
TestPodsTable_Generate
(t *testing.T)
tables/pods_test.go:45
Function
TestVolumesTable_Generate
(t *testing.T)
tables/volumes_test.go:41
Function
main
()
kube-query.go:13