Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 522 for keyvalues (0.17 sec)

  1. pkg/scheduler/framework/plugins/volumebinding/test_utils.go

    			Name: name,
    		},
    		Spec: v1.PersistentVolumeSpec{
    			StorageClassName: className,
    		},
    	}}
    }
    
    func (pvb pvBuilder) withNodeAffinity(keyValues map[string][]string) pvBuilder {
    	matchExpressions := make([]v1.NodeSelectorRequirement, 0)
    	for key, values := range keyValues {
    		matchExpressions = append(matchExpressions, v1.NodeSelectorRequirement{
    			Key:      key,
    			Operator: v1.NodeSelectorOpIn,
    			Values:   values,
    		})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 13 07:42:19 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  2. pilot/pkg/model/extensions_test.go

    			expected: &wasmextensions.PluginConfig_VmConfig{
    				VmConfig: &wasmextensions.VmConfig{
    					Runtime: defaultRuntime,
    					EnvironmentVariables: &wasmextensions.EnvironmentVariables{
    						KeyValues: map[string]string{
    							WasmSecretEnv:          "secret-name",
    							WasmResourceVersionEnv: "dummy-resource-version",
    						},
    					},
    				},
    			},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  3. pkg/wasm/convert_test.go

    						Remote: &core.RemoteDataSource{
    							HttpUri: &core.HttpUri{
    								Uri: "http://test?module=test.wasm",
    							},
    						},
    					}},
    					EnvironmentVariables: &v3.EnvironmentVariables{
    						KeyValues: map[string]string{
    							model.WasmSecretEnv: "secret",
    						},
    					},
    				},
    			},
    		},
    	}),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  4. src/net/lookup_test.go

    	origTestHookLookupIP := testHookLookupIP
    	defer func() { testHookLookupIP = origTestHookLookupIP }()
    
    	keyValues := []struct {
    		key, value any
    	}{
    		{"key-1", 12},
    		{384, "value2"},
    		{new(float64), 137},
    	}
    	ctx := context.Background()
    	for _, kv := range keyValues {
    		ctx = context.WithValue(ctx, kv.key, kv.value)
    	}
    
    	wantIPs := []IPAddr{
    		{IP: IPv4(127, 0, 0, 1)},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  5. pilot/pkg/xds/debug.go

    							continue
    						}
    						// Redact Wasm secret env variable.
    						vmenvs := w.GetConfig().GetVmConfig().EnvironmentVariables
    						if vmenvs != nil {
    							if _, found := vmenvs.KeyValues[model.WasmSecretEnv]; found {
    								vmenvs.KeyValues[model.WasmSecretEnv] = "<Redacted>"
    							}
    						}
    						dumps[resourceType] = append(dumps[resourceType], &discoveryv3.Resource{
    							Name:     w.Config.Name,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  6. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/contracts/description/KtValues.kt

    Yan Zhulanow <******@****.***> 1716198468 +0900
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.DaemonSet.json

                      },
                      "configMapKeyRef": {
                        "name": "nameValue",
                        "key": "keyValue",
                        "optional": true
                      },
                      "secretKeyRef": {
                        "name": "nameValue",
                        "key": "keyValue",
                        "optional": true
                      }
                    }
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.Deployment.json

                      },
                      "configMapKeyRef": {
                        "name": "nameValue",
                        "key": "keyValue",
                        "optional": true
                      },
                      "secretKeyRef": {
                        "name": "nameValue",
                        "key": "keyValue",
                        "optional": true
                      }
                    }
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.ReplicaSet.yaml

              preferredDuringSchedulingIgnoredDuringExecution:
              - preference:
                  matchExpressions:
                  - key: keyValue
                    operator: operatorValue
                    values:
                    - valuesValue
                  matchFields:
                  - key: keyValue
                    operator: operatorValue
                    values:
                    - valuesValue
                weight: 1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 34.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.ReplicaSet.yaml

              preferredDuringSchedulingIgnoredDuringExecution:
              - preference:
                  matchExpressions:
                  - key: keyValue
                    operator: operatorValue
                    values:
                    - valuesValue
                  matchFields:
                  - key: keyValue
                    operator: operatorValue
                    values:
                    - valuesValue
                weight: 1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 34.2K bytes
    - Viewed (0)
Back to top