ingress

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2024 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ingress

type Ingress struct {
	*cmd.Checker
	Namespace        string
	Clientset        *kubernetes.Clientset
	NoDnsCheck       bool
	NoHTTPCheck      bool
	IngressClassName string
	ResourceName     string
	ExternalHostname string
	// HTTPCheckEndpoint is the HTTP endpoint that is requested to check the service.
	// If not set, it defaults to http://<ExternalHostname>/
	// This is usually set to the LoadBalancer IP of the Ingress Controller Service,
	// in case the external hostname is not resolvable.
	HTTPCheckEndpoint string
}

func NewIngress

func NewIngress(checker *cmd.Checker, noDnsCheck bool) (*Ingress, error)

func (*Ingress) Check

func (i *Ingress) Check() error

Jump to

Keyboard shortcuts

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