Documentation ¶
Index ¶
Constants ¶
This section is empty.
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 PackageServerOptions ¶
type PackageServerOptions struct { SecureServing *genericoptions.SecureServingOptionsWithLoopback Authentication *genericoptions.DelegatingAuthenticationOptions Authorization *genericoptions.DelegatingAuthorizationOptions Features *genericoptions.FeatureOptions GlobalNamespace string WakeupInterval time.Duration Kubeconfig string RegistryAddr string // Only to be used to for testing DisableAuthForTesting bool // Enable debug log level Debug bool StdOut io.Writer StdErr io.Writer }
func NewPackageServerOptions ¶
func NewPackageServerOptions(out, errOut io.Writer) *PackageServerOptions
Click to show internal directories.
Click to hide internal directories.