Add NodeCIDR for detect-local-mode

This commit is contained in:
Satyadeep Musuvathy
2020-03-05 17:22:31 -08:00
parent 0bb125e731
commit e053fdd08a
4 changed files with 285 additions and 16 deletions

View File

@@ -196,6 +196,7 @@ type LocalMode string
// Currently supported modes for LocalMode
const (
LocalModeClusterCIDR LocalMode = "ClusterCIDR"
LocalModeNodeCIDR LocalMode = "NodeCIDR"
)
// IPVSSchedulerMethod is the algorithm for allocating TCP connections and