server

package
v1.6.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2017 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCommandStartDiscoveryServer

func NewCommandStartDiscoveryServer(out, err io.Writer) *cobra.Command

NewCommandStartMaster provides a CLI handler for 'start master' command

Types

type DiscoveryServerOptions

type DiscoveryServerOptions struct {
	Etcd           *genericoptions.EtcdOptions
	SecureServing  *genericoptions.SecureServingOptions
	Authentication *genericoptions.DelegatingAuthenticationOptions
	Authorization  *genericoptions.DelegatingAuthorizationOptions

	// ProxyClientCert/Key are the client cert used to identify this proxy. Backing APIServices use
	// this to confirm the proxy's identity
	ProxyClientCertFile string
	ProxyClientKeyFile  string

	StdOut io.Writer
	StdErr io.Writer
}

func (*DiscoveryServerOptions) Complete

func (o *DiscoveryServerOptions) Complete() error

func (DiscoveryServerOptions) RunDiscoveryServer

func (o DiscoveryServerOptions) RunDiscoveryServer() error

func (DiscoveryServerOptions) RunLegacyDiscoveryServer

func (o DiscoveryServerOptions) RunLegacyDiscoveryServer() error

RunLegacyDiscoveryServer runs the legacy mode of discovery

func (DiscoveryServerOptions) Validate

func (o DiscoveryServerOptions) Validate(args []string) error

Jump to

Keyboard shortcuts

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