1.5.8-k8s-extnet-branch v1.4.5
Tim Tkachev 2 years ago
parent c9e4ae6afe
commit c06a3198f6

@ -1,4 +1,4 @@
## Version 1.4.4
## Version 1.4.5
### Features
- Added "Timeout" param to Config/LegacyConfig that allows configuring HTTP client timeout
### Bugfix
- Removed omitempty tag from field WithLB in cloudapi/k8s/create request

@ -101,7 +101,7 @@ type CreateRequest struct {
// Create Kubernetes cluster with masters nodes behind load balancer if true.
// Otherwise give all cluster nodes direct external addresses from selected ExtNet
// Required: false
WithLB bool `url:"withLB,omitempty" json:"withLB,omitempty"`
WithLB bool `url:"withLB" json:"withLB"`
// Text description of this Kubernetes cluster
// Required: false

Loading…
Cancel
Save