Documentation
¶
Overview ¶
Package options for parsing config
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BootstrapConfigs ¶
type BootstrapConfigs struct { BpfConfig *BpfConfig CniConfig *cniConfig ByPassConfig *byPassConfig SecretManagerConfig *secretConfig }
func NewBootstrapConfigs ¶
func NewBootstrapConfigs() *BootstrapConfigs
func (*BootstrapConfigs) AttachFlags ¶
func (c *BootstrapConfigs) AttachFlags(cmd *cobra.Command)
func (*BootstrapConfigs) ParseConfigs ¶
func (c *BootstrapConfigs) ParseConfigs() error
func (*BootstrapConfigs) String ¶
func (c *BootstrapConfigs) String() string
type BpfConfig ¶
type BpfConfig struct { Mode string BpfFsPath string Cgroup2Path string EnableMda bool EnableMonitoring bool EnableProfiling bool EnableIPsec bool }
func (*BpfConfig) AttachFlags ¶
func (*BpfConfig) DualEngineEnabled ¶ added in v1.0.0
func (*BpfConfig) KernelNativeEnabled ¶ added in v1.0.0
func (*BpfConfig) ParseConfig ¶
Click to show internal directories.
Click to hide internal directories.