type KubeProxyLinuxConfiguration … type KubeProxyWindowsConfiguration … type KubeProxyIPTablesConfiguration … type KubeProxyIPVSConfiguration … type KubeProxyNFTablesConfiguration … type KubeProxyConntrackConfiguration … type KubeProxyWinkernelConfiguration … type DetectLocalConfiguration … type KubeProxyConfiguration … type ProxyMode … const ProxyModeIPTables … const ProxyModeIPVS … const ProxyModeNFTables … const ProxyModeKernelspace … func (m *ProxyMode) Set(s string) error { … } func (m *ProxyMode) String() string { … } func (m *ProxyMode) Type() string { … } type LocalMode … const LocalModeClusterCIDR … const LocalModeNodeCIDR … const LocalModeBridgeInterface … const LocalModeInterfaceNamePrefix … func (m *LocalMode) Set(s string) error { … } func (m *LocalMode) String() string { … } func (m *LocalMode) Type() string { … } const NodePortAddressesPrimary …