Merge pull request #32717 from fcrisciani/data_path
Data path traffic separation option in swarm mode Upstream-commit: 0307fe1a0bcdc02583a24add41eb783c117bad8c Component: engine
This commit is contained in:
@@ -132,6 +132,7 @@ type ExternalCA struct {
|
||||
type InitRequest struct {
|
||||
ListenAddr string
|
||||
AdvertiseAddr string
|
||||
DataPathAddr string
|
||||
ForceNewCluster bool
|
||||
Spec Spec
|
||||
AutoLockManagers bool
|
||||
@@ -142,6 +143,7 @@ type InitRequest struct {
|
||||
type JoinRequest struct {
|
||||
ListenAddr string
|
||||
AdvertiseAddr string
|
||||
DataPathAddr string
|
||||
RemoteAddrs []string
|
||||
JoinToken string // accept by secret
|
||||
Availability NodeAvailability
|
||||
|
||||
Reference in New Issue
Block a user