Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TargetsAnnotation is the annotation used to specify the target IPs or names explicitly TargetsAnnotation = dns.ANNOTATION_GROUP + "/targets" // IngressTargetSourceAnnotation is the annotation used to determine if the gateway is implemented by an Ingress object // instead of a standard LoadBalancer service type IngressTargetSourceAnnotation = dns.ANNOTATION_GROUP + "/ingress" )
Variables ¶
View Source
var ( GroupKindGateway = resources.NewGroupKind("networking.istio.io", "Gateway") GroupKindVirtualService = resources.NewGroupKind("networking.istio.io", "VirtualService") )
Functions ¶
func NewGatewaySource ¶
func NewGatewaySource(c controller.Interface) (source.DNSSource, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.