cmd

package
v0.0.0-...-e093d7f Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Version string = "latest"

Functions

This section is empty.

Types

type ExporterConfig

type ExporterConfig struct {
	Cert             string
	Key              string
	CAs              []string
	ImporterHostPort string
	Proxies          []ProxySpec
}

type ImporterConfig

type ImporterConfig struct {
	Cert     string
	Key      string
	CAs      []string
	Listen   string
	Services []ProxySpec
}

type ProxySpec

type ProxySpec struct {
	KubeService  string
	KubePort     uint32
	UpstreamHost string
	UpstreamPort uint32
}

func ParseProxySpec

func ParseProxySpec(service string) (spec ProxySpec, err error)

func (*ProxySpec) String

func (p *ProxySpec) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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