ingress

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2020 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StatusReady  = "Ready"
	StatusSynced = "Synced"
)
View Source
const TypeNginx = "nginx"

Variables

This section is empty.

Functions

This section is empty.

Types

type Nginx

type Nginx struct {
	Client client.Client
}

func (*Nginx) CheckStatus added in v0.0.9

func (n *Nginx) CheckStatus(routeTrait *standardv1alpha1.Route) (string, []runtimev1alpha1.Condition)

func (*Nginx) Construct

func (*Nginx) Construct(routeTrait *standardv1alpha1.Route) []*v1beta1.Ingress

type RouteIngress

type RouteIngress interface {
	Construct(routeTrait *standardv1alpha1.Route) []*v1beta1.Ingress
	CheckStatus(routeTrait *standardv1alpha1.Route) (string, []runtimev1alpha1.Condition)
}

func GetRouteIngress

func GetRouteIngress(provider string, client client.Client) (RouteIngress, error)

Jump to

Keyboard shortcuts

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