Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pscheidl/kubectl-explorer
/ functions
Functions
14 in github.com/Pscheidl/kubectl-explorer
⨍
Functions
14
◇
Types & classes
5
↓ 8 callers
Function
extend_with
(pod_specs: &mut Vec<&'a PodSpec>, extensions: &'a [T])
src/orphans/mod.rs:169
↓ 4 callers
Function
find_orphans
(client: &Client, namespace: &str)
src/orphans/mod.rs:21
↓ 2 callers
Method
pod_template_spec
(&self)
src/pod_spec/mod.rs:13
↓ 1 callers
Function
find_references_in_podspec
Inspects given `pod_spec` for references on `ConfigMap`s and `Secret`s. If any reference is found, it is removed from the list of existing configmaps
src/orphans/mod.rs:113
↓ 1 callers
Function
parse_user_input
()
src/input/mod.rs:4
Function
cfgmap_secret_not_referenced_no_envfrom
()
src/orphans/mod.rs:409
Function
cfgmap_secret_orphans
()
src/orphans/mod.rs:344
Function
cfgmap_secret_referenced_by_deployment
()
src/orphans/mod.rs:213
Function
deployment_pod_spec
()
src/pod_spec/mod.rs:76
Method
from_str
(s: &str)
src/input/mod.rs:79
Function
list_resource
(client: &Client, namespace: &str)
src/resources/mod.rs:9
Function
main
()
src/main.rs:16
Method
new
(configmaps: HashSet<String>, secrets: HashSet<String>)
src/orphans/mod.rs:184
Method
new
(kubeconfig: Option<String>, namespace: Option<String>, output: Output)
src/input/mod.rs:62