diff --git a/pkg/cloudapi/k8s/create.go b/pkg/cloudapi/k8s/create.go index d00edcf..397cfec 100644 --- a/pkg/cloudapi/k8s/create.go +++ b/pkg/cloudapi/k8s/create.go @@ -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