Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for anp1 (0.13 sec)

  1. pilot/pkg/xds/xds_cache_test.go

    		c := model.NewXdsCache()
    		c.Add(ep1, &model.PushRequest{Start: time.Now()}, any1)
    		if !reflect.DeepEqual(c.Keys(model.EDSType), []any{ep1.Key()}) {
    			t.Fatalf("unexpected keys: %v, want %v", c.Keys(model.EDSType), ep1.Key())
    		}
    		if got := c.Get(ep1); got != any1 {
    			t.Fatalf("unexpected result: %v, want %v", got, any1)
    		}
    		c.Add(ep1, &model.PushRequest{Start: time.Now()}, any2)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 31 20:43:08 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  2. platforms/native/language-native/src/test/groovy/org/gradle/swiftpm/plugins/SwiftPackageManagerExportPluginTest.groovy

            expect:
            def generateManifest = project.tasks['generateSwiftPmManifest']
            def products = generateManifest.package.get().products
            products.name == ["app1", "app2"]
            products.target.name == ["app1", "app2"]
            products.target.publicHeaderDir == [null, null]
            products.every { it instanceof DefaultExecutableProduct }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 10.9K bytes
    - Viewed (0)
  3. pilot/pkg/model/gateway_test.go

    			wantPortNumber: 80,
    			wantPortName:   "",
    			wantGateway:    "",
    		},
    		{
    			name:           "https rds name",
    			args:           args{"https.443.app1.gw1.ns1"},
    			wantPortNumber: 443,
    			wantPortName:   "app1",
    			wantGateway:    "ns1/gw1",
    		},
    	}
    	for _, tt := range tests {
    		t.Run(tt.name, func(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 02:36:23 UTC 2024
    - 9K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformParallelIntegrationTest.groovy

        }
    
        def "only one transformer execution per workspace"() {
    
            createDirs("lib", "app1", "app2")
            settingsFile << """
                include "lib", "app1", "app2"
            """
    
            buildFile << """
                project(":lib") {
                    dependencies {
                        compile files("lib1.jar")
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:31 UTC 2023
    - 16.9K bytes
    - Viewed (0)
  5. platforms/core-runtime/files/src/test/groovy/org/gradle/internal/file/FileHierarchySetTest.groovy

            ['C:\\', 'D:\\', 'E:\\'] | 'F:\\any'         | false
            ['C:\\', 'C:\\any']      | 'C:\\any\\thing'  | true
            ['C:\\', 'C:\\any']      | 'E:\\any\\thing'  | false
            ['C:\\any1', 'D:\\any2'] | 'C:\\any1\\thing' | true
            ['C:\\any1', 'D:\\any2'] | 'D:\\any2\\thing' | true
        }
    
        @Requires(UnitTestPreconditions.NotWindows)
        def 'can handle complicated roots'() {
            expect:
            rootsOf(from([
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:38 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/envoyfilter/rc_patch_test.go

    							RouteConfiguration: &networking.EnvoyFilter_RouteConfigurationMatch{
    								PortNumber: 443,
    								PortName:   "app1",
    								Gateway:    "ns1/gw1",
    							},
    						},
    					},
    				},
    				rc: &route.RouteConfiguration{Name: "https.443.app1.gw1.ns1"},
    			},
    			want: true,
    		},
    		{
    			name: "gateway fields mismatch",
    			args: args{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  7. cni/pkg/nodeagent/net_test.go

    		iptablesConfigurator: iptablesConfigurator,
    		nlDeps:               nlDeps,
    		ipsetDeps:            fakeIPSetDeps,
    	}
    }
    
    func buildConvincingPod(v6IP bool) *corev1.Pod {
    	app1 := corev1.Container{
    		Name: "app1",
    		Ports: []corev1.ContainerPort{
    			{
    				Name:          "foo-port",
    				ContainerPort: 8010,
    			},
    			{
    				Name:          "foo-2-port",
    				ContainerPort: 8020,
    			},
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 05:10:23 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  8. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
      <mime-type type="text/vnd.in3d.spot">
        <glob pattern="*.spot"/>
      </mime-type>
      <mime-type type="text/vnd.iptc.anpa">
        <acronym>ANPA</acronym>
        <_comment>American Newspaper Publishers Association Wire Feeds</_comment>
        <glob pattern="*.anpa"/>
        <magic priority="50">
          <match value="\x16\x16\x01" type="string" offset="0"/>
        </magic>
      </mime-type>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/optimizing-performance/inspect.adoc

    Expand that row to see where the build applied this script.
    
    image::performance/script-b-application.png[title="Showing the application of script-b.gradle to the build"]
    
    You can see that subproject `:app1` applied the script once, from inside of that subproject's `build.gradle` file.
    
    == Profile report
    
    If you prefer not to use build scans, you can generate an HTML report in the
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  10. pilot/pkg/model/sidecar_test.go

    	}
    
    	configs20 = &config.Config{
    		Meta: config.Meta{
    			Name:      "sidecar-scope-with-same-workloadselector-label-drs-merged",
    			Namespace: "mynamespace",
    			Labels:    map[string]string{"app": "app1"},
    		},
    		Spec: &networking.Sidecar{},
    	}
    
    	configs21 = &config.Config{
    		Meta: config.Meta{
    			Name: "virtual-service-destinations-matching-http-virtual-service-ports",
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
Back to top