Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for tproxy (0.14 sec)

  1. pkg/proxy/iptables/proxier_test.go

    	"k8s.io/kubernetes/pkg/features"
    	"k8s.io/kubernetes/pkg/proxy"
    	kubeproxyconfig "k8s.io/kubernetes/pkg/proxy/apis/config"
    	"k8s.io/kubernetes/pkg/proxy/conntrack"
    	"k8s.io/kubernetes/pkg/proxy/healthcheck"
    	"k8s.io/kubernetes/pkg/proxy/metrics"
    	proxyutil "k8s.io/kubernetes/pkg/proxy/util"
    	proxyutiltest "k8s.io/kubernetes/pkg/proxy/util/testing"
    	"k8s.io/kubernetes/pkg/util/async"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
  2. CHANGELOG/CHANGELOG-1.27.md

    [registry.k8s.io/kube-scheduler:v1.27.11](https:/...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.29.md

    [registry.k8s.io/kube-scheduler:v1.29.2](https://...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.28.md

    [registry.k8s.io/kube-scheduler:v1.28.7](https://...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  5. CHANGELOG/CHANGELOG-1.30.md

    [registry.k8s.io/kube-scheduler:v1.30.0-alpha.2]...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  6. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	PriorityClassName string `protobuf:"bytes,27,opt,name=priorityClassName,proto3" json:"priorityClassName,omitempty"`
    	// Specifies how proxies are configured within Istio.
    	Proxy *ProxyConfig `protobuf:"bytes,28,opt,name=proxy,proto3" json:"proxy,omitempty"`
    	// Specifies the Configuration for proxy_init container which sets the pods' networking to intercept the inbound/outbound traffic.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  7. pkg/apis/core/types.go

    // PodProxyOptions is the query options to a Pod's proxy call
    type PodProxyOptions struct {
    	metav1.TypeMeta
    
    	// Path is the URL path to use for the current proxy request
    	Path string
    }
    
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    
    // NodeProxyOptions is the query options to a Node's proxy call
    type NodeProxyOptions struct {
    	metav1.TypeMeta
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. staging/src/k8s.io/api/core/v1/generated.proto

      // List of nodes
      repeated Node items = 2;
    }
    
    // NodeProxyOptions is the query options to a Node's proxy call.
    message NodeProxyOptions {
      // Path is the URL path to use for the current proxy request to node.
      // +optional
      optional string path = 1;
    }
    
    // NodeRuntimeHandler is a set of runtime handler information.
    message NodeRuntimeHandler {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
Back to top