Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGatewayConfiguration ¶
func NewGatewayConfiguration() (*gatewayconfig.GatewayConfiguration, error)
NewGatewayConfiguration will create a new GatewayConfiguration with default values
Types ¶
type Options ¶
type Options struct { Log *log.Options SecureServing *apiserveroptions.SecureServingOptions InsecureServing *apiserveroptions.InsecureServingOptions Generic *apiserveroptions.GenericOptions OIDC *apiserveroptions.OIDCWithSecretOptions // The Gateway will load its initial configuration from this file. // The path may be absolute or relative; relative paths are under the Gateway's current working directory. GatewayConfig string HeaderRequest bool }
Options is the main context object for the TKE gateway server.
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.