Versions in this module Expand all Collapse all v0 v0.1.0 Aug 22, 2017 Changes in this version + type AddDebugConfigBadRequest struct + func NewAddDebugConfigBadRequest() *AddDebugConfigBadRequest + func (o *AddDebugConfigBadRequest) Error() string + type AddDebugConfigCreated struct + Payload *models.DebugConfig + func NewAddDebugConfigCreated() *AddDebugConfigCreated + func (o *AddDebugConfigCreated) Error() string + type AddDebugConfigNotFound struct + func NewAddDebugConfigNotFound() *AddDebugConfigNotFound + func (o *AddDebugConfigNotFound) Error() string + type AddDebugConfigParams struct + Body *models.DebugConfig + Context context.Context + HTTPClient *http.Client + func NewAddDebugConfigParams() *AddDebugConfigParams + func NewAddDebugConfigParamsWithContext(ctx context.Context) *AddDebugConfigParams + func NewAddDebugConfigParamsWithHTTPClient(client *http.Client) *AddDebugConfigParams + func NewAddDebugConfigParamsWithTimeout(timeout time.Duration) *AddDebugConfigParams + func (o *AddDebugConfigParams) SetBody(body *models.DebugConfig) + func (o *AddDebugConfigParams) SetContext(ctx context.Context) + func (o *AddDebugConfigParams) SetHTTPClient(client *http.Client) + func (o *AddDebugConfigParams) SetTimeout(timeout time.Duration) + func (o *AddDebugConfigParams) WithBody(body *models.DebugConfig) *AddDebugConfigParams + func (o *AddDebugConfigParams) WithContext(ctx context.Context) *AddDebugConfigParams + func (o *AddDebugConfigParams) WithHTTPClient(client *http.Client) *AddDebugConfigParams + func (o *AddDebugConfigParams) WithTimeout(timeout time.Duration) *AddDebugConfigParams + func (o *AddDebugConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type AddDebugConfigReader struct + func (o *AddDebugConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type AddDebugConfigServiceUnavailable struct + func NewAddDebugConfigServiceUnavailable() *AddDebugConfigServiceUnavailable + func (o *AddDebugConfigServiceUnavailable) Error() string + type AddDebugConfigUnprocessableEntity struct + func NewAddDebugConfigUnprocessableEntity() *AddDebugConfigUnprocessableEntity + func (o *AddDebugConfigUnprocessableEntity) Error() string + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) AddDebugConfig(params *AddDebugConfigParams) (*AddDebugConfigCreated, error) + func (a *Client) DeleteDebugConfig(params *DeleteDebugConfigParams) (*DeleteDebugConfigOK, error) + func (a *Client) GetDebugConfig(params *GetDebugConfigParams) (*GetDebugConfigOK, error) + func (a *Client) GetDebugConfigs(params *GetDebugConfigsParams) (*GetDebugConfigsOK, error) + func (a *Client) PopContainerToDebug(params *PopContainerToDebugParams) (*PopContainerToDebugOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateDebugConfig(params *UpdateDebugConfigParams) (*UpdateDebugConfigOK, error) + type DeleteDebugConfigBadRequest struct + func NewDeleteDebugConfigBadRequest() *DeleteDebugConfigBadRequest + func (o *DeleteDebugConfigBadRequest) Error() string + type DeleteDebugConfigNotFound struct + func NewDeleteDebugConfigNotFound() *DeleteDebugConfigNotFound + func (o *DeleteDebugConfigNotFound) Error() string + type DeleteDebugConfigOK struct + func NewDeleteDebugConfigOK() *DeleteDebugConfigOK + func (o *DeleteDebugConfigOK) Error() string + type DeleteDebugConfigParams struct + Context context.Context + DebugConfigID string + HTTPClient *http.Client + func NewDeleteDebugConfigParams() *DeleteDebugConfigParams + func NewDeleteDebugConfigParamsWithContext(ctx context.Context) *DeleteDebugConfigParams + func NewDeleteDebugConfigParamsWithHTTPClient(client *http.Client) *DeleteDebugConfigParams + func NewDeleteDebugConfigParamsWithTimeout(timeout time.Duration) *DeleteDebugConfigParams + func (o *DeleteDebugConfigParams) SetContext(ctx context.Context) + func (o *DeleteDebugConfigParams) SetDebugConfigID(debugConfigID string) + func (o *DeleteDebugConfigParams) SetHTTPClient(client *http.Client) + func (o *DeleteDebugConfigParams) SetTimeout(timeout time.Duration) + func (o *DeleteDebugConfigParams) WithContext(ctx context.Context) *DeleteDebugConfigParams + func (o *DeleteDebugConfigParams) WithDebugConfigID(debugConfigID string) *DeleteDebugConfigParams + func (o *DeleteDebugConfigParams) WithHTTPClient(client *http.Client) *DeleteDebugConfigParams + func (o *DeleteDebugConfigParams) WithTimeout(timeout time.Duration) *DeleteDebugConfigParams + func (o *DeleteDebugConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteDebugConfigReader struct + func (o *DeleteDebugConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteDebugConfigUnprocessableEntity struct + func NewDeleteDebugConfigUnprocessableEntity() *DeleteDebugConfigUnprocessableEntity + func (o *DeleteDebugConfigUnprocessableEntity) Error() string + type GetDebugConfigBadRequest struct + func NewGetDebugConfigBadRequest() *GetDebugConfigBadRequest + func (o *GetDebugConfigBadRequest) Error() string + type GetDebugConfigNotFound struct + func NewGetDebugConfigNotFound() *GetDebugConfigNotFound + func (o *GetDebugConfigNotFound) Error() string + type GetDebugConfigOK struct + Payload *models.DebugConfig + func NewGetDebugConfigOK() *GetDebugConfigOK + func (o *GetDebugConfigOK) Error() string + type GetDebugConfigParams struct + Context context.Context + DebugConfigID string + HTTPClient *http.Client + func NewGetDebugConfigParams() *GetDebugConfigParams + func NewGetDebugConfigParamsWithContext(ctx context.Context) *GetDebugConfigParams + func NewGetDebugConfigParamsWithHTTPClient(client *http.Client) *GetDebugConfigParams + func NewGetDebugConfigParamsWithTimeout(timeout time.Duration) *GetDebugConfigParams + func (o *GetDebugConfigParams) SetContext(ctx context.Context) + func (o *GetDebugConfigParams) SetDebugConfigID(debugConfigID string) + func (o *GetDebugConfigParams) SetHTTPClient(client *http.Client) + func (o *GetDebugConfigParams) SetTimeout(timeout time.Duration) + func (o *GetDebugConfigParams) WithContext(ctx context.Context) *GetDebugConfigParams + func (o *GetDebugConfigParams) WithDebugConfigID(debugConfigID string) *GetDebugConfigParams + func (o *GetDebugConfigParams) WithHTTPClient(client *http.Client) *GetDebugConfigParams + func (o *GetDebugConfigParams) WithTimeout(timeout time.Duration) *GetDebugConfigParams + func (o *GetDebugConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetDebugConfigReader struct + func (o *GetDebugConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetDebugConfigUnprocessableEntity struct + func NewGetDebugConfigUnprocessableEntity() *GetDebugConfigUnprocessableEntity + func (o *GetDebugConfigUnprocessableEntity) Error() string + type GetDebugConfigsBadRequest struct + func NewGetDebugConfigsBadRequest() *GetDebugConfigsBadRequest + func (o *GetDebugConfigsBadRequest) Error() string + type GetDebugConfigsNotFound struct + func NewGetDebugConfigsNotFound() *GetDebugConfigsNotFound + func (o *GetDebugConfigsNotFound) Error() string + type GetDebugConfigsOK struct + Payload []*models.DebugConfig + func NewGetDebugConfigsOK() *GetDebugConfigsOK + func (o *GetDebugConfigsOK) Error() string + type GetDebugConfigsParams struct + Context context.Context + HTTPClient *http.Client + func NewGetDebugConfigsParams() *GetDebugConfigsParams + func NewGetDebugConfigsParamsWithContext(ctx context.Context) *GetDebugConfigsParams + func NewGetDebugConfigsParamsWithHTTPClient(client *http.Client) *GetDebugConfigsParams + func NewGetDebugConfigsParamsWithTimeout(timeout time.Duration) *GetDebugConfigsParams + func (o *GetDebugConfigsParams) SetContext(ctx context.Context) + func (o *GetDebugConfigsParams) SetHTTPClient(client *http.Client) + func (o *GetDebugConfigsParams) SetTimeout(timeout time.Duration) + func (o *GetDebugConfigsParams) WithContext(ctx context.Context) *GetDebugConfigsParams + func (o *GetDebugConfigsParams) WithHTTPClient(client *http.Client) *GetDebugConfigsParams + func (o *GetDebugConfigsParams) WithTimeout(timeout time.Duration) *GetDebugConfigsParams + func (o *GetDebugConfigsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetDebugConfigsReader struct + func (o *GetDebugConfigsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetDebugConfigsUnprocessableEntity struct + func NewGetDebugConfigsUnprocessableEntity() *GetDebugConfigsUnprocessableEntity + func (o *GetDebugConfigsUnprocessableEntity) Error() string + type PopContainerToDebugBadRequest struct + func NewPopContainerToDebugBadRequest() *PopContainerToDebugBadRequest + func (o *PopContainerToDebugBadRequest) Error() string + type PopContainerToDebugNotFound struct + func NewPopContainerToDebugNotFound() *PopContainerToDebugNotFound + func (o *PopContainerToDebugNotFound) Error() string + type PopContainerToDebugOK struct + Payload *models.DebugConfig + func NewPopContainerToDebugOK() *PopContainerToDebugOK + func (o *PopContainerToDebugOK) Error() string + type PopContainerToDebugParams struct + Context context.Context + HTTPClient *http.Client + Node string + func NewPopContainerToDebugParams() *PopContainerToDebugParams + func NewPopContainerToDebugParamsWithContext(ctx context.Context) *PopContainerToDebugParams + func NewPopContainerToDebugParamsWithHTTPClient(client *http.Client) *PopContainerToDebugParams + func NewPopContainerToDebugParamsWithTimeout(timeout time.Duration) *PopContainerToDebugParams + func (o *PopContainerToDebugParams) SetContext(ctx context.Context) + func (o *PopContainerToDebugParams) SetHTTPClient(client *http.Client) + func (o *PopContainerToDebugParams) SetNode(node string) + func (o *PopContainerToDebugParams) SetTimeout(timeout time.Duration) + func (o *PopContainerToDebugParams) WithContext(ctx context.Context) *PopContainerToDebugParams + func (o *PopContainerToDebugParams) WithHTTPClient(client *http.Client) *PopContainerToDebugParams + func (o *PopContainerToDebugParams) WithNode(node string) *PopContainerToDebugParams + func (o *PopContainerToDebugParams) WithTimeout(timeout time.Duration) *PopContainerToDebugParams + func (o *PopContainerToDebugParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PopContainerToDebugReader struct + func (o *PopContainerToDebugReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PopContainerToDebugRequestTimeout struct + func NewPopContainerToDebugRequestTimeout() *PopContainerToDebugRequestTimeout + func (o *PopContainerToDebugRequestTimeout) Error() string + type UpdateDebugConfigBadRequest struct + func NewUpdateDebugConfigBadRequest() *UpdateDebugConfigBadRequest + func (o *UpdateDebugConfigBadRequest) Error() string + type UpdateDebugConfigNotFound struct + func NewUpdateDebugConfigNotFound() *UpdateDebugConfigNotFound + func (o *UpdateDebugConfigNotFound) Error() string + type UpdateDebugConfigOK struct + Payload *models.DebugConfig + func NewUpdateDebugConfigOK() *UpdateDebugConfigOK + func (o *UpdateDebugConfigOK) Error() string + type UpdateDebugConfigParams struct + Body *models.DebugConfig + Context context.Context + DebugConfigID string + HTTPClient *http.Client + func NewUpdateDebugConfigParams() *UpdateDebugConfigParams + func NewUpdateDebugConfigParamsWithContext(ctx context.Context) *UpdateDebugConfigParams + func NewUpdateDebugConfigParamsWithHTTPClient(client *http.Client) *UpdateDebugConfigParams + func NewUpdateDebugConfigParamsWithTimeout(timeout time.Duration) *UpdateDebugConfigParams + func (o *UpdateDebugConfigParams) SetBody(body *models.DebugConfig) + func (o *UpdateDebugConfigParams) SetContext(ctx context.Context) + func (o *UpdateDebugConfigParams) SetDebugConfigID(debugConfigID string) + func (o *UpdateDebugConfigParams) SetHTTPClient(client *http.Client) + func (o *UpdateDebugConfigParams) SetTimeout(timeout time.Duration) + func (o *UpdateDebugConfigParams) WithBody(body *models.DebugConfig) *UpdateDebugConfigParams + func (o *UpdateDebugConfigParams) WithContext(ctx context.Context) *UpdateDebugConfigParams + func (o *UpdateDebugConfigParams) WithDebugConfigID(debugConfigID string) *UpdateDebugConfigParams + func (o *UpdateDebugConfigParams) WithHTTPClient(client *http.Client) *UpdateDebugConfigParams + func (o *UpdateDebugConfigParams) WithTimeout(timeout time.Duration) *UpdateDebugConfigParams + func (o *UpdateDebugConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateDebugConfigReader struct + func (o *UpdateDebugConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateDebugConfigUnprocessableEntity struct + func NewUpdateDebugConfigUnprocessableEntity() *UpdateDebugConfigUnprocessableEntity + func (o *UpdateDebugConfigUnprocessableEntity) Error() string