↓ 17 callersFunctionbuildApiPath(
group: string,
version: string,
plural: string,
namespace?: string,
name?: string,
)
console/src/engine/query.ts:135
↓ 14 callersFunctioncreate_test_pod(
name: &str,
namespace: &str,
labels: HashMap<String, String>,
pod_ip: Option<String>,
re
crates/controller-manager/tests/endpoints_controller_test.rs:56
↓ 13 callersFunctioncreate_test_endpoints(
name: &str,
namespace: &str,
addresses: Vec<String>,
ports: Vec<(String, u16)>,
)
crates/controller-manager/tests/endpointslice_controller_test.rs:9
↓ 13 callersFunctionuseK8sWatch(
group: string,
version: string,
plural: string,
namespace?: string,
opts?: { enabled?: boolean },
console/src/hooks/useK8sWatch.ts:11
↓ 11 callersFunctioncreate_test_pod(
name: &str,
namespace: &str,
labels: HashMap<String, String>,
is_healthy: bool,
)
crates/controller-manager/tests/pdb_controller_test.rs:26
↓ 10 callersFunctioncreate_owned_rs(
name: &str,
namespace: &str,
replicas: i32,
deploy_name: &str,
deploy_uid: &str,
ima
crates/controller-manager/tests/deployment_scaling_test.rs:102