feat(chart): release 1.2.6 with lb source ranges
This commit is contained in:
@@ -9,9 +9,10 @@ type LoadBalancer struct {
|
||||
}
|
||||
|
||||
type AllocateRequest struct {
|
||||
Namespace string `json:"namespace"`
|
||||
Name string `json:"name"`
|
||||
Ports []AllocatePortRule `json:"ports,omitempty"`
|
||||
Namespace string `json:"namespace"`
|
||||
Name string `json:"name"`
|
||||
Ports []AllocatePortRule `json:"ports,omitempty"`
|
||||
LoadBalancerSourceRanges []string `json:"loadBalancerSourceRanges,omitempty"`
|
||||
}
|
||||
|
||||
type AllocatePortRule struct {
|
||||
|
||||
Reference in New Issue
Block a user