v1.0.2
This commit is contained in:
47
CHANGELOG.md
47
CHANGELOG.md
@@ -1,45 +1,6 @@
|
|||||||
## Version 1.0.0
|
## Version 1.0.2
|
||||||
|
|
||||||
### Features
|
### Bug fixes
|
||||||
|
|
||||||
- Add a configurable http-client for interacting with the DECORT cloud platform:
|
- Update tags for Kubernetes create
|
||||||
- Custom connection retries
|
- Add License file
|
||||||
- Custom auth method - app_id, app_secret pair and jwt-token
|
|
||||||
- Custom parameters for a ssl verify
|
|
||||||
- Custom SSO URL for auth
|
|
||||||
- Custom Decort URL for interacting with DECORT
|
|
||||||
- Add support for a cloudapi api groups:
|
|
||||||
- account
|
|
||||||
- bservice
|
|
||||||
- compute
|
|
||||||
- computeci
|
|
||||||
- disks
|
|
||||||
- extnet
|
|
||||||
- flipgroup
|
|
||||||
- image
|
|
||||||
- k8ci
|
|
||||||
- k8s
|
|
||||||
- kvmppc
|
|
||||||
- kvmx86
|
|
||||||
- lb
|
|
||||||
- locations
|
|
||||||
- rg
|
|
||||||
- sizes
|
|
||||||
- tasks
|
|
||||||
- vins
|
|
||||||
- Add support for a cloudbroker api groups:
|
|
||||||
- account
|
|
||||||
- compute
|
|
||||||
- disks
|
|
||||||
- extnet
|
|
||||||
- grid
|
|
||||||
- image
|
|
||||||
- k8ci
|
|
||||||
- k8s
|
|
||||||
- kvmppc
|
|
||||||
- kvmx86
|
|
||||||
- lb
|
|
||||||
- rg
|
|
||||||
- sep
|
|
||||||
- tasks
|
|
||||||
- vins
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ type CreateRequest struct {
|
|||||||
|
|
||||||
// Master node CPU count
|
// Master node CPU count
|
||||||
// Required: false
|
// Required: false
|
||||||
MasterCPU uint `url:"masterCPU,omitempty"`
|
MasterCPU uint `url:"masterCpu,omitempty"`
|
||||||
|
|
||||||
// Master node RAM volume in MB
|
// Master node RAM volume in MB
|
||||||
// Required: false
|
// Required: false
|
||||||
@@ -62,7 +62,7 @@ type CreateRequest struct {
|
|||||||
|
|
||||||
// Worker node CPU count
|
// Worker node CPU count
|
||||||
// Required: false
|
// Required: false
|
||||||
WorkerCPU uint `url:"workerCPU,omitempty"`
|
WorkerCPU uint `url:"workerCpu,omitempty"`
|
||||||
|
|
||||||
// Worker node RAM volume in MB
|
// Worker node RAM volume in MB
|
||||||
// Required: false
|
// Required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user