Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPodStringProperty (0.12 sec)

  1. tests/integration/pilot/tunneling_test.go

    		return "http-connect"
    	}
    	return "http2-connect"
    }
    
    func getPodName(ctx framework.TestContext, ns, appSelector string) string {
    	return getPodStringProperty(ctx, ns, appSelector, func(pod corev1.Pod) string {
    		return pod.Name
    	})
    }
    
    func getPodStringProperty(ctx framework.TestContext, ns, selector string, getPodProperty func(pod corev1.Pod) string) string {
    	var podProperty string
    	kubeClient := ctx.Clusters().Default()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 10.4K bytes
    - Viewed (0)
Back to top