Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TEST_ENV_VAR2 (0.76 sec)

  1. pkg/kube/inject/webhook_test.go

    					Value: "value1",
    				},
    				{
    					Name:  status.KubeAppProberEnvName,
    					Value: `{"/app-health/foo/livez":{"httpGet":{"path":"/","port":8000,"scheme":"HTTP"}}}`,
    				},
    				{
    					Name:  "TEST_ENV_VAR2",
    					Value: "value2",
    				},
    			},
    			probers: `{"/app-health/bar/livez":{"httpGet":{"path":"/","port":9000,"scheme":"HTTP"}}}`,
    			want: []corev1.EnvVar{
    				{
    					Name:  "TEST_ENV_VAR1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 20:25:52 UTC 2023
    - 39K bytes
    - Viewed (1)
Back to top