1.5.8-gostech

1.5.8-k8s-extnet-branch v1.5.8-k8s-extnet
Nikita Sorokin 2 years ago
parent 4d9b8fc9d8
commit c0608d08b9

@ -106,6 +106,10 @@ type CreateRequest struct {
// Text description of this Kubernetes cluster
// Required: false
Description string `url:"desc,omitempty" json:"desc,omitempty"`
//Use only selected ExtNet for infrastructure connections
// Required: false
ExtNetOnly bool `url:"extnetOnly,omitempty" json:"extnetOnly,omitempty"`
}
// Create creates a new Kubernetes cluster in the specified Resource Group

Loading…
Cancel
Save