Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cell = cell.Module( "kube-proxy-replacement", "Provides KPR config", cell.Config(defaultFlags), cell.Provide(NewKPRConfig), )
Functions ¶
This section is empty.
Types ¶
type KPRConfig ¶
type KPRConfig struct {
KubeProxyReplacement string
EnableNodePort bool
EnableExternalIPs bool
EnableHostPort bool
EnableSVCSourceRangeCheck bool
EnableSessionAffinity bool
EnableSocketLB bool
}
func NewKPRConfig ¶
Click to show internal directories.
Click to hide internal directories.