Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for testhist (0.18 sec)

  1. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

                "type": "string"
              },
              "message": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  2. tests/integration/pilot/common/routing.go

    ---
    `
    
    func tcpVirtualService(gateway, host, destHost string, sourcePort, targetPort int) string {
    	return tmpl.MustEvaluate(tcpVirtualServiceTmpl, struct {
    		Gateway            string
    		VirtualServiceHost string
    		DestinationHost    string
    		SourcePort         int
    		TargetPort         int
    	}{gateway, host, destHost, sourcePort, targetPort})
    }
    
    const gatewayTmpl = `
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  3. src/crypto/sha512/sha512_test.go

    	},
    }
    
    func testHash(t *testing.T, name, in, outHex string, oneShotResult []byte, digestFunc hash.Hash) {
    	if calculated := hex.EncodeToString(oneShotResult); calculated != outHex {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:17:08 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    			t.Fatalf("unexpected error: %v", err)
    		}
    		if response.StatusCode != v.ErrCode {
    			t.Errorf("%s: expected %d for %s, Got %s", k, v.ErrCode, v.Method, string(data))
    			continue
    		}
    	}
    }
    
    func TestList(t *testing.T) {
    	testCases := []struct {
    		url       string
    		namespace string
    		legacy    bool
    		label     string
    		field     string
    	}{
    		// Groupless API
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
  5. cluster/gce/gci/configure-helper.sh

        params+=("--agent-service-account=")
        params+=("--authentication-audience=")
        # Need to fix ANP code to allow kubeconfig to be set with mtls.
        params+=("--kubeconfig=")
        params+=("--proxy-strategies=destHost,default")
      else
        echo "KONNECTIVITY_SERVICE_PROXY_PROTOCOL_MODE must be set to either grpc or http-connect"
        exit 1
      fi
    
      params+=("--agent-port=$1")
      params+=("--health-port=$2")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  6. cmd/testdata/decryptObjectInfo.json.zst

    ed-Key":"IAAfALQN/5IoamihbG7rHrytGmpss/t9sA1QMEcpfuLxXHntGB+U8w==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"application/octet-stream"}},{"Bucket":"buck1","Name":"go_113/src/cmd/go/testdata/src/testlist/example_test.go","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"FX9MJ2W4DQEHg5/3POVe9PQ6nLBZHzY+OkqKt7cPuec=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
Back to top