Added initial AWS Marketplace support to operator console (#1347)
* Added initial AWS Marketplace support to operator console Signed-off-by: Benjamin Perez <benjamin@bexsoft.net> * Renamed interface * Removed resources request in tenant request. * Destructured map state in Tenant Size * Resource Validations Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com> * Removed ecparity set default option Co-authored-by: Benjamin Perez <benjamin@bexsoft.net> Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
@@ -37,6 +37,9 @@ import (
|
||||
// swagger:model operatorSessionResponse
|
||||
type OperatorSessionResponse struct {
|
||||
|
||||
// features
|
||||
Features []string `json:"features"`
|
||||
|
||||
// operator
|
||||
Operator bool `json:"operator,omitempty"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user