Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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.