Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for 3306 (0.28 sec)

  1. pilot/pkg/serviceregistry/kube/conversion_test.go

    	}
    	protocols := []protocolCase{
    		{8888, "", nil, corev1.ProtocolTCP, protocol.Unsupported},
    		{25, "", nil, corev1.ProtocolTCP, protocol.TCP},
    		{53, "", nil, corev1.ProtocolTCP, protocol.TCP},
    		{3306, "", nil, corev1.ProtocolTCP, protocol.TCP},
    		{27017, "", nil, corev1.ProtocolTCP, protocol.TCP},
    		{8888, "http", nil, corev1.ProtocolTCP, protocol.HTTP},
    		{8888, "http-test", nil, corev1.ProtocolTCP, protocol.HTTP},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  2. pkg/dns/server/name_table_test.go

    		},
    	}
    
    	serviceWithVIP1 := &model.Service{
    		Hostname:       host.Name("mysql.foo.bar"),
    		DefaultAddress: "10.0.0.5",
    		Ports: model.PortList{
    			&model.Port{
    				Name:     "tcp",
    				Port:     3306,
    				Protocol: protocol.TCP,
    			},
    		},
    		Resolution: model.Passthrough,
    		Attributes: model.ServiceAttributes{
    			Name:            "mysql-svc",
    			Namespace:       "testns",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jan 25 04:26:03 UTC 2024
    - 16K bytes
    - Viewed (0)
  3. cni/pkg/plugin/plugin_test.go

    	pod.Spec.Containers[0].Name = "mockContainer"
    	pod.Spec.Containers[1].Name = "istio-proxy"
    	pod.ObjectMeta.Annotations[sidecarStatusKey] = "true"
    	pod.ObjectMeta.Annotations[excludeInboundPortsKey] = "3306"
    
    	mockIntercept := testDoAddRun(t, buildMockConf(true, ""), testNSName, pod, ns)
    
    	if len(mockIntercept.lastRedirect) == 0 {
    		t.Fatalf("expected nsenterFunc to be called")
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  4. helm-releases/minio-3.3.0.tgz

    minio-3.3.0.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2021-11-24T23-19-33Z description: Multi-Cloud Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3 - cluster maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 3.3.0 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Nov 25 17:33:26 UTC 2021
    - 14.6K bytes
    - Viewed (0)
  5. src/crypto/rsa/testdata/pss-vect.txt.bz2

    11 14 03 5e 53 2d 19 5c 74 f4 4a 04 76 a2 d3 e8 a4 da 21 00 16 ca ce d0 e3 67 cb 86 77 10 a4 b5 aa 2d f2 b8 e5 da f5 fd c6 47 80 7d 4d 5e bb 6c 56 b9 76 3c cd ae 4d ea 33 08 eb 0a c2 a8 95 01 cb 20 9d 26 39 fa 5b f8 7c e7 90 74 7d 3c b2 d2 95 e8 45 64 f2 f6 37 82 4f 0c 13 02 81 29 b0 aa 4a 42 2d 16 22 82 # Salt: 23 29 1e 4a 33 07 e8 bb b7 76 62 3a b3 4e 4a 5f 4c c8 a8 db # Signature: 02 80 2d cc fa 8d fa f5 27 9b f0 b4 a2 9b a1 b1 57 61 1f ae aa f4 19 b8 91 9d 15 94 19 00 c1 33 9e 7e 92 e6 fa e5...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 27.9K bytes
    - Viewed (0)
  6. src/main/assemblies/extension/kibana/fess_log.ndjson

    ddTimeMarker\":false,\"dimensions\":{\"x\":{\"accessor\":0,\"format\":{\"id\":\"date\",\"params\":{\"pattern\":\"HH:mm\"}},\"params\":{\"date\":true,\"interval\":\"PT10M\",\"format\":\"HH:mm\",\"bounds\":{\"min\":\"2019-07-28T11:33:01.690Z\",\"max\":\"2019-07-30T11:33:01.690Z\"}},\"aggType\":\"date_histogram\"},\"y\":[{\"accessor\":1,\"format\":{\"id\":\"number\"},\"params\":{},\"aggType\":\"avg\"}]}},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"avg\",\"schema\":\"metric\",\"params\":{\"f...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Aug 12 01:26:21 UTC 2019
    - 18.2K bytes
    - Viewed (0)
  7. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testsuites/dependencies/TestSuitesGroovyDSLDependenciesIntegrationTest.groovy

                    def testRuntimeClasspathFileNames = testRuntime*.name
    
                    assert testCompileClasspathFileNames.containsAll('commons-lang3-3.12.0.jar', 'guava-33.0.0-jre.jar')
                    assert testRuntimeClasspathFileNames.containsAll('commons-lang3-3.12.0.jar', 'guava-33.0.0-jre.jar')
    
                    def integTestCompileClasspathFileNames = integTestCompile*.name
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 11 16:25:08 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  8. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testsuites/dependencies/TestSuitesKotlinDSLDependenciesIntegrationTest.groovy

                doLast {
    
                    assert(testCompileClasspathFileNames.containsAll(listOf("commons-lang3-3.12.0.jar", "guava-33.0.0-jre.jar")))
                    assert(testRuntimeClasspathFileNames.containsAll(listOf("commons-lang3-3.12.0.jar", "guava-33.0.0-jre.jar")))
    
                    assert(integTestCompileClasspathFileNames.containsAll(listOf("guava-29.0-jre.jar"))) { "constraints apply to compile classpath" }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 11 16:25:08 UTC 2024
    - 45.8K bytes
    - Viewed (0)
  9. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r25/TaskProgressCrossVersionSpec.groovy

            test.failed
            test.failures.size() == 1
            test.failures[0].message == "Execution failed for task ':test'."
    
            events.failed == [test]
        }
    
        @TargetGradleVersion(">=3.0 <3.6")
        def "receive task progress events when tasks are executed in parallel"() {
            given:
            server.start()
            buildFile << """
                @ParallelizableTask
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  10. guava/src/com/google/common/net/HttpHeaders.java

      /**
       * The HTTP <a
       * href="https://wicg.github.io/turtledove/#handling-direct-from-seller-signals">{@code
       * Sec-Ad-Auction-Fetch}</a> header field name.
       *
       * @since 33.0.0
       */
      public static final String SEC_AD_AUCTION_FETCH = "Sec-Ad-Auction-Fetch";
    
      /**
       * The HTTP <a
       * href="https://privacycg.github.io/gpc-spec/#the-sec-gpc-header-field-for-http-requests">{@code
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 01 18:44:57 UTC 2024
    - 34.3K bytes
    - Viewed (0)
Back to top