server

package
v0.27.0 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2024 License: Apache-2.0 Imports: 26 Imported by: 1

Documentation

Index

Constants

View Source
const DefaultWakeupInterval = 12 * time.Hour

Variables

This section is empty.

Functions

func NewCommandStartPackageServer

func NewCommandStartPackageServer(ctx context.Context, defaults *PackageServerOptions) *cobra.Command

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

Types

type Operator added in v0.26.0

type Operator struct {
	queueinformer.Operator
	// contains filtered or unexported fields
}

type PackageServerOptions

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

	GlobalNamespace     string
	DefaultSyncInterval time.Duration
	CurrentSyncInterval 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) Config

Config returns config for the PackageServerOptions.

func (*PackageServerOptions) Run

Run starts a new packageserver for the PackageServerOptions.

Jump to

Keyboard shortcuts

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