# Functions
GetIngressDetail returns detailed information about an ingress.
GetIngressList returns all ingresses in the given namespace.
GetIngressListFromChannels - return all ingresses in the given namespace.
# Structs
Ingress - a single ingress returned to the frontend.
IngressDetail API resource provides mechanisms to inject containers with configuration data while keeping containers agnostic of Kubernetes.
IngressList - response structure for a queried ingress list.
# Type aliases
No description provided by the author