Skip to content

Commit 81562a2

Browse files
committed
add todo for combining getpod methods
1 parent f1ab79f commit 81562a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conformance/utils/kubernetes/helpers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ func GetGatewayEndpoint(t *testing.T, k8sClient client.Client, timeoutConfig gat
311311
// GetPod waits for a Pod matching the specified labels to exist in the given
312312
// namespace and have an IP address assigned. This function returns the first
313313
// matching Pod found if there are multiple matches. It fails the on timeout or error.
314+
// TODO(#1003) combline with GetPodsWithLabel that is being introduced in PR #961
314315
func GetPod(t *testing.T, c client.Client, namespace string, selector labels.Selector, timeout time.Duration) *corev1.Pod {
315316
t.Helper()
316317

0 commit comments

Comments
 (0)