v16.0.0
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"net/http"
|
||||
"strings"
|
||||
|
||||
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v15/internal/validators"
|
||||
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v16/internal/validators"
|
||||
)
|
||||
|
||||
// CreateRequest struct to create kubernetes cluster
|
||||
@@ -157,7 +157,7 @@ type CreateRequest struct {
|
||||
|
||||
// Meta data for working group computes, format YAML "user_data": 1111
|
||||
// Required: false
|
||||
UserData string `url:"userData,omitempty" json:"userData,omitempty"`
|
||||
UserData interface{} `url:"userData,omitempty" json:"userData,omitempty"`
|
||||
|
||||
// Use only selected ExtNet for infrastructure connections
|
||||
// Required: false
|
||||
|
||||
Reference in New Issue
Block a user