-
Notifications
You must be signed in to change notification settings - Fork 23
Service load balancer contivmodel changes #19
Conversation
service load balance service load balancer
|
||
IpAddress string `json:"ipAddress,omitempty"` // Service ip | ||
Labels []string `json:"labels,omitempty"` | ||
Network string `json:"network,omitempty"` // Service subnet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need a service subnet?
LGTM |
ping @shaleman |
"title":"Service ip", | ||
"length": 15 | ||
}, | ||
"labels": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
selector is probably better than labels
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shaleman cool will change it
"network": { | ||
"type": "string", | ||
"title": "Service subnet", | ||
"length": 15 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor: This attribute title should be "Service network name" and length should be 64.
LGTM other than the minor comments.. |
No description provided.