Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for foo_1_1 (0.08 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/fixtures/resources.go

    			"apiVersion": crd.Spec.Group + "/" + versions[0],
    			"kind":       crd.Spec.Names.Kind,
    			"metadata": map[string]interface{}{
    				"namespace": ns,
    				"name":      instanceName,
    			},
    			"alpha":   "foo_123",
    			"beta":    10,
    			"gamma":   "bar",
    			"delta":   "hello",
    			"epsilon": "foobar",
    			"spec":    map[string]interface{}{},
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 19 02:01:40 UTC 2021
    - 21.4K bytes
    - Viewed (0)
  2. src/strings/replace_test.go

    	foo1 := NewReplacer(
    		"foo1", "A",
    		"foo2", "B",
    		"foo3", "C",
    	)
    	foo2 := NewReplacer(
    		"foo1", "A",
    		"foo2", "B",
    		"foo31", "C",
    		"foo32", "D",
    	)
    	foo3 := NewReplacer(
    		"foo11", "A",
    		"foo12", "B",
    		"foo31", "C",
    		"foo32", "D",
    	)
    	foo4 := NewReplacer(
    		"foo12", "B",
    		"foo32", "D",
    	)
    	testCases = append(testCases,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 22:53:05 UTC 2017
    - 14.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/test/integration/validation_test.go

    			"apiVersion": "mygroup.example.com/v1beta1",
    			"kind":       "WishIHadChosenNoxu",
    			"metadata": map[string]interface{}{
    				"namespace": namespace,
    				"name":      name,
    			},
    			"alpha": "foo_123",
    			"beta":  10,
    			"gamma": "bar",
    			"delta": "hello",
    		},
    	}
    }
    
    func TestCustomResourceValidation(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 26 20:48:36 UTC 2021
    - 63.6K bytes
    - Viewed (0)
  4. pkg/printers/internalversion/printers_test.go

    		},
    		{
    			node: api.Node{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:   "foo11",
    					Labels: map[string]string{"kubernetes.io/role": "node"},
    				},
    			},
    			// Columns: Name, Status, Roles, Age, KubeletVersion
    			expected: []metav1.TableRow{{Cells: []interface{}{"foo11", "Unknown", "node", "<unknown>", ""}}},
    		},
    	}
    
    	for i, test := range table {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
Back to top