package
0.0.2
Repository: https://github.com/kubernot/wrangler.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterIngressGeneratingHandler configures a IngressController to execute a IngressGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterIngressStatusHandler configures a IngressController to execute a IngressStatusHandler for every events observed.

# Interfaces

IngressCache interface for retrieving Ingress resources in memory.
IngressClient interface for managing Ingress resources in Kubernetes.
IngressController interface for managing Ingress resources.
No description provided by the author
NetworkPolicyCache interface for retrieving NetworkPolicy resources in memory.
NetworkPolicyClient interface for managing NetworkPolicy resources in Kubernetes.
NetworkPolicyController interface for managing NetworkPolicy resources.

# Type aliases

IngressGeneratingHandler is the top-level handler that is executed for every Ingress event.
IngressStatusHandler is executed for every added or modified Ingress.