Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 557 for namE (0.05 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.ReplicaSet.json

                    "configMapRef": {
                      "name": "nameValue",
                      "optional": true
                    },
                    "secretRef": {
                      "name": "nameValue",
                      "optional": true
                    }
                  }
                ],
                "env": [
                  {
                    "name": "nameValue",
                    "value": "valueValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.StatefulSet.json

                    "configMapRef": {
                      "name": "nameValue",
                      "optional": true
                    },
                    "secretRef": {
                      "name": "nameValue",
                      "optional": true
                    }
                  }
                ],
                "env": [
                  {
                    "name": "nameValue",
                    "value": "valueValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1beta1.CronJob.json

                          "name": "nameValue",
                          "optional": true
                        },
                        "secretRef": {
                          "name": "nameValue",
                          "optional": true
                        }
                      }
                    ],
                    "env": [
                      {
                        "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 63.4K bytes
    - Viewed (0)
  4. pilot/pkg/model/push_context_test.go

    				{Name: "alias", ExternalName: "concrete"},
    			},
    			output: []service{
    				{Name: "concrete", Aliases: host.Names{"alias"}},
    				{Name: "alias", ExternalName: "concrete"},
    			},
    		},
    		{
    			name: "multiple alias",
    			input: []service{
    				{Name: "concrete"},
    				{Name: "alias1", ExternalName: "concrete"},
    				{Name: "alias2", ExternalName: "concrete"},
    			},
    			output: []service{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  5. pilot/pkg/model/sidecar_test.go

    			},
    			services:  []*Service{serviceA8000},
    			expected:  []*Service{serviceA8000},
    			namespace: "a",
    		},
    		{
    			name: "fall back to wildcard namespace",
    			listenerHosts: map[string]hostClassification{
    				wildcardNamespace: {allHosts: []host.Name{"host"}, exactHosts: sets.New[host.Name]("host")},
    				"a":               {allHosts: []host.Name{"alt"}, exactHosts: sets.New[host.Name]("alt")},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  6. tests/query_test.go

    	if result.ID != 0 {
    		t.Errorf("Should not have ID because only selected name, %+v", result.ID)
    	}
    
    	if user.Name != result.Name {
    		t.Errorf("Should have user Name when selected it")
    	}
    
    	var result2 User
    	DB.Where("name = ?", user.Name).Select("name as name").Find(&result2)
    	if result2.ID != 0 {
    		t.Errorf("Should not have ID because only selected name, %+v", result2.ID)
    	}
    
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed May 08 04:07:58 UTC 2024
    - 49.8K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsRoleTypeCA.java

        }
    
        public void setName_Count(ConditionOptionCall<ValueCountAggregationBuilder> opLambda) {
            setName_Count("name", opLambda);
        }
    
        public void setName_Count(String name, ConditionOptionCall<ValueCountAggregationBuilder> opLambda) {
            ValueCountAggregationBuilder builder = regCountA(name, "name");
            if (opLambda != null) {
                opLambda.callback(builder);
            }
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 49K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsKeyMatchCA.java

            }
        }
    
        public void scriptedMetric(String name, ConditionOptionCall<ScriptedMetricAggregationBuilder> opLambda) {
            ScriptedMetricAggregationBuilder builder = regScriptedMetricA(name);
            if (opLambda != null) {
                opLambda.callback(builder);
            }
        }
    
        public void topHits(String name, ConditionOptionCall<TopHitsAggregationBuilder> opLambda) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 61.4K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/S390XOps.go

    		{name: "CMPW", argLength: 2, reg: gp2flags, asm: "CMPW", typ: "Flags"}, // arg0 compare to arg1
    
    		{name: "CMPU", argLength: 2, reg: gp2flags, asm: "CMPU", typ: "Flags"},   // arg0 compare to arg1
    		{name: "CMPWU", argLength: 2, reg: gp2flags, asm: "CMPWU", typ: "Flags"}, // arg0 compare to arg1
    
    		{name: "CMPconst", argLength: 1, reg: gp1flags, asm: "CMP", typ: "Flags", aux: "Int32"},     // arg0 compare to auxint
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 00:21:13 UTC 2023
    - 52.5K bytes
    - Viewed (0)
  10. pkg/apis/storage/validation/validation_test.go

    	errorCases := []struct {
    		name   string
    		modify func(new *storage.CSIDriver)
    	}{{
    		name: "invalid name",
    		modify: func(new *storage.CSIDriver) {
    			new.Name = invalidName
    		},
    	}, {
    		name: "long name",
    		modify: func(new *storage.CSIDriver) {
    			new.Name = longName
    		},
    	}, {
    		name: "AttachRequired not set",
    		modify: func(new *storage.CSIDriver) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 69.7K bytes
    - Viewed (0)
Back to top