Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Qux (0.02 sec)

  1. pilot/pkg/model/sidecar_test.go

    			},
    		},
    	}
    
    	services := []*Service{
    		{
    			Hostname: "foo.example.com",
    		},
    		{
    			Hostname: "baz.example.com",
    		},
    		{
    			Hostname: "qux.bar.example.com",
    		},
    		{
    			Hostname: "*.bar.example.com",
    		},
    	}
    
    	tests := []struct {
    		name            string
    		virtualServices []config.Config
    		services        []*Service
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

            def firstRule = new DefaultExcludeRule("foo", "bar")
            def secondRule = new DefaultExcludeRule("bar", "baz")
            def thirdRule = new DefaultExcludeRule("baz", "qux")
    
            def rootConfig = conf().exclude(group: "baz", module: "qux")
            def parentConfig = conf().exclude(group: "bar", module: "baz").extendsFrom(rootConfig)
            def config = conf().exclude(group: "foo", module: "bar").extendsFrom(parentConfig)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/test/integration/validation_test.go

    			{
    				name: "bad gamma",
    				instanceFn: func() *unstructured.Unstructured {
    					instance := newNoxuValidationInstance(ns, "foo")
    					instance.Object["gamma"] = "qux"
    					return instance
    				},
    				expectedErrors: []string{`gamma: Unsupported value: "qux": supported values: "foo", "bar", "baz"`},
    			},
    			{
    				name: "absent alpha and beta",
    				instanceFn: func() *unstructured.Unstructured {
    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. src/crypto/tls/handshake_client_test.go

    	runClientTestTLS13(t, test)
    }
    
    var hostnameInSNITests = []struct {
    	in, out string
    }{
    	// Opaque string
    	{"", ""},
    	{"localhost", "localhost"},
    	{"foo, bar, baz and qux", "foo, bar, baz and qux"},
    
    	// DNS hostname
    	{"golang.org", "golang.org"},
    	{"golang.org.", "golang.org"},
    
    	// Literal IPv4 address
    	{"1.2.3.4", ""},
    
    	// Literal IPv6 address
    	{"::1", ""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  5. pkg/volume/csi/csi_mounter_test.go

    			registerFakePlugin(test.driver, "endpoint", []string{"1.0.0"}, t)
    			pv := makeTestPV("test-pv", 10, test.driver, testVol)
    			pv.Spec.CSI.VolumeAttributes = test.volumeContext
    			pv.Spec.MountOptions = []string{"foo=bar", "baz=qux"}
    			pvName := pv.GetName()
    
    			mounter, err := plug.NewMounter(
    				volume.NewSpecFromPersistentVolume(pv, pv.Spec.PersistentVolumeSource.CSI.ReadOnly),
    				&corev1.Pod{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  6. plugin/pkg/admission/noderestriction/admission_test.go

    				KubeletConfigKey: "kubelet",
    			}}}}
    		mynodeObjConfigB = &api.Node{ObjectMeta: mynodeObjMeta, Spec: api.NodeSpec{ConfigSource: &api.NodeConfigSource{
    			ConfigMap: &api.ConfigMapNodeConfigSource{
    				Name:             "qux",
    				Namespace:        "bar",
    				UID:              "quxUID",
    				KubeletConfigKey: "kubelet",
    			}}}}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
Back to top