Versions in this module Expand all Collapse all v0 v0.1.1 Nov 7, 2021 v0.1.0 Nov 7, 2021 Changes in this version + type Backend struct + func (b Backend) String() string + func (b Backend) ToValue() types.Value + type Rule struct + Backend types.Value + Host types.Value + Name types.Value + Namespace types.Value + Path types.Value + func ParseRules(ingress v1.Ingress) []Rule + type Searcher struct + func NewSearcher(client kubernetes.Interface) *Searcher + func (s *Searcher) ListIngresses(ctx context.Context, namespace string, opts metav1.ListOptions) (*v1.IngressList, error)