Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetKeyValues (0.19 sec)

  1. pilot/pkg/xds/ecds_test.go

    				ec := &core.TypedExtensionConfig{}
    				res.Resource.UnmarshalTo(ec)
    				wasm := &wasm.Wasm{}
    				ec.TypedConfig.UnmarshalTo(wasm)
    				gotsecret := wasm.GetConfig().GetVmConfig().GetEnvironmentVariables().GetKeyValues()[model.WasmSecretEnv]
    				if gotsecret != "" {
    					gotSecrets.Insert(gotsecret)
    				}
    			}
    			if !reflect.DeepEqual(gotSecrets, tt.wantSecrets) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 12K bytes
    - Viewed (0)
Back to top