Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 70 for utiltest (0.13 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/egressselector/egress_selector.go

    	utilnet "k8s.io/apimachinery/pkg/util/net"
    	"k8s.io/apiserver/pkg/apis/apiserver"
    	egressmetrics "k8s.io/apiserver/pkg/server/egressselector/metrics"
    	"k8s.io/component-base/metrics/legacyregistry"
    	"k8s.io/component-base/tracing"
    	"k8s.io/klog/v2"
    	client "sigs.k8s.io/apiserver-network-proxy/konnectivity-client/pkg/client"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 29 15:48:39 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  2. cmd/signature-v4-utils_test.go

    Harshavardhana <******@****.***> 1712352401 -0700
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 05 21:26:41 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  3. cmd/object-api-utils_test.go

    Aditya Manthramurthy <******@****.***> 1716591923 -0700
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/httpstream/spdy/roundtripper.go

    	// mutually exclusive with the "tlsConfig", "Dialer", and "proxier".
    	upgradeTransport http.RoundTripper
    }
    
    var _ utilnet.TLSClientConfigHolder = &SpdyRoundTripper{}
    var _ httpstream.UpgradeRoundTripper = &SpdyRoundTripper{}
    var _ utilnet.Dialer = &SpdyRoundTripper{}
    
    // NewRoundTripper creates a new SpdyRoundTripper that will use the specified
    // tlsConfig.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 23 22:33:38 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/server/egressselector/egress_selector_test.go

    limitations under the License.
    */
    
    package egressselector
    
    import (
    	"context"
    	"errors"
    	"fmt"
    	"net"
    	"strings"
    	"testing"
    	"time"
    
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	utilnet "k8s.io/apimachinery/pkg/util/net"
    	"k8s.io/apiserver/pkg/apis/apiserver"
    	"k8s.io/apiserver/pkg/server/egressselector/metrics"
    	"k8s.io/component-base/metrics/legacyregistry"
    	"k8s.io/component-base/metrics/testutil"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 26 22:41:29 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  6. tensorflow/cc/saved_model/BUILD

        visibility = ["//visibility:public"],
        deps = [
            "//tensorflow/core:test",
            "//tensorflow/core/platform:protobuf",
        ],
    )
    
    tf_cc_test(
        name = "util_test",
        size = "small",
        srcs = ["util_test.cc"],
        deps = [
            ":test_utils",
            ":util",
            "//tensorflow/core:lib",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 05:43:44 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/util/proxy/upgradeaware.go

    		if h.AppendLocationPath {
    			location.Path = singleJoiningSlash(h.Location.Path, location.Path)
    		}
    	}
    
    	clone := utilnet.CloneRequest(req)
    	// Only append X-Forwarded-For in the upgrade path, since httputil.NewSingleHostReverseProxy
    	// handles this in the non-upgrade path.
    	utilnet.AppendForwardedForHeader(clone)
    	klog.V(6).Infof("Connecting to backend proxy (direct dial) %s\n  Headers: %v", &location, clone.Header)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 19:10:30 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/util/proxy/upgradeaware_test.go

    					Certificates: []tls.Certificate{cert},
    				}
    				ts.StartTLS()
    				return ts
    			},
    			ProxyTransport: utilnet.SetTransportDefaults(&http.Transport{DialContext: d.DialContext, TLSClientConfig: &tls.Config{RootCAs: localhostPool}}),
    			UpgradeTransport: NewUpgradeRequestRoundTripper(
    				utilnet.SetOldTransportDefaults(&http.Transport{DialContext: d.DialContext, TLSClientConfig: &tls.Config{RootCAs: localhostPool}}),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 10 07:29:34 UTC 2023
    - 39.4K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/native/cpp_unit_test_plugin.adoc

    `src/test/headers`::
    Headers - headers needed to compile the unit test
    
    You <<building_cpp_projects.adoc#sec:custom_cpp_source_set_paths,configure the project layout>> by configuring the `source` and `privateHeaders` respectively on the `unitTest` script block.
    
    [[sec:cpp_unit_test_compile_task]]
    === `compileTest__Variant__Cpp` Task
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 13.9K bytes
    - Viewed (0)
  10. build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts

    Bo Zhang <******@****.***> 1715586208 +0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 07:43:28 UTC 2024
    - 15.1K bytes
    - Viewed (0)
Back to top