Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for healthPolicy (0.11 sec)

  1. istioctl/pkg/writer/ztunnel/configdump/api.go

    type GatewayAddress struct {
    	Destination string `json:"destination"`
    }
    
    type LoadBalancer struct {
    	Mode               string   `json:"mode"`
    	RoutingPreferences []string `json:"routingPreferences"`
    	HealthPolicy       string   `json:"healthPolicy"`
    }
    
    type ZtunnelEndpoint struct {
    	WorkloadUID string            `json:"workloadUid"`
    	Service     string            `json:"service"`
    	Address     string            `json:"address,omitempty"`
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Tue Jul 30 17:26:39 UTC 2024
    - 6.1K bytes
    - Viewed (0)
Back to top