Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DNSFromHTTPRoutePredicate ¶ added in v1.8.0
DNSFromHTTPRoutePredicate detects if an HTTPRoute object has the required annotations, has changed annotations or has changed hostnames.
func (DNSFromHTTPRoutePredicate) Create ¶ added in v1.8.0
func (DNSFromHTTPRoutePredicate) Create(e event.CreateEvent) bool
func (DNSFromHTTPRoutePredicate) Delete ¶ added in v1.8.0
func (DNSFromHTTPRoutePredicate) Delete(e event.DeleteEvent) bool
func (DNSFromHTTPRoutePredicate) Update ¶ added in v1.8.0
func (DNSFromHTTPRoutePredicate) Update(e event.UpdateEvent) bool
type DNSFromIngressPredicate ¶
DNSFromIngressPredicate detects if an Ingress object has the required annotations, has changed annoations or has changed hosts.
func (DNSFromIngressPredicate) Create ¶
func (DNSFromIngressPredicate) Create(e event.CreateEvent) bool
func (DNSFromIngressPredicate) Delete ¶
func (DNSFromIngressPredicate) Delete(e event.DeleteEvent) bool
func (DNSFromIngressPredicate) Update ¶
func (DNSFromIngressPredicate) Update(e event.UpdateEvent) bool
type IPAddressChangedPredicate ¶
IPAddressChangedPredicate detects if an Ingress object has a change in the IP address.
func (IPAddressChangedPredicate) Update ¶
func (IPAddressChangedPredicate) Update(e event.UpdateEvent) bool
Click to show internal directories.
Click to hide internal directories.