Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 5,232 for Example (0.17 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/openapi/controller_test.go

    	env.pollForPathExists("/apis/stable.example.com/v1/coolfoos")
    	env.pollForPathExists("/apis/stable.example.com/v1/coolbars")
    	s := env.fetchOpenAPIOrDie()
    	env.expectPath(s, "/apis/stable.example.com/v1/coolfoos")
    	env.expectPath(s, "/apis/stable.example.com/v1/coolbars")
    	env.expectPath(s, "/apis/apiextensions.k8s.io/v1")
    }
    
    func TestCRDMultiVersion(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 22 17:10:53 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/gateway_simulation_test.go

            name: http
            protocol: HTTP
          hosts:
            - foo.example.com
            - bar.example.com
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: foobar-vs
      namespace: default
      creationTimestamp: 2010-01-01T00:00:00Z
    spec:
      hosts:
        - foo.example.com
        - bar.example.com
      gateways:
        - istio-system/public-gw
      http:
        - name: foobar
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 18:27:40 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/mod_invalid_path.txt

    # Verifies #43985.
    cd $WORK/gopath/src/dotname
    go list ./.dot
    stdout '^example.com/dotname/.dot$'
    go list ./use
    stdout '^example.com/dotname/use$'
    ! go list -m example.com/dotname/.dot@latest
    stderr '^go: example.com/dotname/.dot@latest: malformed module path "example.com/dotname/.dot": leading dot in path element$'
    go get example.com/dotname/.dot
    go get example.com/dotname/use
    go mod tidy
    
    -- mod/go.mod --
    
    -- mod/foo.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 02 02:54:20 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/mod_vendor_collision.txt

    -- foo.go --
    package main
    
    import (
    	_ "example.com/Foo"
    	_ "example.com/foo"
    )
    
    func main() {}
    -- go.mod --
    module play.ground
    
    go 1.14
    
    require (
    	example.com/foo v0.1.0
    	example.com/Foo v0.1.0
    )
    
    replace (
    	example.com/foo => ./foo
    	example.com/Foo => ./foo_alt
    )
    -- foo/go.mod --
    module example.com/foo
    -- foo/foo.go --
    package foo
    
    -- foo_alt/go.mod --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 17:04:57 UTC 2024
    - 528 bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r68/CompositeBuildTestLauncherCrossVersionSpec.groovy

                launcher.withTaskAndTestClasses(':included-build:test', ["example.IncludedTest2"])
            }
            then:
            assertTaskExecuted(":included-build:test")
            assertTestExecuted(className: "example.IncludedTest2", methodName: "bar", task: ":included-build:test")
            assertTestNotExecuted(className: "example.IncludedTest")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/script/mod_doc_path.txt

    env PATH=''
    [GOOS:plan9] env path=''
    
    go doc p.X
    
    -- go.mod --
    module example
    
    go 1.19
    
    require example.com/p v0.1.0
    
    replace example.com/p => ./pfork
    -- example.go --
    package example
    
    import _ "example.com/p"
    -- pfork/go.mod --
    module example.com/p
    
    go 1.19
    -- pfork/p.go --
    package p
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 24 21:26:10 UTC 2022
    - 537 bytes
    - Viewed (0)
  7. pilot/pkg/xds/endpoints/ep_filters_test.go

    					{Address: "40.0.0.1", Weight: 6},
    				},
    				Weight: 42,
    			},
    		},
    		wantWorkloadMetadata: []string{
    			";ns;example;;cluster1a",
    			";ns;example;;cluster1a",
    			";ns;example;;cluster1b",
    			";ns;example;;cluster4",
    			";;;;cluster2a",
    			";;;;cluster2b",
    			";;;;cluster2b",
    		},
    	},
    	{
    		name:  "from_network1_cluster1b",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 26.8K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/work_vendor_main_module_replaced.txt

    ! go list all # consistency checks fail
    stderr 'example.com/b@v0.0.0: is marked as replaced in vendor/modules.txt, but not replaced in the workspace'
    
    
    -- a_go_mod_no_replace --
    module example.com/a
    
    go 1.21
    
    require example.com/b v0.0.0
    -- go.work --
    go 1.21
    
    use (
        a
        b
    )
    -- a/go.mod --
    module example.com/a
    
    go 1.21
    
    require example.com/b v0.0.0
    
    replace example.com/b => ../b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 24 18:09:22 UTC 2023
    - 895 bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    				"hd": "example.org",
    				"exp": %d
    			}`, valid.Unix()),
    			wantErr: "oidc: required claim hd value does not match. Got = example.org, want = example.com",
    		},
    		{
    			name: "invalid-signature",
    			options: Options{
    				JWTAuthenticator: apiserver.JWTAuthenticator{
    					Issuer: apiserver.Issuer{
    						URL:       "https://auth.example.com",
    						Audiences: []string{"my-client"},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/work.txt

    cd c
    go run  example.com/b
    stdout 'Hello, world.'
    cd $GOPATH/src
    
    go list all # all includes both modules
    stdout 'example.com/a'
    stdout 'example.com/b'
    
    # -mod can only be set to readonly in workspace mode
    go list -mod=readonly all
    ! go list -mod=mod all
    stderr '^go: -mod may only be set to readonly or vendor when in workspace mode'
    env GOWORK=off
    go list -mod=mod all
    env GOWORK=
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top