Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 130 for 3$ (0.04 sec)

  1. tests/integration/pilot/common/routing.go

    				Scheme:  scheme.TCP,
    				Timeout: time.Millisecond * 100,
    				Check:   check.OK(),
    			},
    		})
    
    		// Case 3
    		// We match the target port, but front with a different service port
    		svc = fmt.Sprintf(`apiVersion: v1
    kind: Service
    metadata:
      name: b-alt-3
      labels:
        app: b
    spec:
      ports:
      - name: http
        port: 12345
        targetPort: %d
      selector:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  2. pkg/registry/batch/job/strategy_test.go

    			job: &batch.Job{
    				ObjectMeta: validObjectMeta,
    				Spec: batch.JobSpec{
    					Selector:    validSelector,
    					Template:    validPodTemplateSpec,
    					Parallelism: ptr.To[int32](3),
    				},
    			},
    			newJob: &batch.Job{
    				ObjectMeta: validObjectMeta,
    				Spec: batch.JobSpec{
    					Selector:    validSelector,
    					Template:    validPodTemplateSpec,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
  3. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

            mavenRepo.module('org', 'bar', '1.0').dependsOn('org', 'foo', '[1.1,1.3]').publish()
            buildFile << """
                apply plugin: 'java-library'
    
                repositories {
                   maven { url "${mavenRepo.uri}" }
                }
    
                dependencies {
                    implementation 'org:foo:[1.1,1.3]'
                    implementation 'org:bar:1.0'
                }
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

    //
    // 1. Operand type ranks must be equal to the output type rank.
    //
    // 2. Operand dimension sizes (except dimension `axis`) must be equal to
    //    previously seen dimension sizes of the same dimension.
    //
    // 3. Sum of operand dimension sizes of the `axis` dimension must be equal to
    //    the dimension size of the `axis` dimension of output.
    //
    // Note: If an operand has unranked tensor type or has dynamic dimension size,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  5. pkg/volume/util/operationexecutor/operation_generator.go

    		// if mount operation fails.
    		if actualStateOfWorld.IsVolumeReconstructed(volumeToMount.VolumeName, volumeToMount.PodName) {
    			klog.V(3).InfoS("MountVolume.markVolumeErrorState leaving volume uncertain", "volumeName", volumeToMount.VolumeName)
    			return
    		}
    
    		t := actualStateOfWorld.MarkVolumeAsUnmounted(volumeToMount.PodName, volumeToMount.VolumeName)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  6. api/maven-api-model/src/main/mdo/maven.mdo

                the project. Note that in case of a multi-module build, only the default goal of the top-level
                project is relevant, i.e. the default goals of child modules are ignored. Since Maven 3,
                multiple goals/phases can be separated by whitespace.</description>
              <type>String</type>
            </field>
            <field>
              <name>resources</name>
              <version>3.0.0+</version>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

                            }
                        }
                        registerTransform(${possiblyFailingTransform(3)}) {
                            from.attribute(artifactType, "blue")
                            to.attribute(artifactType, "yellow")
                            parameters {
                                numberOfOutputFiles = 3
                                suffix = "yellow"
                            }
                        }
    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/lite/ir/tfl_ops.td

        I32Attr:$depth_multiplier
      );
    
      let hasCanonicalizer = 1;
    
      let extraClassDeclaration = [{
        // AffineQuantizedOpInterface:
        int GetChannelDimIndex() { return 3; }
        int GetQuantizationDimIndex() { return 3; }
        // SparseOpInterface:
        std::vector<int> GetSparseOperands() { return {1}; }
        std::vector<std::vector<int>> GetFloatBlockSize() { return {}; }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  9. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    							},
    						},
    					},
    				},
    				Clientset: fake.NewSimpleClientset(&v1.PodList{Items: []v1.Pod{*testutil.NewPod("pod0", "node0")}}),
    			},
    			expectedRequestCount: 3, // (List+)List+Update
    			timeToPass:           time.Hour,
    			newNodeStatus: v1.NodeStatus{
    				Conditions: []v1.NodeCondition{
    					{
    						Type:   v1.NodeReady,
    						Status: v1.ConditionTrue,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet_pods_test.go

    						Value: "foo-$(EMPTY_VAR)",
    					},
    					{
    						Name:  "POD_NAME_TEST2",
    						Value: "test2-$(POD_NAME)",
    					},
    					{
    						Name:  "POD_NAME_TEST3",
    						Value: "$(POD_NAME_TEST2)-3",
    					},
    					{
    						Name:  "LITERAL_TEST",
    						Value: "literal-$(TEST_LITERAL)",
    					},
    					{
    						Name:  "TEST_UNDEFINED",
    						Value: "$(UNDEFINED_VAR)",
    					},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
Back to top