Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct {
v1.IngressBackend
}
type Rule ¶
type Rule struct { Namespace types.Value Name types.Value Host types.Value Path types.Value Backend types.Value }
func ParseRules ¶
type Searcher ¶
type Searcher struct {
// contains filtered or unexported fields
}
func NewSearcher ¶
func NewSearcher(client kubernetes.Interface) *Searcher
func (*Searcher) ListIngresses ¶
func (s *Searcher) ListIngresses(ctx context.Context, namespace string, opts metav1.ListOptions) (*v1.IngressList, error)
Click to show internal directories.
Click to hide internal directories.