Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,056 for Example (0.11 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/rest_test.go

    	uid := types.UID("uid")
    	fifteen := int64(15)
    	thirty := int64(30)
    
    	tc := &patchTestCase{
    		name: "TestPatchResourceNumberConversion",
    
    		startingPod: &example.Pod{},
    		changedPod:  &example.Pod{},
    		updatePod:   &example.Pod{},
    
    		expectedPod: &example.Pod{},
    	}
    
    	setTcPod(tc.startingPod, name, namespace, uid, "1", examplev1.SchemeGroupVersion.String(), &fifteen, "")
    
    	// Patch tries to change to 30.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  2. src/net/http/cookiejar/jar_test.go

    	wantErr      error  // expected error
    }{
    	{"www.example.com", "", "www.example.com", true, nil},
    	{"127.0.0.1", "", "127.0.0.1", true, nil},
    	{"2001:4860:0:2001::68", "", "2001:4860:0:2001::68", true, nil},
    	{"www.example.com", "example.com", "example.com", false, nil},
    	{"www.example.com", ".example.com", "example.com", false, nil},
    	{"www.example.com", "www.example.com", "www.example.com", false, nil},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 34K bytes
    - Viewed (0)
  3. build/root/Makefile

    # Runs only the presubmission verifications that aren't slow.
    #
    # Example:
    #   make quick-verify
    endef
    .PHONY: quick-verify
    ifeq ($(PRINT_HELP),y)
    quick-verify:
    	echo "$$QUICK_VERIFY_HELP_INFO"
    else
    quick-verify:
    	QUICK=true SILENT=false hack/make-rules/verify.sh
    endif
    
    define UPDATE_HELP_INFO
    # Runs all the update scripts.
    #
    # Example:
    # make update
    endef
    .PHONY: update
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  4. helm/minio/values.yaml

        # nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
        # nginx.ingress.kubernetes.io/whitelist-source-range: 0.0.0.0/0
      path: /
      hosts:
        - minio-example.local
      tls: []
      #  - secretName: chart-example-tls
      #    hosts:
      #      - chart-example.local
    
    consoleService:
      type: ClusterIP
      clusterIP: ~
      port: "9001"
      nodePort: 32001
      loadBalancerIP: ~
      externalIPs: []
      annotations: {}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Apr 28 10:14:37 UTC 2024
    - 18.4K bytes
    - Viewed (1)
  5. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/MultiProjectJvmApplicationInitIntegrationTest.groovy

            then:
            assertTestPassed("app", "org.example.app.MessageUtilsTest", "testGetMessage")
            assertTestPassed("list", "org.example.list.LinkedListTest", "testConstructor")
            assertTestPassed("list", "org.example.list.LinkedListTest", "testAdd")
            assertTestPassed("list", "org.example.list.LinkedListTest", "testRemove")
            assertTestPassed("list", "org.example.list.LinkedListTest", "testRemoveMissing")
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 03:26:38 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/service_injection.adoc

    Here's a simple example:
    
    ====
    include::sample[dir="snippets/providers/services/kotlin",files="build.gradle.kts[tags=project-layout]"]
    include::sample[dir="snippets/providers/services/groovy",files="build.gradle[tags=project-layout]"]
    ====
    
    Here is an example using `javax.inject.Inject`:
    
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/storage/testing/utils.go

    }
    
    // DeepEqualSafePodSpec returns an example.PodSpec safe for deep-equal operations.
    func DeepEqualSafePodSpec() example.PodSpec {
    	grace := int64(30)
    	return example.PodSpec{
    		RestartPolicy:                 "Always",
    		TerminationGracePeriodSeconds: &grace,
    		SchedulerName:                 "default-scheduler",
    	}
    }
    
    func computePodKey(obj *example.Pod) string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 22 07:26:55 UTC 2024
    - 10.3K bytes
    - Viewed (1)
  8. pilot/pkg/networking/core/networkfilter_test.go

    			},
    			routes: []*networking.RouteDestination{
    				{
    					Destination: &networking.Destination{
    						Host:   "example.com",
    						Port:   &networking.PortSelector{Number: 443},
    						Subset: "prod",
    					},
    					Weight: 75,
    				},
    				{
    					Destination: &networking.Destination{
    						Host:   "example-canary.com",
    						Port:   &networking.PortSelector{Number: 443},
    						Subset: "canary",
    					},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  9. tests/integration/pilot/gateway_test.go

    			{
    				check: check.OK(),
    				from:  apps.D,
    				host:  "bar.example.com",
    			},
    			{
    				check: check.OK(),
    				from:  apps.E,
    				host:  "bar.example.com",
    			},
    			{
    				check: check.OK(),
    				from:  apps.E,
    				host:  "foo.example.com",
    			},
    			{
    				check: check.OK(),
    				from:  apps.D,
    				host:  "foo.example.com",
    			},
    			{
    				check: check.OK(),
    				from:  apps.B,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  10. pkg/dns/client/dns_test.go

    	}{
    		{
    			startsWith: "www.google.com",
    			expected:   sets.New("www.google.com", "www.google.com."),
    		},
    		{
    			startsWith: "example",
    			expected:   sets.New("example.ns2.", "example.ns2.svc.", "example.localhost.", "example.ns2.svc.cluster.local.", "example.ns2.svc.cluster.local"),
    		},
    		{
    			startsWith: "details",
    			expected:   sets.New("details.ns2.svc.cluster.remote", "details.ns2.svc.cluster.remote."),
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 16:17:34 UTC 2024
    - 20.4K bytes
    - Viewed (0)
Back to top