Versions in this module Expand all Collapse all v0 v0.5.3 Jun 7, 2018 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) CreateCluster(params *CreateClusterParams) (*CreateClusterCreated, error) + func (a *Client) DeleteSingleCluster(params *DeleteSingleClusterParams) (*DeleteSingleClusterNoContent, error) + func (a *Client) FindClusters(params *FindClustersParams) (*FindClustersOK, error) + func (a *Client) FindSingleCluster(params *FindSingleClusterParams) (*FindSingleClusterOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateSingleCluster(params *UpdateSingleClusterParams) (*UpdateSingleClusterAccepted, error) + type ClustersItems0 struct + Href *string + MasterURL *string + MasterWebURL *string + Name *string + Status *string + WorkerCount *int64 + func (o *ClustersItems0) Validate(formats strfmt.Registry) error + type CreateClusterCreated struct + Location string + Payload *models.SingleCluster + func NewCreateClusterCreated() *CreateClusterCreated + func (o *CreateClusterCreated) Error() string + type CreateClusterDefault struct + Payload *models.ErrorResponse + func NewCreateClusterDefault(code int) *CreateClusterDefault + func (o *CreateClusterDefault) Code() int + func (o *CreateClusterDefault) Error() string + type CreateClusterParams struct + Cluster *models.NewCluster + func NewCreateClusterParams() *CreateClusterParams + func NewCreateClusterParamsWithTimeout(timeout time.Duration) *CreateClusterParams + func (o *CreateClusterParams) WithCluster(cluster *models.NewCluster) *CreateClusterParams + func (o *CreateClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateClusterReader struct + func (o *CreateClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteSingleClusterDefault struct + Payload *models.ErrorResponse + func NewDeleteSingleClusterDefault(code int) *DeleteSingleClusterDefault + func (o *DeleteSingleClusterDefault) Code() int + func (o *DeleteSingleClusterDefault) Error() string + type DeleteSingleClusterNoContent struct + func NewDeleteSingleClusterNoContent() *DeleteSingleClusterNoContent + func (o *DeleteSingleClusterNoContent) Error() string + type DeleteSingleClusterParams struct + Name string + func NewDeleteSingleClusterParams() *DeleteSingleClusterParams + func NewDeleteSingleClusterParamsWithTimeout(timeout time.Duration) *DeleteSingleClusterParams + func (o *DeleteSingleClusterParams) WithName(name string) *DeleteSingleClusterParams + func (o *DeleteSingleClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteSingleClusterReader struct + func (o *DeleteSingleClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type FindClustersDefault struct + Payload *models.ErrorResponse + func NewFindClustersDefault(code int) *FindClustersDefault + func (o *FindClustersDefault) Code() int + func (o *FindClustersDefault) Error() string + type FindClustersOK struct + Payload FindClustersOKBodyBody + func NewFindClustersOK() *FindClustersOK + func (o *FindClustersOK) Error() string + type FindClustersOKBodyBody struct + Clusters []*ClustersItems0 + func (o *FindClustersOKBodyBody) Validate(formats strfmt.Registry) error + type FindClustersParams struct + func NewFindClustersParams() *FindClustersParams + func NewFindClustersParamsWithTimeout(timeout time.Duration) *FindClustersParams + func (o *FindClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type FindClustersReader struct + func (o *FindClustersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type FindSingleClusterDefault struct + Payload *models.ErrorResponse + func NewFindSingleClusterDefault(code int) *FindSingleClusterDefault + func (o *FindSingleClusterDefault) Code() int + func (o *FindSingleClusterDefault) Error() string + type FindSingleClusterOK struct + Payload *models.SingleCluster + func NewFindSingleClusterOK() *FindSingleClusterOK + func (o *FindSingleClusterOK) Error() string + type FindSingleClusterParams struct + Name string + func NewFindSingleClusterParams() *FindSingleClusterParams + func NewFindSingleClusterParamsWithTimeout(timeout time.Duration) *FindSingleClusterParams + func (o *FindSingleClusterParams) WithName(name string) *FindSingleClusterParams + func (o *FindSingleClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type FindSingleClusterReader struct + func (o *FindSingleClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateSingleClusterAccepted struct + Payload *models.SingleCluster + func NewUpdateSingleClusterAccepted() *UpdateSingleClusterAccepted + func (o *UpdateSingleClusterAccepted) Error() string + type UpdateSingleClusterDefault struct + Payload *models.ErrorResponse + func NewUpdateSingleClusterDefault(code int) *UpdateSingleClusterDefault + func (o *UpdateSingleClusterDefault) Code() int + func (o *UpdateSingleClusterDefault) Error() string + type UpdateSingleClusterParams struct + Cluster *models.NewCluster + Name string + func NewUpdateSingleClusterParams() *UpdateSingleClusterParams + func NewUpdateSingleClusterParamsWithTimeout(timeout time.Duration) *UpdateSingleClusterParams + func (o *UpdateSingleClusterParams) WithCluster(cluster *models.NewCluster) *UpdateSingleClusterParams + func (o *UpdateSingleClusterParams) WithName(name string) *UpdateSingleClusterParams + func (o *UpdateSingleClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateSingleClusterReader struct + func (o *UpdateSingleClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)