routes

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2019 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCreateRouteCommand

func NewCreateRouteCommand(
	p *config.KfParams,
	c routeclaims.Client,
) *cobra.Command

NewCreateRouteCommand creates a CreateRoute command.

func NewDeleteRouteCommand

func NewDeleteRouteCommand(
	p *config.KfParams,
	c routeclaims.Client,
	a apps.Client,
) *cobra.Command

NewDeleteRouteCommand creates a DeleteRoute command. To delete a route and not have the controller bring it back, delete is a multistep process. First, unmap the route from each app that has it. Next, delete the RouteClaim.

func NewMapRouteCommand

func NewMapRouteCommand(
	p *config.KfParams,
	appsClient apps.Client,
) *cobra.Command

NewMapRouteCommand creates a MapRoute command.

func NewProxyRouteCommand added in v0.2.0

func NewProxyRouteCommand(p *config.KfParams, ingressLister istio.IngressLister) *cobra.Command

NewProxyRouteCommand creates a command capable of proxying a remote server locally.

func NewRoutesCommand

func NewRoutesCommand(
	p *config.KfParams,
	r routes.Client,
	c routeclaims.Client,
	a apps.Client,
) *cobra.Command

NewRoutesCommand creates a Routes command.

func NewUnmapRouteCommand

func NewUnmapRouteCommand(
	p *config.KfParams,
	appsClient apps.Client,
) *cobra.Command

NewUnmapRouteCommand creates a MapRoute command.

Types

This section is empty.

Jump to

Keyboard shortcuts

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