server

package
v0.10.1-1 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2022 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCommandStartPackageServer

func NewCommandStartPackageServer(defaults *PackageServerOptions, stopCh <-chan struct{}) *cobra.Command

NewCommandStartPackageServer provides a CLI handler for 'start master' command with a default PackageServerOptions.

Types

type PackageServerOptions

type PackageServerOptions struct {
	// RecommendedOptions *genericoptions.RecommendedOptions
	SecureServing  *genericoptions.SecureServingOptionsWithLoopback
	Authentication *genericoptions.DelegatingAuthenticationOptions
	Authorization  *genericoptions.DelegatingAuthorizationOptions
	Features       *genericoptions.FeatureOptions

	GlobalNamespace   string
	WatchedNamespaces []string
	WakeupInterval    time.Duration

	Kubeconfig   string
	RegistryAddr string

	// Only to be used to for testing
	DisableAuthForTesting bool

	// Enable debug log level
	Debug bool

	SharedInformerFactory informers.SharedInformerFactory
	StdOut                io.Writer
	StdErr                io.Writer
}

func NewPackageServerOptions

func NewPackageServerOptions(out, errOut io.Writer) *PackageServerOptions

func (*PackageServerOptions) Complete

func (o *PackageServerOptions) Complete() error

func (*PackageServerOptions) Config

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

func (*PackageServerOptions) Run

func (o *PackageServerOptions) Run(stopCh <-chan struct{}) error

Jump to

Keyboard shortcuts

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