Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OperatorConfig ¶
type OperatorConfig struct {
KCPEnabled bool
KCPAPIExportEndpointSliceName string
SubroutinesContentConfigurationEnabled bool
}
func NewOperatorConfig ¶ added in v0.6.2
func NewOperatorConfig() *OperatorConfig
func (*OperatorConfig) AddFlags ¶ added in v0.6.2
func (c *OperatorConfig) AddFlags(fs *pflag.FlagSet)
type ServerConfig ¶
type ServerConfig struct {
ServerPort string
}
func NewServerConfig ¶ added in v0.6.2
func NewServerConfig() *ServerConfig
func (*ServerConfig) AddFlags ¶ added in v0.6.2
func (c *ServerConfig) AddFlags(fs *pflag.FlagSet)
Click to show internal directories.
Click to hide internal directories.