This commit is contained in:
2023-06-19 15:06:31 +03:00
parent c9e4ae6afe
commit 8e89133986
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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