Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for removeContainerEnvEntry (0.25 sec)

  1. pkg/kube/inject/webhook_test.go

    					t.Fatalf("unable to unmarshal %s: %v", env.Value, err)
    				}
    			}
    		}
    	}
    
    	if ignoreIstioMetaJSONAnnotationsEnv {
    		removeContainerEnvEntry(got, "ISTIO_METAJSON_ANNOTATIONS")
    		removeContainerEnvEntry(want, "ISTIO_METAJSON_ANNOTATIONS")
    	}
    
    	gotString, err := json.Marshal(got)
    	if err != nil {
    		t.Fatal(err)
    	}
    	wantString, err := json.Marshal(want)
    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