Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 28 for Destinations (0.25 sec)

  1. pkg/proxy/iptables/proxier_test.go

    		-A KUBE-EXT-4SW47YFZTEDKD3PK -j KUBE-SVC-4SW47YFZTEDKD3PK
    		-A KUBE-EXT-GNZBNJ2PO5MGZ6GT -m comment --comment "pod traffic for ns2/svc2:p80 external destinations" -s 10.0.0.0/8 -j KUBE-SVC-GNZBNJ2PO5MGZ6GT
    		-A KUBE-EXT-GNZBNJ2PO5MGZ6GT -m comment --comment "masquerade LOCAL traffic for ns2/svc2:p80 external destinations" -m addrtype --src-type LOCAL -j KUBE-MARK-MASQ
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  2. prow/config/calico.yaml

                            destination:
                              description: Destination of the route.
                              type: string
                            gateway:
                              description: Gateway for the destination.
                              type: string
                            interface:
                              description: Interface for the destination
                              type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

              },
              "to": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    // Specifies the sidecar's default behavior when handling outbound traffic from the application.
    type OutboundTrafficPolicyConfig_Mode int32
    
    const (
    	// Outbound traffic to unknown destinations will be allowed, in case there are no services or ServiceEntries for the destination port
    	OutboundTrafficPolicyConfig_ALLOW_ANY OutboundTrafficPolicyConfig_Mode = 0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssagen/ssa.go

    		} else if v0 := br.B.FirstPossibleStmtValue(); v0 != nil && v0.Pos.Line() == br.P.Pos.Line() && v0.Pos.IsStmt() == src.PosIsStmt {
    			br.P.Pos = br.P.Pos.WithNotStmt()
    		}
    
    	}
    
    	// Resolve jump table destinations.
    	for _, jt := range s.JumpTables {
    		// Convert from *Block targets to *Prog targets.
    		targets := make([]*obj.Prog, len(jt.Succs))
    		for i, e := range jt.Succs {
    			targets[i] = s.bstart[e.Block().ID]
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.21.md

      - Make `build-in-docker` and `test-in-docker` work on Linux systems with SELinux enabled
      - Fix an error where existing nodes were not considered as destinations while finding place for pods in scale-down simulations
      - Remove redundant log lines and reduce severity around parsing kubeEnv
      - Don't treat nodes created by virtual kubelet as nodes from non-autoscaled node groups
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                                        a filter that mirrors requests. Requests are sent
                                        to the specified destination, but responses from
                                        that destination are ignored. \n This filter can
                                        be used multiple times within the same rule. Note
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  8. pkg/apis/core/types.go

    	// Setting this to "VIP" indicates that traffic is delivered to the node with
    	// the destination set to the load-balancer's IP and port.
    	// Setting this to "Proxy" indicates that traffic is delivered to the node or pod with
    	// the destination set to the node's IP and node port or the pod's IP and port.
    	// Service implementations may use this information to adjust traffic routing.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/types.go

    	// Setting this to "VIP" indicates that traffic is delivered to the node with
    	// the destination set to the load-balancer's IP and port.
    	// Setting this to "Proxy" indicates that traffic is delivered to the node or pod with
    	// the destination set to the node's IP and node port or the pod's IP and port.
    	// Service implementations may use this information to adjust traffic routing.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.25.md

    - Added the latest GCE pinhole firewall feature, which introduces `destination-ranges` in the ingress `firewall-rules`. It restricts access to the backend IPs by allowing traffic through `ILB` or `NetLB` only. This change does **NOT** change the existing `ILB` or `NetLB` behavior. ([#109510](https://github.com/kubernetes/...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
Back to top