Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = NewHTTPClient(nil)
Default cloudbreak HTTP client.
Functions ¶
This section is empty.
Types ¶
type Cloudbreak ¶
type Cloudbreak struct {
Accountpreferences *accountpreferences.Client
Blueprints *blueprints.Client
Cluster *cluster.Client
Constraints *constraints.Client
Credentials *credentials.Client
Events *events.Client
Ldap *ldap.Client
Networks *networks.Client
Rdsconfigs *rdsconfigs.Client
Recipes *recipes.Client
Securitygroups *securitygroups.Client
Sssd *sssd.Client
Stacks *stacks.Client
Templates *templates.Client
Topologies *topologies.Client
Usages *usages.Client
Users *users.Client
Util *util.Client
Transport client.Transport
}
Cloudbreak is a client for cloudbreak
func New ¶
func New(transport client.Transport, formats strfmt.Registry) *Cloudbreak
New creates a new cloudbreak client
func NewHTTPClient ¶
func NewHTTPClient(formats strfmt.Registry) *Cloudbreak
NewHTTPClient creates a new cloudbreak HTTP client.
func (*Cloudbreak) SetTransport ¶
func (c *Cloudbreak) SetTransport(transport client.Transport)
SetTransport changes the transport on the client and all its subresources
Click to show internal directories.
Click to hide internal directories.