MCPcopy
hub / github.com/vmware-tanzu/sonobuoy / List

Method List

pkg/dynamic/client_test.go:88–90  ·  view source on GitHub ↗
(ctx context.Context, opts metav1.ListOptions)

Source from the content-addressed store, hash-verified

86 return nil, nil
87}
88func (t *testResourceInterface) List(ctx context.Context, opts metav1.ListOptions) (*unstructured.UnstructuredList, error) {
89 return nil, nil
90}
91func (t *testResourceInterface) Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) {
92 return nil, nil
93}

Callers 13

getPodsToStreamLogsFunction · 0.80
deleteRBACFunction · 0.80
cleanupE2EFunction · 0.80
findDaemonSetMethod · 0.80
monitorOnceMethod · 0.80
findPodMethod · 0.80
GetAggregatorPodFunction · 0.80
RunFunction · 0.80
FilterNamespacesFunction · 0.80
QueryResourcesFunction · 0.80
QueryHostDataFunction · 0.80
gatherPodLogsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected