MCPcopy Create free account

hub / github.com/aquasecurity/kube-query / functions

Functions42 in github.com/aquasecurity/kube-query

↓ 4 callersFunctionNewContainersTable
NewContainersTable creates a new ContainersTable saves given initialized kubernetes client
tables/containers.go:23
↓ 4 callersFunctionNewDeploymentsTable
NewDeploymentsTable creates a new DeploymentsTable saves given initialized kubernetes client
tables/deployments.go:23
↓ 4 callersFunctionNewNodesTable
NewNodesTable creates a new NodesTable saves given initialized kubernetes client
tables/nodes.go:26
↓ 4 callersFunctionNewPodsTable
NewPodsTable creates a new PodsTable saves given initialized kubernetes client
tables/pods.go:22
↓ 4 callersFunctionNewVolumesTable
NewVolumesTable creates a new VolumesTable saves given initialized kubernetes client
tables/volumes.go:29
↓ 2 callersMethodGenerate
Generate uses the api to retrieve information on all pods
tables/nodes.go:55
↓ 2 callersMethodGenerate
Generate uses the api to retrieve information on all pods
tables/pods.go:50
↓ 2 callersMethodGenerate
Generate uses the api to retrieve information on all pods
tables/volumes.go:54
↓ 2 callersMethodGenerate
Generate uses the api to retrieve information on all pods
tables/deployments.go:47
↓ 2 callersMethodGenerate
Generate uses the api to retrieve information on all pods
tables/containers.go:48
↓ 1 callersFunctionBool2str
(b bool)
utils/helpers.go:7
↓ 1 callersMethodColumns
Columns Retrieves the initialized columns
tables/nodes.go:50
↓ 1 callersMethodColumns
Columns Retrieves the initialized columns
tables/pods.go:45
↓ 1 callersMethodColumns
()
tables/types.go:13
↓ 1 callersMethodColumns
Columns Retrieves the initialized columns
tables/volumes.go:49
↓ 1 callersMethodColumns
Columns Retrieves the initialized columns
tables/deployments.go:42
↓ 1 callersMethodColumns
Columns Retrieves the initialized columns
tables/containers.go:43
↓ 1 callersFunctionCreateKubeClient
CreateKubeClient Creates the kubernetes client using the kubeconfig path
utils/common.go:11
↓ 1 callersFunctionCreateMetricsClient
CreateMetricsClient creates a metrics client to use for fetching metrics data of cluster
utils/common.go:26
↓ 1 callersFunctionCreateOsQueryExtension
CreateOsQueryExtension Generates and registers an osquery extension using given osquery socket path
utils/common.go:41
↓ 1 callersFunctionMap2Str
(m interface{})
utils/helpers.go:14
↓ 1 callersMethodName
Name Returns name of table
tables/nodes.go:45
↓ 1 callersMethodName
Name Returns name of table
tables/pods.go:40
↓ 1 callersMethodName
()
tables/types.go:14
↓ 1 callersMethodName
Name Returns name of table
tables/volumes.go:44
↓ 1 callersMethodName
Name Returns name of table
tables/deployments.go:37
↓ 1 callersMethodName
Name Returns name of table
tables/containers.go:38
↓ 1 callersMethodgetPathAndTypeFromVolume
getPathAndTypeFromVolume gets the
tables/volumes.go:72
↓ 1 callersMethodgetVolumesFromAllPods
()
tables/volumes.go:89
↓ 1 callersFunctionisPrivileged
(b bool)
tables/containers_test.go:39
MethodGenerate
TODO: change the return value of Genreate() to be map to inteface{} ?
tables/types.go:12
FunctionTestContainersTable_Generate
(t *testing.T)
tables/containers_test.go:43
FunctionTestDeploymentsTable_Generate
(t *testing.T)
tables/deployments_test.go:38
FunctionTestNewContainersTable
(t *testing.T)
tables/containers_test.go:18
FunctionTestNewDeploymentsTable
(t *testing.T)
tables/deployments_test.go:18
FunctionTestNewNodesTable
(t *testing.T)
tables/nodes_test.go:22
FunctionTestNewPodsTable
(t *testing.T)
tables/pods_test.go:21
FunctionTestNewVolumesTable
(t *testing.T)
tables/volumes_test.go:20
FunctionTestNodesTable_Generate
(t *testing.T)
tables/nodes_test.go:49
FunctionTestPodsTable_Generate
(t *testing.T)
tables/pods_test.go:45
FunctionTestVolumesTable_Generate
(t *testing.T)
tables/volumes_test.go:41
Functionmain
()
kube-query.go:13