some api changes
This commit is contained in:
parent
f305f96195
commit
70fd3f71e5
11 changed files with 118 additions and 76 deletions
|
|
@ -12,7 +12,11 @@ healthCheckNodePort
|
|||
|
||||
*/
|
||||
|
||||
const Version = "v1"
|
||||
const (
|
||||
Version = "v1"
|
||||
LBName = "lb"
|
||||
LBPath = "/" + Version + "/" + LBName
|
||||
)
|
||||
|
||||
type ProxyProtocol string
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue