-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SLB Proto Update #267
base: main
Are you sure you want to change the base?
SLB Proto Update #267
Conversation
repeated LoadbalancerOutboundNatRule outboundNatRules = 6; //read-only | ||
repeated LoadBalancingRule loadbalancingrules = 7; //read-only | ||
|
||
LoadBalancerVipConfigurationState configurationState = 8; // Do we need to surface this? how is it different from Probes? |
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.
message FrontEndIpConfiguration { | ||
string privateIPAddress = 1; // required if using subnet | ||
IPAllocationMethod allocationMethod = 2; // required | ||
string subnetRef = 3; // required if using privateIPAddress. Pass just the name or fully qualified ref? |
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.
@@ -47,6 +76,11 @@ message LoadBalancer { | |||
Tags tags = 11; | |||
uint32 replicationCount = 12; | |||
repeated LoadbalancerInboundNatRule inboundNatRules = 13; | |||
repeated LoadbalancerInboundNatRule outboundNatRules = 14; |
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.
google.protobuf.BoolValue Result = 2; | ||
string Error = 3; | ||
} | ||
|
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.
This file was WIP, so please ignore the formatting here. Below are the public IP properties listed from moc-sdk-for-go.
uint32 backendPort = 3; | ||
Protocol protocol = 4; | ||
} | ||
|
||
message LoadBalancingRule { |
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.
uint32 numberOfProbes = 2; | ||
Protocol protocol = 3; | ||
uint32 port = 4; | ||
repeated LoadBalancingRule loadbalancingrules = 5; //read-only |
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.
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 these?
The proto changes? or any anything in specific? |
63551b9
to
fd76a45
Compare
fd76a45
to
5528b3f
Compare
No description provided.