Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 184 for proxyv2 (0.17 sec)

  1. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    func (NodeList) SwaggerDoc() map[string]string {
    	return map_NodeList
    }
    
    var map_NodeProxyOptions = map[string]string{
    	"":     "NodeProxyOptions is the query options to a Node's proxy call.",
    	"path": "Path is the URL path to use for the current proxy request to node.",
    }
    
    func (NodeProxyOptions) SwaggerDoc() map[string]string {
    	return map_NodeProxyOptions
    }
    
    var map_NodeRuntimeHandler = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  2. cmd/kube-proxy/app/server.go

    	"k8s.io/kubernetes/pkg/proxy/apis/config/validation"
    	"k8s.io/kubernetes/pkg/proxy/config"
    	"k8s.io/kubernetes/pkg/proxy/healthcheck"
    	proxymetrics "k8s.io/kubernetes/pkg/proxy/metrics"
    	proxyutil "k8s.io/kubernetes/pkg/proxy/util"
    	"k8s.io/kubernetes/pkg/util/filesystem"
    	utilflag "k8s.io/kubernetes/pkg/util/flag"
    	utilnode "k8s.io/kubernetes/pkg/util/node"
    	"k8s.io/kubernetes/pkg/util/oom"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 13:27:41 UTC 2024
    - 46.8K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modget/get.go

    The version control command restrictions only apply when using direct version
    control access to download code. When downloading modules from a proxy,
    'go get' uses the proxy protocol instead, which is always permitted.
    By default, the 'go get' command uses the Go module mirror (proxy.golang.org)
    for public packages and only falls back to version control for private
    packages or when the mirror refuses to serve a public package (typically for
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  4. src/net/http/clientserver_test.go

    		t.Fatal(err)
    	}
    	rp := httputil.NewSingleHostReverseProxy(backURL)
    	rp.Transport = backend.tr
    	proxy := newClientServerTest(t, mode, HandlerFunc(func(w ResponseWriter, r *Request) {
    		rp.ServeHTTP(w, r)
    	}))
    
    	bodyRes := make(chan any, 1) // error or hash.Hash
    	pr, pw := io.Pipe()
    	req, _ := NewRequest("PUT", proxy.ts.URL, pr)
    	const size = 4 << 20
    	go func() {
    		h := sha1.New()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  5. prow/config/calico.yaml

                      whether Felix's embedded kube-proxy accepts EndpointSlices or not.
                    type: boolean
                  bpfKubeProxyIptablesCleanupEnabled:
                    description: 'BPFKubeProxyIptablesCleanupEnabled, if enabled in BPF
                      mode, Felix will proactively clean up the upstream Kubernetes kube-proxy''s
                      iptables chains.  Should only be enabled if kube-proxy is not running.  [Default:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  6. pkg/zdsapi/zds.pb.go

    }
    
    func (x *KeepWorkload) GetUid() string {
    	if x != nil {
    		return x.Uid
    	}
    	return ""
    }
    
    // Delete a workload from the ztunnel. Ztunnel should shutdown the workload's proxy.
    type DelWorkload struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  7. pkg/volume/csi/csi_plugin.go

    		return errors.New(log("Error uninstalling CSI driver: %v", err))
    	}
    
    	return nil
    }
    
    // waitForAPIServerForever waits forever to get a CSINode instance as a proxy
    // for a healthy APIServer
    func waitForAPIServerForever(client clientset.Interface, nodeName types.NodeName) error {
    	var lastErr error
    	// Served object is discarded so no risk to have stale object with benefit to
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 29.2K bytes
    - Viewed (0)
  8. pkg/proxy/iptables/proxier.go

    	utilsysctl "k8s.io/component-helpers/node/util/sysctl"
    	"k8s.io/klog/v2"
    	"k8s.io/kubernetes/pkg/proxy"
    	"k8s.io/kubernetes/pkg/proxy/conntrack"
    	"k8s.io/kubernetes/pkg/proxy/healthcheck"
    	"k8s.io/kubernetes/pkg/proxy/metaproxier"
    	"k8s.io/kubernetes/pkg/proxy/metrics"
    	proxyutil "k8s.io/kubernetes/pkg/proxy/util"
    	"k8s.io/kubernetes/pkg/proxy/util/nfacct"
    	"k8s.io/kubernetes/pkg/util/async"
    	utiliptables "k8s.io/kubernetes/pkg/util/iptables"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  9. src/net/http/transport_test.go

    	{req: "http://insecure.tld/", env: "http.proxy.tld", httpsenv: "secure.proxy.tld", want: "http://http.proxy.tld"},
    	// Use secure for https.
    	{req: "https://secure.tld/", env: "http.proxy.tld", httpsenv: "secure.proxy.tld", want: "http://secure.proxy.tld"},
    	{req: "https://secure.tld/", env: "http.proxy.tld", httpsenv: "https://secure.proxy.tld", want: "https://secure.proxy.tld"},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  10. gradle/verification-metadata.xml

             </artifact>
          </component>
          <component group="com.github.bbottema" name="java-socks-proxy-server" version="2.0.0">
             <artifact name="java-socks-proxy-server-2.0.0.jar">
                <pgp value="D40633BFD9FDB773C896E9025DFB46C505B694FE"/>
             </artifact>
          </component>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
Back to top