Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EntryPoints (0.16 sec)

  1. pkg/apis/core/types.go

    	// local endpoints).
    	ServiceInternalTrafficPolicyLocal ServiceInternalTrafficPolicy = "Local"
    )
    
    // ServiceExternalTrafficPolicy describes the endpoint-selection policy for
    // traffic to external service entrypoints (NodePorts, ExternalIPs, and
    // LoadBalancer IPs).
    type ServiceExternalTrafficPolicy string
    
    const (
    	// ServiceExternalTrafficPolicyCluster routes traffic to all endpoints.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
Back to top