ingress

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2021 License: MIT Imports: 7 Imported by: 0

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
}

func (Backend) String

func (b Backend) String() string

func (Backend) ToValue

func (b Backend) ToValue() types.Value

type Rule

type Rule struct {
	Namespace types.Value
	Name      types.Value
	Host      types.Value
	Path      types.Value
	Backend   types.Value
}

func ParseRules

func ParseRules(ingress v1.Ingress) []Rule

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL