Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 119 for v110 (0.1 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/managedfields/node.yaml

        - registry.k8s.io/kubernetes-dashboard-amd64:v1.8.3
        sizeBytes: 102319441
      - names:
        - gcr.io/google_containers/kube-proxy:v1.11.10-gke.5
        - registry.k8s.io/kube-proxy:v1.11.10-gke.5
        sizeBytes: 102279340
      - names:
        - registry.k8s.io/event-exporter@sha256:7f9cd7cb04d6959b0aa960727d04fa86759008048c785397b7b0d9dff0007516
        - registry.k8s.io/event-exporter:v0.2.3
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/node.yaml

        - registry.k8s.io/kubernetes-dashboard-amd64:v1.8.3
        sizeBytes: 102319441
      - names:
        - gcr.io/google_containers/kube-proxy:v1.11.10-gke.5
        - registry.k8s.io/kube-proxy:v1.11.10-gke.5
        sizeBytes: 102279340
      - names:
        - registry.k8s.io/event-exporter@sha256:7f9cd7cb04d6959b0aa960727d04fa86759008048c785397b7b0d9dff0007516
        - registry.k8s.io/event-exporter:v0.2.3
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/consumer/trivial/pom.xml

          </properties>
          <build>
            <plugins>
              <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>3.11.0</version>
              </plugin>
            </plugins>
          </build>
        </profile>
      </profiles>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Nov 28 17:17:10 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/version/version_test.go

    		{version: "1.9.0", unparsed: "1.9.0"},
    		{version: "1.9.0.0.0.0.0.0", unparsed: "1.9.0.0.0.0.0.0", equalsPrev: true},
    		{version: "1.10.0", unparsed: "1.10.0"},
    		{version: "1.11.0", unparsed: "1.11.0"},
    		{version: "1.11.0.0.5", unparsed: "1.11.0.0.5"},
    		{version: "2.0.0", unparsed: "2.0.0"},
    		{version: "2.1.0", unparsed: "2.1.0"},
    		{version: "2.1.1", unparsed: "2.1.1"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 18 19:25:29 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/util/net/port_range_test.go

    		{"-100", false, "", -1, -1},
    		{"100-", false, "", -1, -1},
    		{"200-100", false, "", -1, -1},
    		{"60000-70000", false, "", -1, -1},
    		{"70000-80000", false, "", -1, -1},
    		{"70000+80000", false, "", -1, -1},
    		{"1+0", true, "1-1", 1, 2},
    		{"0+0", true, "0-0", 0, 1},
    		{"1+-1", false, "", -1, -1},
    		{"1-+1", false, "", -1, -1},
    		{"100+200", true, "100-300", 300, 301},
    		{"1+65535", false, "", -1, -1},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 05 02:24:38 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  6. platforms/ide/ide/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseJavaProjectIntegrationTest.groovy

            '1.3'   | 'J2SE-1.3'
            '1.4'   | 'J2SE-1.4'
            '1.5'   | 'J2SE-1.5'
            '1.6'   | 'JavaSE-1.6'
            '1.7'   | 'JavaSE-1.7'
            '1.8'   | 'JavaSE-1.8'
            '1.9'   | 'JavaSE-9'
            '1.10'  | 'JavaSE-10'
        }
    
        @ToBeFixedForConfigurationCache
        def "generated JDT preferences have correct compiler version"(String version, String expectedVersion) {
            settingsFile << "rootProject.name = 'java'"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  7. pom.xml

    				</configuration>
    			</plugin>
    		</plugins>
    	</build>
    	<dependencies>
    		<dependency>
    			<groupId>commons-io</groupId>
    			<artifactId>commons-io</artifactId>
    			<version>2.11.0</version>
    		</dependency>
    		<dependency>
    			<groupId>junit</groupId>
    			<artifactId>junit</artifactId>
    			<version>4.13.1</version>
    			<scope>test</scope>
    		</dependency>
    	</dependencies>
    Registered: Wed Jun 12 08:29:43 UTC 2024
    - Last Modified: Thu Jan 04 12:50:27 UTC 2024
    - 4K bytes
    - Viewed (0)
  8. pilot/pkg/status/resourcelock_test.go

    	c2 := mgr.CreateIstioStatusController(fakefunc)
    	workers := NewWorkerPool(func(_ *config.Config, _ any) {
    	}, func(resource Resource) *config.Config {
    		return &config.Config{
    			Meta: config.Meta{Generation: 11},
    		}
    	}, 10)
    	ctx, cancel := context.WithCancel(context.Background())
    	workers.Run(ctx)
    	workers.Push(r1, c1, nil)
    	workers.Push(r1, c2, nil)
    	workers.Push(r1, c1, nil)
    	<-x
    	<-y
    	<-x
    	workers.Push(r1, c1, nil)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/constants_offset.mlir

      // CHECK: <{qtype = tensor<3x3x!quant.uniform<i32:f32:1, {1.000000e+00,5.000000e-01:1,2.500000e-01:1}>>, value = dense<1> : tensor<3x3xi32>}> : () -> tensor<3x3x!quant.uniform<i32:f32:1, {1.000000e+00,5.000000e-01:1,2.500000e-01:1}>>
      %0 = "tfl.pseudo_qconst"() { qtype = tensor<3x3x!quant.uniform<i32:f32:1, {1.0, 0.5:1, 0.25:1}>>, value = dense<1> : tensor<3x3xi32>} : () -> tensor<3x3x!quant.uniform<i32:f32:1, {1.0, 0.5:1, 0.25:1}>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  10. samples/bookinfo/src/productpage/requirements.txt

    idna==3.7 \
        --hash=sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc \
        --hash=sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0
        # via requests
    importlib-metadata==6.11.0 \
        --hash=sha256:1231cf92d825c9e03cfc4da076a16de6422c863558229ea0b22b675657463443 \
        --hash=sha256:f0afba6205ad8f8947c7d338b5342d5db2afbfd82f9cbef7879a9539cc12eb9b
        # via opentelemetry-api
    itsdangerous==2.2.0 \
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 14:35:54 UTC 2024
    - 45.5K bytes
    - Viewed (0)
Back to top