Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Log *log.Options ListenAddr *string NoUI *bool Config *string Force *bool SyncProjectsWithNamespaces *bool Replicas *int Upgrade *bool PrepareCustomK8sImages *bool PrepareCustomCharts *bool Kubeconfig *string RegistryUsername *string RegistryPassword *string RegistryDomain *string RegistryNamespace *string CustomUpgradeResourceDir *string CustomChartsName *string }
Options is the main context object for the TKE apiserver.
func NewOptions ¶
NewOptions creates a new Options with a default config.
func (*Options) AddFlags ¶
AddFlags adds flags for a specific server to the specified FlagSet object.
func (*Options) ApplyFlags ¶
ApplyFlags parsing parameters from the command line or configuration file to the options instance.
Click to show internal directories.
Click to hide internal directories.