expose

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2021 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = &cli.Command{
	Name:  "expose",
	Usage: "expose local servers",

	Category: app.CategoryDevelopment,

	HideHelpCommand: true,

	Subcommands: []*cli.Command{
		tcpCommand,
		httpCommand,
	},
}

Functions

This section is empty.

Types

type TunnelOptions

type TunnelOptions struct {
	ServiceType  corev1.ServiceType
	ServiceHost  string
	ServicePorts map[int]int

	IngressHost    string
	IngressMapping map[string]int
}

Jump to

Keyboard shortcuts

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