diff --git a/annotation/annotations.gen.go b/annotation/annotations.gen.go index 73d3258297..d37af603de 100644 --- a/annotation/annotations.gen.go +++ b/annotation/annotations.gen.go @@ -784,6 +784,21 @@ Accepted values: }, } + TrafficIngressPublicAddress = Instance { + Name: "traffic.istio.io/ingress-public-address", + Description: "Specifies the public address that can connect to this "+ + "service, enabling you to define an address different from "+ + "the one provisioned by the load balancer. This is "+ + "particularly useful when traffic is DNATed before "+ + "reaching a private load balancer.", + FeatureStatus: Stable, + Hidden: false, + Deprecated: false, + Resources: []ResourceTypes{ + Service, + }, + } + TrafficNodeSelector = Instance { Name: "traffic.istio.io/nodeSelector", Description: "This annotation is a set of node-labels "+ @@ -962,6 +977,7 @@ func AllResourceAnnotations() []*Instance { &SidecarUserVolumeMount, &SidecarStatusPort, &TopologyControlPlaneClusters, + &TrafficIngressPublicAddress, &TrafficNodeSelector, &SidecarTrafficExcludeInboundPorts, &SidecarTrafficExcludeInterfaces, diff --git a/annotation/annotations.pb.html b/annotation/annotations.pb.html index 9796c23ead..573049112a 100644 --- a/annotation/annotations.pb.html +++ b/annotation/annotations.pb.html @@ -904,6 +904,28 @@
Name | +traffic.istio.io/ingress-public-address |
+
---|---|
Feature Status | +Stable | +
Resource Types | +[Service] | +
Description | +Specifies the public address that can connect to this service, enabling you to define an address different from the one provisioned by the load balancer. This is particularly useful when traffic is DNATed before reaching a private load balancer. + |
+