Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SquashErrors ¶
Types ¶
type Client ¶
type Client interface { GetAccount() (*composeapi.Account, []error) GetClusters() (*[]composeapi.Cluster, []error) GetClusterByName(string) (*composeapi.Cluster, []error) CreateDeployment(composeapi.DeploymentParams) (*composeapi.Deployment, []error) DeprovisionDeployment(string) (*composeapi.Recipe, []error) GetDeployment(string) (*composeapi.Deployment, []error) GetDeploymentByName(string) (*composeapi.Deployment, []error) GetDeployments() (*[]composeapi.Deployment, []error) GetRecipe(string) (*composeapi.Recipe, []error) SetScalings(composeapi.ScalingsParams) (*composeapi.Recipe, []error) }
Click to show internal directories.
Click to hide internal directories.