server

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: May 31, 2020 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IdentityServerOptions

type IdentityServerOptions struct {
	RecommendedOptions *genericoptions.RecommendedOptions

	StdOut io.Writer
	StdErr io.Writer
}

IdentityServerOptions contains state for master/api server

func NewIdentityServerOptions

func NewIdentityServerOptions(out, errOut io.Writer) *IdentityServerOptions

NewIdentityServerOptions returns a new IdentityServerOptions

func (*IdentityServerOptions) Complete

func (o *IdentityServerOptions) Complete() error

Complete fills in fields required to have valid data

func (*IdentityServerOptions) Config

func (o *IdentityServerOptions) Config() (*apiserver.Config, error)

Config returns config for the api server given IdentityServerOptions

func (IdentityServerOptions) RunIdentityServer

func (o IdentityServerOptions) RunIdentityServer(stopCh <-chan struct{}) error

RunIdentityServer starts a new IdentityServer given IdentityServerOptions

func (IdentityServerOptions) Validate

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

Validate validates IdentityServerOptions

Jump to

Keyboard shortcuts

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