Documentation ¶
Index ¶
- func DestinationRuleWithLocalityPreference(destinationRule *istionetworkingv1beta1.DestinationRule, ...) func() error
- func DestinationRuleWithLocalityPreferenceAndTLS(destinationRule *istionetworkingv1beta1.DestinationRule, ...) func() error
- func GatewayWithTLSPassthrough(gateway *istionetworkingv1beta1.Gateway, labels map[string]string, ...) func() error
- func GatewayWithTLSTermination(gateway *istionetworkingv1beta1.Gateway, labels map[string]string, ...) func() error
- func VirtualServiceWithSNIMatch(virtualService *istionetworkingv1beta1.VirtualService, ...) func() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DestinationRuleWithLocalityPreference ¶
func DestinationRuleWithLocalityPreference(destinationRule *istionetworkingv1beta1.DestinationRule, labels map[string]string, destinationHost string) func() error
DestinationRuleWithLocalityPreference returns a function setting the given attributes to a destination rule object.
func DestinationRuleWithLocalityPreferenceAndTLS ¶ added in v1.91.0
func DestinationRuleWithLocalityPreferenceAndTLS(destinationRule *istionetworkingv1beta1.DestinationRule, labels map[string]string, destinationHost string, tlsMode istioapinetworkingv1beta1.ClientTLSSettings_TLSmode) func() error
DestinationRuleWithLocalityPreferenceAndTLS returns a function setting the given attributes to a destination rule object.
func GatewayWithTLSPassthrough ¶
func GatewayWithTLSPassthrough(gateway *istionetworkingv1beta1.Gateway, labels map[string]string, istioLabels map[string]string, hosts []string, port uint32) func() error
GatewayWithTLSPassthrough returns a function setting the given attributes to a gateway object.
func GatewayWithTLSTermination ¶ added in v1.91.0
func GatewayWithTLSTermination(gateway *istionetworkingv1beta1.Gateway, labels map[string]string, istioLabels map[string]string, hosts []string, port uint32, tlsSecret string) func() error
GatewayWithTLSTermination returns a function setting the given attributes to a gateway object.
func VirtualServiceWithSNIMatch ¶
func VirtualServiceWithSNIMatch(virtualService *istionetworkingv1beta1.VirtualService, labels map[string]string, hosts []string, gatewayName string, port uint32, destinationHost string) func() error
VirtualServiceWithSNIMatch returns a function setting the given attributes to a virtual service object.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.