Documentation
¶
Index ¶
- func NewCreateRouteCommand(p *config.KfParams, c routeclaims.Client) *cobra.Command
- func NewDeleteRouteCommand(p *config.KfParams, c routeclaims.Client, a apps.Client) *cobra.Command
- func NewMapRouteCommand(p *config.KfParams, appsClient apps.Client) *cobra.Command
- func NewProxyRouteCommand(p *config.KfParams, ingressLister istio.IngressLister) *cobra.Command
- func NewRoutesCommand(p *config.KfParams, r routes.Client, c routeclaims.Client, a apps.Client) *cobra.Command
- func NewUnmapRouteCommand(p *config.KfParams, appsClient apps.Client) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateRouteCommand ¶
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 ¶
NewMapRouteCommand creates a MapRoute command.
func NewProxyRouteCommand ¶ added in v0.2.0
NewProxyRouteCommand creates a command capable of proxying a remote server locally.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.