Versions in this module Expand all Collapse all v0 v0.0.2 May 9, 2018 Changes in this version + type AddClusterBadRequest struct + Payload *models.APIResponse + func NewAddClusterBadRequest() *AddClusterBadRequest + func (o *AddClusterBadRequest) Error() string + type AddClusterCreated struct + Payload *models.APIResponse + func NewAddClusterCreated() *AddClusterCreated + func (o *AddClusterCreated) Error() string + type AddClusterInternalServerError struct + Payload *models.APIResponse + func NewAddClusterInternalServerError() *AddClusterInternalServerError + func (o *AddClusterInternalServerError) Error() string + type AddClusterParams struct + Body *models.IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster + Context context.Context + HTTPClient *http.Client + func NewAddClusterParams() *AddClusterParams + func NewAddClusterParamsWithContext(ctx context.Context) *AddClusterParams + func NewAddClusterParamsWithHTTPClient(client *http.Client) *AddClusterParams + func NewAddClusterParamsWithTimeout(timeout time.Duration) *AddClusterParams + func (o *AddClusterParams) SetBody(body *models.IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster) + func (o *AddClusterParams) SetContext(ctx context.Context) + func (o *AddClusterParams) SetHTTPClient(client *http.Client) + func (o *AddClusterParams) SetTimeout(timeout time.Duration) + func (o *AddClusterParams) WithBody(body *models.IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster) *AddClusterParams + func (o *AddClusterParams) WithContext(ctx context.Context) *AddClusterParams + func (o *AddClusterParams) WithHTTPClient(client *http.Client) *AddClusterParams + func (o *AddClusterParams) WithTimeout(timeout time.Duration) *AddClusterParams + func (o *AddClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type AddClusterReader struct + func (o *AddClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type AddClusterUnauthorized struct + Payload *models.APIResponse + func NewAddClusterUnauthorized() *AddClusterUnauthorized + func (o *AddClusterUnauthorized) Error() string + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) AddCluster(params *AddClusterParams) (*AddClusterCreated, error) + func (a *Client) DeleteCluster(params *DeleteClusterParams) (*DeleteClusterOK, error) + func (a *Client) GetClusterByID(params *GetClusterByIDParams) (*GetClusterByIDOK, error) + func (a *Client) GetClusters(params *GetClustersParams) (*GetClustersOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateCluster(params *UpdateClusterParams) (*UpdateClusterOK, error) + type DeleteClusterBadRequest struct + Payload *models.APIResponse + func NewDeleteClusterBadRequest() *DeleteClusterBadRequest + func (o *DeleteClusterBadRequest) Error() string + type DeleteClusterInternalServerError struct + Payload *models.APIResponse + func NewDeleteClusterInternalServerError() *DeleteClusterInternalServerError + func (o *DeleteClusterInternalServerError) Error() string + type DeleteClusterNotFound struct + Payload *models.APIResponse + func NewDeleteClusterNotFound() *DeleteClusterNotFound + func (o *DeleteClusterNotFound) Error() string + type DeleteClusterOK struct + func NewDeleteClusterOK() *DeleteClusterOK + func (o *DeleteClusterOK) Error() string + type DeleteClusterParams struct + ClusterID string + Context context.Context + HTTPClient *http.Client + func NewDeleteClusterParams() *DeleteClusterParams + func NewDeleteClusterParamsWithContext(ctx context.Context) *DeleteClusterParams + func NewDeleteClusterParamsWithHTTPClient(client *http.Client) *DeleteClusterParams + func NewDeleteClusterParamsWithTimeout(timeout time.Duration) *DeleteClusterParams + func (o *DeleteClusterParams) SetClusterID(clusterID string) + func (o *DeleteClusterParams) SetContext(ctx context.Context) + func (o *DeleteClusterParams) SetHTTPClient(client *http.Client) + func (o *DeleteClusterParams) SetTimeout(timeout time.Duration) + func (o *DeleteClusterParams) WithClusterID(clusterID string) *DeleteClusterParams + func (o *DeleteClusterParams) WithContext(ctx context.Context) *DeleteClusterParams + func (o *DeleteClusterParams) WithHTTPClient(client *http.Client) *DeleteClusterParams + func (o *DeleteClusterParams) WithTimeout(timeout time.Duration) *DeleteClusterParams + func (o *DeleteClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteClusterReader struct + func (o *DeleteClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteClusterUnauthorized struct + Payload *models.APIResponse + func NewDeleteClusterUnauthorized() *DeleteClusterUnauthorized + func (o *DeleteClusterUnauthorized) Error() string + type GetClusterByIDBadRequest struct + Payload *models.APIResponse + func NewGetClusterByIDBadRequest() *GetClusterByIDBadRequest + func (o *GetClusterByIDBadRequest) Error() string + type GetClusterByIDInternalServerError struct + Payload *models.APIResponse + func NewGetClusterByIDInternalServerError() *GetClusterByIDInternalServerError + func (o *GetClusterByIDInternalServerError) Error() string + type GetClusterByIDNotFound struct + Payload *models.APIResponse + func NewGetClusterByIDNotFound() *GetClusterByIDNotFound + func (o *GetClusterByIDNotFound) Error() string + type GetClusterByIDOK struct + Payload *models.IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster + func NewGetClusterByIDOK() *GetClusterByIDOK + func (o *GetClusterByIDOK) Error() string + type GetClusterByIDParams struct + ClusterID string + Context context.Context + HTTPClient *http.Client + func NewGetClusterByIDParams() *GetClusterByIDParams + func NewGetClusterByIDParamsWithContext(ctx context.Context) *GetClusterByIDParams + func NewGetClusterByIDParamsWithHTTPClient(client *http.Client) *GetClusterByIDParams + func NewGetClusterByIDParamsWithTimeout(timeout time.Duration) *GetClusterByIDParams + func (o *GetClusterByIDParams) SetClusterID(clusterID string) + func (o *GetClusterByIDParams) SetContext(ctx context.Context) + func (o *GetClusterByIDParams) SetHTTPClient(client *http.Client) + func (o *GetClusterByIDParams) SetTimeout(timeout time.Duration) + func (o *GetClusterByIDParams) WithClusterID(clusterID string) *GetClusterByIDParams + func (o *GetClusterByIDParams) WithContext(ctx context.Context) *GetClusterByIDParams + func (o *GetClusterByIDParams) WithHTTPClient(client *http.Client) *GetClusterByIDParams + func (o *GetClusterByIDParams) WithTimeout(timeout time.Duration) *GetClusterByIDParams + func (o *GetClusterByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetClusterByIDReader struct + func (o *GetClusterByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetClusterByIDUnauthorized struct + Payload *models.APIResponse + func NewGetClusterByIDUnauthorized() *GetClusterByIDUnauthorized + func (o *GetClusterByIDUnauthorized) Error() string + type GetClustersBadRequest struct + Payload *models.APIResponse + func NewGetClustersBadRequest() *GetClustersBadRequest + func (o *GetClustersBadRequest) Error() string + type GetClustersInternalServerError struct + Payload *models.APIResponse + func NewGetClustersInternalServerError() *GetClustersInternalServerError + func (o *GetClustersInternalServerError) Error() string + type GetClustersOK struct + Payload models.GetClustersOKBody + func NewGetClustersOK() *GetClustersOK + func (o *GetClustersOK) Error() string + type GetClustersParams struct + Context context.Context + HTTPClient *http.Client + func NewGetClustersParams() *GetClustersParams + func NewGetClustersParamsWithContext(ctx context.Context) *GetClustersParams + func NewGetClustersParamsWithHTTPClient(client *http.Client) *GetClustersParams + func NewGetClustersParamsWithTimeout(timeout time.Duration) *GetClustersParams + func (o *GetClustersParams) SetContext(ctx context.Context) + func (o *GetClustersParams) SetHTTPClient(client *http.Client) + func (o *GetClustersParams) SetTimeout(timeout time.Duration) + func (o *GetClustersParams) WithContext(ctx context.Context) *GetClustersParams + func (o *GetClustersParams) WithHTTPClient(client *http.Client) *GetClustersParams + func (o *GetClustersParams) WithTimeout(timeout time.Duration) *GetClustersParams + func (o *GetClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetClustersReader struct + func (o *GetClustersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetClustersUnauthorized struct + Payload *models.APIResponse + func NewGetClustersUnauthorized() *GetClustersUnauthorized + func (o *GetClustersUnauthorized) Error() string + type UpdateClusterBadRequest struct + Payload *models.APIResponse + func NewUpdateClusterBadRequest() *UpdateClusterBadRequest + func (o *UpdateClusterBadRequest) Error() string + type UpdateClusterInternalServerError struct + Payload *models.APIResponse + func NewUpdateClusterInternalServerError() *UpdateClusterInternalServerError + func (o *UpdateClusterInternalServerError) Error() string + type UpdateClusterNotFound struct + Payload *models.APIResponse + func NewUpdateClusterNotFound() *UpdateClusterNotFound + func (o *UpdateClusterNotFound) Error() string + type UpdateClusterOK struct + func NewUpdateClusterOK() *UpdateClusterOK + func (o *UpdateClusterOK) Error() string + type UpdateClusterParams struct + Body *models.IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster + ClusterID string + Context context.Context + HTTPClient *http.Client + func NewUpdateClusterParams() *UpdateClusterParams + func NewUpdateClusterParamsWithContext(ctx context.Context) *UpdateClusterParams + func NewUpdateClusterParamsWithHTTPClient(client *http.Client) *UpdateClusterParams + func NewUpdateClusterParamsWithTimeout(timeout time.Duration) *UpdateClusterParams + func (o *UpdateClusterParams) SetBody(body *models.IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster) + func (o *UpdateClusterParams) SetClusterID(clusterID string) + func (o *UpdateClusterParams) SetContext(ctx context.Context) + func (o *UpdateClusterParams) SetHTTPClient(client *http.Client) + func (o *UpdateClusterParams) SetTimeout(timeout time.Duration) + func (o *UpdateClusterParams) WithBody(body *models.IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster) *UpdateClusterParams + func (o *UpdateClusterParams) WithClusterID(clusterID string) *UpdateClusterParams + func (o *UpdateClusterParams) WithContext(ctx context.Context) *UpdateClusterParams + func (o *UpdateClusterParams) WithHTTPClient(client *http.Client) *UpdateClusterParams + func (o *UpdateClusterParams) WithTimeout(timeout time.Duration) *UpdateClusterParams + func (o *UpdateClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateClusterReader struct + func (o *UpdateClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateClusterUnauthorized struct + Payload *models.APIResponse + func NewUpdateClusterUnauthorized() *UpdateClusterUnauthorized + func (o *UpdateClusterUnauthorized) Error() string v0.0.1 Apr 28, 2018