options

package
v1.8.1 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 8 more Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FeatureOptions

type FeatureOptions struct {
	Repo RepoOptions
}

FeatureOptions contains configuration items related to application attributes.

func NewFeatureOptions

func NewFeatureOptions() *FeatureOptions

NewFeatureOptions creates a FeatureOptions object with default parameters.

func (*FeatureOptions) AddFlags

func (o *FeatureOptions) AddFlags(fs *pflag.FlagSet)

AddFlags adds flags for console to the specified FlagSet object.

func (*FeatureOptions) ApplyFlags

func (o *FeatureOptions) ApplyFlags() []error

ApplyFlags parsing parameters from the command line or configuration file to the options instance.

type Options

type Options struct {
	Log                  *log.Options
	Debug                *apiserveroptions.DebugOptions
	SecureServing        *apiserveroptions.SecureServingOptions
	Component            *controlleroptions.ComponentOptions
	ApplicationAPIClient *controlleroptions.APIServerClientOptions
	PlatformAPIClient    *controlleroptions.APIServerClientOptions

	FeatureOptions *FeatureOptions
}

Options is the main context object for the TKE controller manager.

func NewOptions

func NewOptions(serverName string, allControllers []string, disabledByDefaultControllers []string) *Options

NewOptions creates a new Options with a default config.

func (*Options) AddFlags

func (o *Options) AddFlags(fs *pflag.FlagSet)

AddFlags adds flags for a specific server to the specified FlagSet object.

func (*Options) ApplyFlags

func (o *Options) ApplyFlags() []error

ApplyFlags parsing parameters from the command line or configuration file to the options instance.

type RepoOptions

type RepoOptions struct {
	Scheme        string
	DomainSuffix  string
	CaFile        string
	Admin         string
	AdminPassword string
}

RepoOptions contains configuration items related to application attributes.

func (*RepoOptions) ApplyTo

func (o *RepoOptions) ApplyTo(cfg *appconfig.RepoConfiguration) error

ApplyTo fills up Debugging config with options.

Jump to

Keyboard shortcuts

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