Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for anp1 (0.05 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

        }
    
        def "scheduled chained transformation is only invoked once per subject"() {
            given:
            createDirs("app1", "app2")
            settingsFile << """
                include 'app1'
                include 'app2'
            """
            buildFile << """
                def color = Attribute.of('color', String)
    
                allprojects {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

    //   %inp0 = "tf.Reshape"(%arg0, %shape)
    //     : (tensor<2xf32>, tensor<2xi64>) -> tensor<1x2xf32>
    //   %inp1 = "tf.Reshape"(%arg1, %shape)
    //     : (tensor<2x2x2xf32>, tensor<2xi64>) -> tensor<4x2xf32>
    //   %items0 = "tf.Unpack"(%[[INP0]]) {axis = 0 : i64}
    //     : (tensor<1x2xf32>) -> tensor<2xf32>
    //   %items1:4 = "tf.Unpack"(%[[INP1]]) {axis = 0 : i64}
    //     : (tensor<4x2xf32>) -> (tensor<2xf32>, tensor<2xf32>, tensor<2xf32>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  9. tools/bug-report/pkg/bugreport/bugreport.go

    		Long: `bug-report selectively captures cluster information and logs into an archive to help diagnose problems.
    Proxy logs can be filtered using:
      --include|--exclude ns1,ns2.../dep1,dep2.../pod1,pod2.../lbl1=val1,lbl2=val2.../ann1=val1,ann2=val2.../cntr1,cntr...
    where ns=namespace, dep=deployment, lbl=label, ann=annotation, cntr=container
    
    The filter spec is interpreted as 'must be in (ns1 OR ns2) AND (dep1 OR dep2) AND (cntr1 OR cntr2)...'
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 05 20:57:29 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  10. pilot/pkg/model/push_context_test.go

    		},
    		Spec: &networking.DestinationRule{
    			Host:     testhost,
    			ExportTo: []string{"test2", "."},
    			WorkloadSelector: &selectorpb.WorkloadSelector{
    				MatchLabels: map[string]string{"app": "app1"},
    			},
    			TrafficPolicy: &networking.TrafficPolicy{
    				ConnectionPool: &networking.ConnectionPoolSettings{
    					Tcp: &networking.ConnectionPoolSettings_TCPSettings{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
Back to top