Documentation ¶
Index ¶
- type AddDriverBadRequest
- type AddDriverConflict
- type AddDriverCreated
- type AddDriverDefault
- type AddDriverForbidden
- type AddDriverParams
- func (o *AddDriverParams) SetBody(body *v1.EventDriver)
- func (o *AddDriverParams) SetContext(ctx context.Context)
- func (o *AddDriverParams) SetHTTPClient(client *http.Client)
- func (o *AddDriverParams) SetTimeout(timeout time.Duration)
- func (o *AddDriverParams) SetXDispatchOrg(xDispatchOrg string)
- func (o *AddDriverParams) WithBody(body *v1.EventDriver) *AddDriverParams
- func (o *AddDriverParams) WithContext(ctx context.Context) *AddDriverParams
- func (o *AddDriverParams) WithHTTPClient(client *http.Client) *AddDriverParams
- func (o *AddDriverParams) WithTimeout(timeout time.Duration) *AddDriverParams
- func (o *AddDriverParams) WithXDispatchOrg(xDispatchOrg string) *AddDriverParams
- func (o *AddDriverParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddDriverReader
- type AddDriverTypeBadRequest
- type AddDriverTypeConflict
- type AddDriverTypeCreated
- type AddDriverTypeDefault
- type AddDriverTypeForbidden
- type AddDriverTypeParams
- func (o *AddDriverTypeParams) SetBody(body *v1.EventDriverType)
- func (o *AddDriverTypeParams) SetContext(ctx context.Context)
- func (o *AddDriverTypeParams) SetHTTPClient(client *http.Client)
- func (o *AddDriverTypeParams) SetTimeout(timeout time.Duration)
- func (o *AddDriverTypeParams) SetXDispatchOrg(xDispatchOrg string)
- func (o *AddDriverTypeParams) WithBody(body *v1.EventDriverType) *AddDriverTypeParams
- func (o *AddDriverTypeParams) WithContext(ctx context.Context) *AddDriverTypeParams
- func (o *AddDriverTypeParams) WithHTTPClient(client *http.Client) *AddDriverTypeParams
- func (o *AddDriverTypeParams) WithTimeout(timeout time.Duration) *AddDriverTypeParams
- func (o *AddDriverTypeParams) WithXDispatchOrg(xDispatchOrg string) *AddDriverTypeParams
- func (o *AddDriverTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddDriverTypeReader
- type AddDriverTypeUnauthorized
- type AddDriverUnauthorized
- type Client
- func (a *Client) AddDriver(params *AddDriverParams, authInfo runtime.ClientAuthInfoWriter) (*AddDriverCreated, error)
- func (a *Client) AddDriverType(params *AddDriverTypeParams, authInfo runtime.ClientAuthInfoWriter) (*AddDriverTypeCreated, error)
- func (a *Client) DeleteDriver(params *DeleteDriverParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDriverOK, error)
- func (a *Client) DeleteDriverType(params *DeleteDriverTypeParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDriverTypeOK, error)
- func (a *Client) GetDriver(params *GetDriverParams, authInfo runtime.ClientAuthInfoWriter) (*GetDriverOK, error)
- func (a *Client) GetDriverType(params *GetDriverTypeParams, authInfo runtime.ClientAuthInfoWriter) (*GetDriverTypeOK, error)
- func (a *Client) GetDriverTypes(params *GetDriverTypesParams, authInfo runtime.ClientAuthInfoWriter) (*GetDriverTypesOK, error)
- func (a *Client) GetDrivers(params *GetDriversParams, authInfo runtime.ClientAuthInfoWriter) (*GetDriversOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateDriver(params *UpdateDriverParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateDriverOK, error)
- func (a *Client) UpdateDriverType(params *UpdateDriverTypeParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateDriverTypeOK, error)
- type DeleteDriverBadRequest
- type DeleteDriverDefault
- type DeleteDriverForbidden
- type DeleteDriverNotFound
- type DeleteDriverOK
- type DeleteDriverParams
- func (o *DeleteDriverParams) SetContext(ctx context.Context)
- func (o *DeleteDriverParams) SetDriverName(driverName string)
- func (o *DeleteDriverParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDriverParams) SetTags(tags []string)
- func (o *DeleteDriverParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDriverParams) SetXDispatchOrg(xDispatchOrg string)
- func (o *DeleteDriverParams) WithContext(ctx context.Context) *DeleteDriverParams
- func (o *DeleteDriverParams) WithDriverName(driverName string) *DeleteDriverParams
- func (o *DeleteDriverParams) WithHTTPClient(client *http.Client) *DeleteDriverParams
- func (o *DeleteDriverParams) WithTags(tags []string) *DeleteDriverParams
- func (o *DeleteDriverParams) WithTimeout(timeout time.Duration) *DeleteDriverParams
- func (o *DeleteDriverParams) WithXDispatchOrg(xDispatchOrg string) *DeleteDriverParams
- func (o *DeleteDriverParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDriverReader
- type DeleteDriverTypeBadRequest
- type DeleteDriverTypeDefault
- type DeleteDriverTypeForbidden
- type DeleteDriverTypeNotFound
- type DeleteDriverTypeOK
- type DeleteDriverTypeParams
- func NewDeleteDriverTypeParams() *DeleteDriverTypeParams
- func NewDeleteDriverTypeParamsWithContext(ctx context.Context) *DeleteDriverTypeParams
- func NewDeleteDriverTypeParamsWithHTTPClient(client *http.Client) *DeleteDriverTypeParams
- func NewDeleteDriverTypeParamsWithTimeout(timeout time.Duration) *DeleteDriverTypeParams
- func (o *DeleteDriverTypeParams) SetContext(ctx context.Context)
- func (o *DeleteDriverTypeParams) SetDriverTypeName(driverTypeName string)
- func (o *DeleteDriverTypeParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDriverTypeParams) SetTags(tags []string)
- func (o *DeleteDriverTypeParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDriverTypeParams) SetXDispatchOrg(xDispatchOrg string)
- func (o *DeleteDriverTypeParams) WithContext(ctx context.Context) *DeleteDriverTypeParams
- func (o *DeleteDriverTypeParams) WithDriverTypeName(driverTypeName string) *DeleteDriverTypeParams
- func (o *DeleteDriverTypeParams) WithHTTPClient(client *http.Client) *DeleteDriverTypeParams
- func (o *DeleteDriverTypeParams) WithTags(tags []string) *DeleteDriverTypeParams
- func (o *DeleteDriverTypeParams) WithTimeout(timeout time.Duration) *DeleteDriverTypeParams
- func (o *DeleteDriverTypeParams) WithXDispatchOrg(xDispatchOrg string) *DeleteDriverTypeParams
- func (o *DeleteDriverTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDriverTypeReader
- type DeleteDriverTypeUnauthorized
- type DeleteDriverUnauthorized
- type GetDriverBadRequest
- type GetDriverDefault
- type GetDriverForbidden
- type GetDriverNotFound
- type GetDriverOK
- type GetDriverParams
- func (o *GetDriverParams) SetContext(ctx context.Context)
- func (o *GetDriverParams) SetDriverName(driverName string)
- func (o *GetDriverParams) SetHTTPClient(client *http.Client)
- func (o *GetDriverParams) SetTags(tags []string)
- func (o *GetDriverParams) SetTimeout(timeout time.Duration)
- func (o *GetDriverParams) SetXDispatchOrg(xDispatchOrg string)
- func (o *GetDriverParams) WithContext(ctx context.Context) *GetDriverParams
- func (o *GetDriverParams) WithDriverName(driverName string) *GetDriverParams
- func (o *GetDriverParams) WithHTTPClient(client *http.Client) *GetDriverParams
- func (o *GetDriverParams) WithTags(tags []string) *GetDriverParams
- func (o *GetDriverParams) WithTimeout(timeout time.Duration) *GetDriverParams
- func (o *GetDriverParams) WithXDispatchOrg(xDispatchOrg string) *GetDriverParams
- func (o *GetDriverParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDriverReader
- type GetDriverTypeBadRequest
- type GetDriverTypeDefault
- type GetDriverTypeForbidden
- type GetDriverTypeNotFound
- type GetDriverTypeOK
- type GetDriverTypeParams
- func (o *GetDriverTypeParams) SetContext(ctx context.Context)
- func (o *GetDriverTypeParams) SetDriverTypeName(driverTypeName string)
- func (o *GetDriverTypeParams) SetHTTPClient(client *http.Client)
- func (o *GetDriverTypeParams) SetTags(tags []string)
- func (o *GetDriverTypeParams) SetTimeout(timeout time.Duration)
- func (o *GetDriverTypeParams) SetXDispatchOrg(xDispatchOrg string)
- func (o *GetDriverTypeParams) WithContext(ctx context.Context) *GetDriverTypeParams
- func (o *GetDriverTypeParams) WithDriverTypeName(driverTypeName string) *GetDriverTypeParams
- func (o *GetDriverTypeParams) WithHTTPClient(client *http.Client) *GetDriverTypeParams
- func (o *GetDriverTypeParams) WithTags(tags []string) *GetDriverTypeParams
- func (o *GetDriverTypeParams) WithTimeout(timeout time.Duration) *GetDriverTypeParams
- func (o *GetDriverTypeParams) WithXDispatchOrg(xDispatchOrg string) *GetDriverTypeParams
- func (o *GetDriverTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDriverTypeReader
- type GetDriverTypeUnauthorized
- type GetDriverTypesDefault
- type GetDriverTypesForbidden
- type GetDriverTypesOK
- type GetDriverTypesParams
- func NewGetDriverTypesParams() *GetDriverTypesParams
- func NewGetDriverTypesParamsWithContext(ctx context.Context) *GetDriverTypesParams
- func NewGetDriverTypesParamsWithHTTPClient(client *http.Client) *GetDriverTypesParams
- func NewGetDriverTypesParamsWithTimeout(timeout time.Duration) *GetDriverTypesParams
- func (o *GetDriverTypesParams) SetContext(ctx context.Context)
- func (o *GetDriverTypesParams) SetHTTPClient(client *http.Client)
- func (o *GetDriverTypesParams) SetTags(tags []string)
- func (o *GetDriverTypesParams) SetTimeout(timeout time.Duration)
- func (o *GetDriverTypesParams) SetXDispatchOrg(xDispatchOrg string)
- func (o *GetDriverTypesParams) WithContext(ctx context.Context) *GetDriverTypesParams
- func (o *GetDriverTypesParams) WithHTTPClient(client *http.Client) *GetDriverTypesParams
- func (o *GetDriverTypesParams) WithTags(tags []string) *GetDriverTypesParams
- func (o *GetDriverTypesParams) WithTimeout(timeout time.Duration) *GetDriverTypesParams
- func (o *GetDriverTypesParams) WithXDispatchOrg(xDispatchOrg string) *GetDriverTypesParams
- func (o *GetDriverTypesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDriverTypesReader
- type GetDriverTypesUnauthorized
- type GetDriverUnauthorized
- type GetDriversDefault
- type GetDriversForbidden
- type GetDriversOK
- type GetDriversParams
- func (o *GetDriversParams) SetContext(ctx context.Context)
- func (o *GetDriversParams) SetHTTPClient(client *http.Client)
- func (o *GetDriversParams) SetTags(tags []string)
- func (o *GetDriversParams) SetTimeout(timeout time.Duration)
- func (o *GetDriversParams) SetXDispatchOrg(xDispatchOrg string)
- func (o *GetDriversParams) WithContext(ctx context.Context) *GetDriversParams
- func (o *GetDriversParams) WithHTTPClient(client *http.Client) *GetDriversParams
- func (o *GetDriversParams) WithTags(tags []string) *GetDriversParams
- func (o *GetDriversParams) WithTimeout(timeout time.Duration) *GetDriversParams
- func (o *GetDriversParams) WithXDispatchOrg(xDispatchOrg string) *GetDriversParams
- func (o *GetDriversParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDriversReader
- type GetDriversUnauthorized
- type UpdateDriverBadRequest
- type UpdateDriverDefault
- type UpdateDriverForbidden
- type UpdateDriverNotFound
- type UpdateDriverOK
- type UpdateDriverParams
- func (o *UpdateDriverParams) SetBody(body *v1.EventDriver)
- func (o *UpdateDriverParams) SetContext(ctx context.Context)
- func (o *UpdateDriverParams) SetDriverName(driverName string)
- func (o *UpdateDriverParams) SetHTTPClient(client *http.Client)
- func (o *UpdateDriverParams) SetTags(tags []string)
- func (o *UpdateDriverParams) SetTimeout(timeout time.Duration)
- func (o *UpdateDriverParams) SetXDispatchOrg(xDispatchOrg string)
- func (o *UpdateDriverParams) WithBody(body *v1.EventDriver) *UpdateDriverParams
- func (o *UpdateDriverParams) WithContext(ctx context.Context) *UpdateDriverParams
- func (o *UpdateDriverParams) WithDriverName(driverName string) *UpdateDriverParams
- func (o *UpdateDriverParams) WithHTTPClient(client *http.Client) *UpdateDriverParams
- func (o *UpdateDriverParams) WithTags(tags []string) *UpdateDriverParams
- func (o *UpdateDriverParams) WithTimeout(timeout time.Duration) *UpdateDriverParams
- func (o *UpdateDriverParams) WithXDispatchOrg(xDispatchOrg string) *UpdateDriverParams
- func (o *UpdateDriverParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateDriverReader
- type UpdateDriverTypeBadRequest
- type UpdateDriverTypeDefault
- type UpdateDriverTypeForbidden
- type UpdateDriverTypeNotFound
- type UpdateDriverTypeOK
- type UpdateDriverTypeParams
- func NewUpdateDriverTypeParams() *UpdateDriverTypeParams
- func NewUpdateDriverTypeParamsWithContext(ctx context.Context) *UpdateDriverTypeParams
- func NewUpdateDriverTypeParamsWithHTTPClient(client *http.Client) *UpdateDriverTypeParams
- func NewUpdateDriverTypeParamsWithTimeout(timeout time.Duration) *UpdateDriverTypeParams
- func (o *UpdateDriverTypeParams) SetBody(body *v1.EventDriverType)
- func (o *UpdateDriverTypeParams) SetContext(ctx context.Context)
- func (o *UpdateDriverTypeParams) SetDriverTypeName(driverTypeName string)
- func (o *UpdateDriverTypeParams) SetHTTPClient(client *http.Client)
- func (o *UpdateDriverTypeParams) SetTags(tags []string)
- func (o *UpdateDriverTypeParams) SetTimeout(timeout time.Duration)
- func (o *UpdateDriverTypeParams) SetXDispatchOrg(xDispatchOrg string)
- func (o *UpdateDriverTypeParams) WithBody(body *v1.EventDriverType) *UpdateDriverTypeParams
- func (o *UpdateDriverTypeParams) WithContext(ctx context.Context) *UpdateDriverTypeParams
- func (o *UpdateDriverTypeParams) WithDriverTypeName(driverTypeName string) *UpdateDriverTypeParams
- func (o *UpdateDriverTypeParams) WithHTTPClient(client *http.Client) *UpdateDriverTypeParams
- func (o *UpdateDriverTypeParams) WithTags(tags []string) *UpdateDriverTypeParams
- func (o *UpdateDriverTypeParams) WithTimeout(timeout time.Duration) *UpdateDriverTypeParams
- func (o *UpdateDriverTypeParams) WithXDispatchOrg(xDispatchOrg string) *UpdateDriverTypeParams
- func (o *UpdateDriverTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateDriverTypeReader
- type UpdateDriverTypeUnauthorized
- type UpdateDriverUnauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddDriverBadRequest ¶
AddDriverBadRequest handles this case with default header values.
Invalid input
func NewAddDriverBadRequest ¶
func NewAddDriverBadRequest() *AddDriverBadRequest
NewAddDriverBadRequest creates a AddDriverBadRequest with default headers values
func (*AddDriverBadRequest) Error ¶
func (o *AddDriverBadRequest) Error() string
type AddDriverConflict ¶ added in v0.1.13
AddDriverConflict handles this case with default header values.
Already Exists
func NewAddDriverConflict ¶ added in v0.1.13
func NewAddDriverConflict() *AddDriverConflict
NewAddDriverConflict creates a AddDriverConflict with default headers values
func (*AddDriverConflict) Error ¶ added in v0.1.13
func (o *AddDriverConflict) Error() string
type AddDriverCreated ¶
type AddDriverCreated struct {
Payload *v1.EventDriver
}
AddDriverCreated handles this case with default header values.
Driver created
func NewAddDriverCreated ¶
func NewAddDriverCreated() *AddDriverCreated
NewAddDriverCreated creates a AddDriverCreated with default headers values
func (*AddDriverCreated) Error ¶
func (o *AddDriverCreated) Error() string
type AddDriverDefault ¶
AddDriverDefault handles this case with default header values.
Unknown error
func NewAddDriverDefault ¶
func NewAddDriverDefault(code int) *AddDriverDefault
NewAddDriverDefault creates a AddDriverDefault with default headers values
func (*AddDriverDefault) Code ¶
func (o *AddDriverDefault) Code() int
Code gets the status code for the add driver default response
func (*AddDriverDefault) Error ¶
func (o *AddDriverDefault) Error() string
type AddDriverForbidden ¶ added in v0.1.18
AddDriverForbidden handles this case with default header values.
access to this resource is forbidden
func NewAddDriverForbidden ¶ added in v0.1.18
func NewAddDriverForbidden() *AddDriverForbidden
NewAddDriverForbidden creates a AddDriverForbidden with default headers values
func (*AddDriverForbidden) Error ¶ added in v0.1.18
func (o *AddDriverForbidden) Error() string
type AddDriverParams ¶
type AddDriverParams struct { /*XDispatchOrg*/ XDispatchOrg string /*Body driver object */ Body *v1.EventDriver Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AddDriverParams contains all the parameters to send to the API endpoint for the add driver operation typically these are written to a http.Request
func NewAddDriverParams ¶
func NewAddDriverParams() *AddDriverParams
NewAddDriverParams creates a new AddDriverParams object with the default values initialized.
func NewAddDriverParamsWithContext ¶
func NewAddDriverParamsWithContext(ctx context.Context) *AddDriverParams
NewAddDriverParamsWithContext creates a new AddDriverParams object with the default values initialized, and the ability to set a context for a request
func NewAddDriverParamsWithHTTPClient ¶
func NewAddDriverParamsWithHTTPClient(client *http.Client) *AddDriverParams
NewAddDriverParamsWithHTTPClient creates a new AddDriverParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAddDriverParamsWithTimeout ¶
func NewAddDriverParamsWithTimeout(timeout time.Duration) *AddDriverParams
NewAddDriverParamsWithTimeout creates a new AddDriverParams object with the default values initialized, and the ability to set a timeout on a request
func (*AddDriverParams) SetBody ¶
func (o *AddDriverParams) SetBody(body *v1.EventDriver)
SetBody adds the body to the add driver params
func (*AddDriverParams) SetContext ¶
func (o *AddDriverParams) SetContext(ctx context.Context)
SetContext adds the context to the add driver params
func (*AddDriverParams) SetHTTPClient ¶
func (o *AddDriverParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the add driver params
func (*AddDriverParams) SetTimeout ¶
func (o *AddDriverParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the add driver params
func (*AddDriverParams) SetXDispatchOrg ¶ added in v0.1.16
func (o *AddDriverParams) SetXDispatchOrg(xDispatchOrg string)
SetXDispatchOrg adds the xDispatchOrg to the add driver params
func (*AddDriverParams) WithBody ¶
func (o *AddDriverParams) WithBody(body *v1.EventDriver) *AddDriverParams
WithBody adds the body to the add driver params
func (*AddDriverParams) WithContext ¶
func (o *AddDriverParams) WithContext(ctx context.Context) *AddDriverParams
WithContext adds the context to the add driver params
func (*AddDriverParams) WithHTTPClient ¶
func (o *AddDriverParams) WithHTTPClient(client *http.Client) *AddDriverParams
WithHTTPClient adds the HTTPClient to the add driver params
func (*AddDriverParams) WithTimeout ¶
func (o *AddDriverParams) WithTimeout(timeout time.Duration) *AddDriverParams
WithTimeout adds the timeout to the add driver params
func (*AddDriverParams) WithXDispatchOrg ¶ added in v0.1.16
func (o *AddDriverParams) WithXDispatchOrg(xDispatchOrg string) *AddDriverParams
WithXDispatchOrg adds the xDispatchOrg to the add driver params
func (*AddDriverParams) WriteToRequest ¶
func (o *AddDriverParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddDriverReader ¶
type AddDriverReader struct {
// contains filtered or unexported fields
}
AddDriverReader is a Reader for the AddDriver structure.
func (*AddDriverReader) ReadResponse ¶
func (o *AddDriverReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AddDriverTypeBadRequest ¶ added in v0.1.13
AddDriverTypeBadRequest handles this case with default header values.
Invalid input
func NewAddDriverTypeBadRequest ¶ added in v0.1.13
func NewAddDriverTypeBadRequest() *AddDriverTypeBadRequest
NewAddDriverTypeBadRequest creates a AddDriverTypeBadRequest with default headers values
func (*AddDriverTypeBadRequest) Error ¶ added in v0.1.13
func (o *AddDriverTypeBadRequest) Error() string
type AddDriverTypeConflict ¶ added in v0.1.13
AddDriverTypeConflict handles this case with default header values.
Already Exists
func NewAddDriverTypeConflict ¶ added in v0.1.13
func NewAddDriverTypeConflict() *AddDriverTypeConflict
NewAddDriverTypeConflict creates a AddDriverTypeConflict with default headers values
func (*AddDriverTypeConflict) Error ¶ added in v0.1.13
func (o *AddDriverTypeConflict) Error() string
type AddDriverTypeCreated ¶ added in v0.1.13
type AddDriverTypeCreated struct {
Payload *v1.EventDriverType
}
AddDriverTypeCreated handles this case with default header values.
Driver Type created
func NewAddDriverTypeCreated ¶ added in v0.1.13
func NewAddDriverTypeCreated() *AddDriverTypeCreated
NewAddDriverTypeCreated creates a AddDriverTypeCreated with default headers values
func (*AddDriverTypeCreated) Error ¶ added in v0.1.13
func (o *AddDriverTypeCreated) Error() string
type AddDriverTypeDefault ¶ added in v0.1.13
AddDriverTypeDefault handles this case with default header values.
Unknown error
func NewAddDriverTypeDefault ¶ added in v0.1.13
func NewAddDriverTypeDefault(code int) *AddDriverTypeDefault
NewAddDriverTypeDefault creates a AddDriverTypeDefault with default headers values
func (*AddDriverTypeDefault) Code ¶ added in v0.1.13
func (o *AddDriverTypeDefault) Code() int
Code gets the status code for the add driver type default response
func (*AddDriverTypeDefault) Error ¶ added in v0.1.13
func (o *AddDriverTypeDefault) Error() string
type AddDriverTypeForbidden ¶ added in v0.1.18
AddDriverTypeForbidden handles this case with default header values.
access to this resource is forbidden
func NewAddDriverTypeForbidden ¶ added in v0.1.18
func NewAddDriverTypeForbidden() *AddDriverTypeForbidden
NewAddDriverTypeForbidden creates a AddDriverTypeForbidden with default headers values
func (*AddDriverTypeForbidden) Error ¶ added in v0.1.18
func (o *AddDriverTypeForbidden) Error() string
type AddDriverTypeParams ¶ added in v0.1.13
type AddDriverTypeParams struct { /*XDispatchOrg*/ XDispatchOrg string /*Body driver type object */ Body *v1.EventDriverType Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AddDriverTypeParams contains all the parameters to send to the API endpoint for the add driver type operation typically these are written to a http.Request
func NewAddDriverTypeParams ¶ added in v0.1.13
func NewAddDriverTypeParams() *AddDriverTypeParams
NewAddDriverTypeParams creates a new AddDriverTypeParams object with the default values initialized.
func NewAddDriverTypeParamsWithContext ¶ added in v0.1.13
func NewAddDriverTypeParamsWithContext(ctx context.Context) *AddDriverTypeParams
NewAddDriverTypeParamsWithContext creates a new AddDriverTypeParams object with the default values initialized, and the ability to set a context for a request
func NewAddDriverTypeParamsWithHTTPClient ¶ added in v0.1.13
func NewAddDriverTypeParamsWithHTTPClient(client *http.Client) *AddDriverTypeParams
NewAddDriverTypeParamsWithHTTPClient creates a new AddDriverTypeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAddDriverTypeParamsWithTimeout ¶ added in v0.1.13
func NewAddDriverTypeParamsWithTimeout(timeout time.Duration) *AddDriverTypeParams
NewAddDriverTypeParamsWithTimeout creates a new AddDriverTypeParams object with the default values initialized, and the ability to set a timeout on a request
func (*AddDriverTypeParams) SetBody ¶ added in v0.1.13
func (o *AddDriverTypeParams) SetBody(body *v1.EventDriverType)
SetBody adds the body to the add driver type params
func (*AddDriverTypeParams) SetContext ¶ added in v0.1.13
func (o *AddDriverTypeParams) SetContext(ctx context.Context)
SetContext adds the context to the add driver type params
func (*AddDriverTypeParams) SetHTTPClient ¶ added in v0.1.13
func (o *AddDriverTypeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the add driver type params
func (*AddDriverTypeParams) SetTimeout ¶ added in v0.1.13
func (o *AddDriverTypeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the add driver type params
func (*AddDriverTypeParams) SetXDispatchOrg ¶ added in v0.1.16
func (o *AddDriverTypeParams) SetXDispatchOrg(xDispatchOrg string)
SetXDispatchOrg adds the xDispatchOrg to the add driver type params
func (*AddDriverTypeParams) WithBody ¶ added in v0.1.13
func (o *AddDriverTypeParams) WithBody(body *v1.EventDriverType) *AddDriverTypeParams
WithBody adds the body to the add driver type params
func (*AddDriverTypeParams) WithContext ¶ added in v0.1.13
func (o *AddDriverTypeParams) WithContext(ctx context.Context) *AddDriverTypeParams
WithContext adds the context to the add driver type params
func (*AddDriverTypeParams) WithHTTPClient ¶ added in v0.1.13
func (o *AddDriverTypeParams) WithHTTPClient(client *http.Client) *AddDriverTypeParams
WithHTTPClient adds the HTTPClient to the add driver type params
func (*AddDriverTypeParams) WithTimeout ¶ added in v0.1.13
func (o *AddDriverTypeParams) WithTimeout(timeout time.Duration) *AddDriverTypeParams
WithTimeout adds the timeout to the add driver type params
func (*AddDriverTypeParams) WithXDispatchOrg ¶ added in v0.1.16
func (o *AddDriverTypeParams) WithXDispatchOrg(xDispatchOrg string) *AddDriverTypeParams
WithXDispatchOrg adds the xDispatchOrg to the add driver type params
func (*AddDriverTypeParams) WriteToRequest ¶ added in v0.1.13
func (o *AddDriverTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddDriverTypeReader ¶ added in v0.1.13
type AddDriverTypeReader struct {
// contains filtered or unexported fields
}
AddDriverTypeReader is a Reader for the AddDriverType structure.
func (*AddDriverTypeReader) ReadResponse ¶ added in v0.1.13
func (o *AddDriverTypeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AddDriverTypeUnauthorized ¶ added in v0.1.13
type AddDriverTypeUnauthorized struct {
}AddDriverTypeUnauthorized handles this case with default header values.
Unauthorized Request
func NewAddDriverTypeUnauthorized ¶ added in v0.1.13
func NewAddDriverTypeUnauthorized() *AddDriverTypeUnauthorized
NewAddDriverTypeUnauthorized creates a AddDriverTypeUnauthorized with default headers values
func (*AddDriverTypeUnauthorized) Error ¶ added in v0.1.13
func (o *AddDriverTypeUnauthorized) Error() string
type AddDriverUnauthorized ¶
type AddDriverUnauthorized struct {
}AddDriverUnauthorized handles this case with default header values.
Unauthorized Request
func NewAddDriverUnauthorized ¶
func NewAddDriverUnauthorized() *AddDriverUnauthorized
NewAddDriverUnauthorized creates a AddDriverUnauthorized with default headers values
func (*AddDriverUnauthorized) Error ¶
func (o *AddDriverUnauthorized) Error() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for drivers API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new drivers API client.
func (*Client) AddDriver ¶
func (a *Client) AddDriver(params *AddDriverParams, authInfo runtime.ClientAuthInfoWriter) (*AddDriverCreated, error)
AddDriver creates a new driver
func (*Client) AddDriverType ¶ added in v0.1.13
func (a *Client) AddDriverType(params *AddDriverTypeParams, authInfo runtime.ClientAuthInfoWriter) (*AddDriverTypeCreated, error)
AddDriverType creates a new driver type
func (*Client) DeleteDriver ¶
func (a *Client) DeleteDriver(params *DeleteDriverParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDriverOK, error)
DeleteDriver deletes a driver
func (*Client) DeleteDriverType ¶ added in v0.1.13
func (a *Client) DeleteDriverType(params *DeleteDriverTypeParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDriverTypeOK, error)
DeleteDriverType deletes a driver type
func (*Client) GetDriver ¶
func (a *Client) GetDriver(params *GetDriverParams, authInfo runtime.ClientAuthInfoWriter) (*GetDriverOK, error)
GetDriver finds driver by name
Returns a single driver
func (*Client) GetDriverType ¶ added in v0.1.13
func (a *Client) GetDriverType(params *GetDriverTypeParams, authInfo runtime.ClientAuthInfoWriter) (*GetDriverTypeOK, error)
GetDriverType finds driver type by name
Returns a single driver type
func (*Client) GetDriverTypes ¶ added in v0.1.13
func (a *Client) GetDriverTypes(params *GetDriverTypesParams, authInfo runtime.ClientAuthInfoWriter) (*GetDriverTypesOK, error)
GetDriverTypes lists all existing driver types
func (*Client) GetDrivers ¶
func (a *Client) GetDrivers(params *GetDriversParams, authInfo runtime.ClientAuthInfoWriter) (*GetDriversOK, error)
GetDrivers lists all existing drivers
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateDriver ¶ added in v0.1.13
func (a *Client) UpdateDriver(params *UpdateDriverParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateDriverOK, error)
UpdateDriver updates driver by name
Updates a single driver
func (*Client) UpdateDriverType ¶ added in v0.1.13
func (a *Client) UpdateDriverType(params *UpdateDriverTypeParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateDriverTypeOK, error)
UpdateDriverType updates a driver type by name
Updates a single driver type
type DeleteDriverBadRequest ¶
DeleteDriverBadRequest handles this case with default header values.
Invalid ID supplied
func NewDeleteDriverBadRequest ¶
func NewDeleteDriverBadRequest() *DeleteDriverBadRequest
NewDeleteDriverBadRequest creates a DeleteDriverBadRequest with default headers values
func (*DeleteDriverBadRequest) Error ¶
func (o *DeleteDriverBadRequest) Error() string
type DeleteDriverDefault ¶
DeleteDriverDefault handles this case with default header values.
Generic error response
func NewDeleteDriverDefault ¶
func NewDeleteDriverDefault(code int) *DeleteDriverDefault
NewDeleteDriverDefault creates a DeleteDriverDefault with default headers values
func (*DeleteDriverDefault) Code ¶
func (o *DeleteDriverDefault) Code() int
Code gets the status code for the delete driver default response
func (*DeleteDriverDefault) Error ¶
func (o *DeleteDriverDefault) Error() string
type DeleteDriverForbidden ¶ added in v0.1.18
DeleteDriverForbidden handles this case with default header values.
access to this resource is forbidden
func NewDeleteDriverForbidden ¶ added in v0.1.18
func NewDeleteDriverForbidden() *DeleteDriverForbidden
NewDeleteDriverForbidden creates a DeleteDriverForbidden with default headers values
func (*DeleteDriverForbidden) Error ¶ added in v0.1.18
func (o *DeleteDriverForbidden) Error() string
type DeleteDriverNotFound ¶
DeleteDriverNotFound handles this case with default header values.
Driver not found
func NewDeleteDriverNotFound ¶
func NewDeleteDriverNotFound() *DeleteDriverNotFound
NewDeleteDriverNotFound creates a DeleteDriverNotFound with default headers values
func (*DeleteDriverNotFound) Error ¶
func (o *DeleteDriverNotFound) Error() string
type DeleteDriverOK ¶
type DeleteDriverOK struct {
Payload *v1.EventDriver
}
DeleteDriverOK handles this case with default header values.
successful operation
func NewDeleteDriverOK ¶
func NewDeleteDriverOK() *DeleteDriverOK
NewDeleteDriverOK creates a DeleteDriverOK with default headers values
func (*DeleteDriverOK) Error ¶
func (o *DeleteDriverOK) Error() string
type DeleteDriverParams ¶
type DeleteDriverParams struct { /*XDispatchOrg*/ XDispatchOrg string /*DriverName Name of the driver to work on */ DriverName string /*Tags Filter based on tags */ Tags []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteDriverParams contains all the parameters to send to the API endpoint for the delete driver operation typically these are written to a http.Request
func NewDeleteDriverParams ¶
func NewDeleteDriverParams() *DeleteDriverParams
NewDeleteDriverParams creates a new DeleteDriverParams object with the default values initialized.
func NewDeleteDriverParamsWithContext ¶
func NewDeleteDriverParamsWithContext(ctx context.Context) *DeleteDriverParams
NewDeleteDriverParamsWithContext creates a new DeleteDriverParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteDriverParamsWithHTTPClient ¶
func NewDeleteDriverParamsWithHTTPClient(client *http.Client) *DeleteDriverParams
NewDeleteDriverParamsWithHTTPClient creates a new DeleteDriverParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteDriverParamsWithTimeout ¶
func NewDeleteDriverParamsWithTimeout(timeout time.Duration) *DeleteDriverParams
NewDeleteDriverParamsWithTimeout creates a new DeleteDriverParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteDriverParams) SetContext ¶
func (o *DeleteDriverParams) SetContext(ctx context.Context)
SetContext adds the context to the delete driver params
func (*DeleteDriverParams) SetDriverName ¶
func (o *DeleteDriverParams) SetDriverName(driverName string)
SetDriverName adds the driverName to the delete driver params
func (*DeleteDriverParams) SetHTTPClient ¶
func (o *DeleteDriverParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete driver params
func (*DeleteDriverParams) SetTags ¶ added in v0.1.13
func (o *DeleteDriverParams) SetTags(tags []string)
SetTags adds the tags to the delete driver params
func (*DeleteDriverParams) SetTimeout ¶
func (o *DeleteDriverParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete driver params
func (*DeleteDriverParams) SetXDispatchOrg ¶ added in v0.1.16
func (o *DeleteDriverParams) SetXDispatchOrg(xDispatchOrg string)
SetXDispatchOrg adds the xDispatchOrg to the delete driver params
func (*DeleteDriverParams) WithContext ¶
func (o *DeleteDriverParams) WithContext(ctx context.Context) *DeleteDriverParams
WithContext adds the context to the delete driver params
func (*DeleteDriverParams) WithDriverName ¶
func (o *DeleteDriverParams) WithDriverName(driverName string) *DeleteDriverParams
WithDriverName adds the driverName to the delete driver params
func (*DeleteDriverParams) WithHTTPClient ¶
func (o *DeleteDriverParams) WithHTTPClient(client *http.Client) *DeleteDriverParams
WithHTTPClient adds the HTTPClient to the delete driver params
func (*DeleteDriverParams) WithTags ¶ added in v0.1.13
func (o *DeleteDriverParams) WithTags(tags []string) *DeleteDriverParams
WithTags adds the tags to the delete driver params
func (*DeleteDriverParams) WithTimeout ¶
func (o *DeleteDriverParams) WithTimeout(timeout time.Duration) *DeleteDriverParams
WithTimeout adds the timeout to the delete driver params
func (*DeleteDriverParams) WithXDispatchOrg ¶ added in v0.1.16
func (o *DeleteDriverParams) WithXDispatchOrg(xDispatchOrg string) *DeleteDriverParams
WithXDispatchOrg adds the xDispatchOrg to the delete driver params
func (*DeleteDriverParams) WriteToRequest ¶
func (o *DeleteDriverParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteDriverReader ¶
type DeleteDriverReader struct {
// contains filtered or unexported fields
}
DeleteDriverReader is a Reader for the DeleteDriver structure.
func (*DeleteDriverReader) ReadResponse ¶
func (o *DeleteDriverReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteDriverTypeBadRequest ¶ added in v0.1.13
DeleteDriverTypeBadRequest handles this case with default header values.
Invalid ID supplied
func NewDeleteDriverTypeBadRequest ¶ added in v0.1.13
func NewDeleteDriverTypeBadRequest() *DeleteDriverTypeBadRequest
NewDeleteDriverTypeBadRequest creates a DeleteDriverTypeBadRequest with default headers values
func (*DeleteDriverTypeBadRequest) Error ¶ added in v0.1.13
func (o *DeleteDriverTypeBadRequest) Error() string
type DeleteDriverTypeDefault ¶ added in v0.1.13
DeleteDriverTypeDefault handles this case with default header values.
Generic error response
func NewDeleteDriverTypeDefault ¶ added in v0.1.13
func NewDeleteDriverTypeDefault(code int) *DeleteDriverTypeDefault
NewDeleteDriverTypeDefault creates a DeleteDriverTypeDefault with default headers values
func (*DeleteDriverTypeDefault) Code ¶ added in v0.1.13
func (o *DeleteDriverTypeDefault) Code() int
Code gets the status code for the delete driver type default response
func (*DeleteDriverTypeDefault) Error ¶ added in v0.1.13
func (o *DeleteDriverTypeDefault) Error() string
type DeleteDriverTypeForbidden ¶ added in v0.1.18
DeleteDriverTypeForbidden handles this case with default header values.
access to this resource is forbidden
func NewDeleteDriverTypeForbidden ¶ added in v0.1.18
func NewDeleteDriverTypeForbidden() *DeleteDriverTypeForbidden
NewDeleteDriverTypeForbidden creates a DeleteDriverTypeForbidden with default headers values
func (*DeleteDriverTypeForbidden) Error ¶ added in v0.1.18
func (o *DeleteDriverTypeForbidden) Error() string
type DeleteDriverTypeNotFound ¶ added in v0.1.13
DeleteDriverTypeNotFound handles this case with default header values.
Driver not found
func NewDeleteDriverTypeNotFound ¶ added in v0.1.13
func NewDeleteDriverTypeNotFound() *DeleteDriverTypeNotFound
NewDeleteDriverTypeNotFound creates a DeleteDriverTypeNotFound with default headers values
func (*DeleteDriverTypeNotFound) Error ¶ added in v0.1.13
func (o *DeleteDriverTypeNotFound) Error() string
type DeleteDriverTypeOK ¶ added in v0.1.13
type DeleteDriverTypeOK struct {
Payload *v1.EventDriverType
}
DeleteDriverTypeOK handles this case with default header values.
successful operation
func NewDeleteDriverTypeOK ¶ added in v0.1.13
func NewDeleteDriverTypeOK() *DeleteDriverTypeOK
NewDeleteDriverTypeOK creates a DeleteDriverTypeOK with default headers values
func (*DeleteDriverTypeOK) Error ¶ added in v0.1.13
func (o *DeleteDriverTypeOK) Error() string
type DeleteDriverTypeParams ¶ added in v0.1.13
type DeleteDriverTypeParams struct { /*XDispatchOrg*/ XDispatchOrg string /*DriverTypeName Name of the driver type to work on */ DriverTypeName string /*Tags Filter based on tags */ Tags []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteDriverTypeParams contains all the parameters to send to the API endpoint for the delete driver type operation typically these are written to a http.Request
func NewDeleteDriverTypeParams ¶ added in v0.1.13
func NewDeleteDriverTypeParams() *DeleteDriverTypeParams
NewDeleteDriverTypeParams creates a new DeleteDriverTypeParams object with the default values initialized.
func NewDeleteDriverTypeParamsWithContext ¶ added in v0.1.13
func NewDeleteDriverTypeParamsWithContext(ctx context.Context) *DeleteDriverTypeParams
NewDeleteDriverTypeParamsWithContext creates a new DeleteDriverTypeParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteDriverTypeParamsWithHTTPClient ¶ added in v0.1.13
func NewDeleteDriverTypeParamsWithHTTPClient(client *http.Client) *DeleteDriverTypeParams
NewDeleteDriverTypeParamsWithHTTPClient creates a new DeleteDriverTypeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteDriverTypeParamsWithTimeout ¶ added in v0.1.13
func NewDeleteDriverTypeParamsWithTimeout(timeout time.Duration) *DeleteDriverTypeParams
NewDeleteDriverTypeParamsWithTimeout creates a new DeleteDriverTypeParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteDriverTypeParams) SetContext ¶ added in v0.1.13
func (o *DeleteDriverTypeParams) SetContext(ctx context.Context)
SetContext adds the context to the delete driver type params
func (*DeleteDriverTypeParams) SetDriverTypeName ¶ added in v0.1.13
func (o *DeleteDriverTypeParams) SetDriverTypeName(driverTypeName string)
SetDriverTypeName adds the driverTypeName to the delete driver type params
func (*DeleteDriverTypeParams) SetHTTPClient ¶ added in v0.1.13
func (o *DeleteDriverTypeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete driver type params
func (*DeleteDriverTypeParams) SetTags ¶ added in v0.1.13
func (o *DeleteDriverTypeParams) SetTags(tags []string)
SetTags adds the tags to the delete driver type params
func (*DeleteDriverTypeParams) SetTimeout ¶ added in v0.1.13
func (o *DeleteDriverTypeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete driver type params
func (*DeleteDriverTypeParams) SetXDispatchOrg ¶ added in v0.1.16
func (o *DeleteDriverTypeParams) SetXDispatchOrg(xDispatchOrg string)
SetXDispatchOrg adds the xDispatchOrg to the delete driver type params
func (*DeleteDriverTypeParams) WithContext ¶ added in v0.1.13
func (o *DeleteDriverTypeParams) WithContext(ctx context.Context) *DeleteDriverTypeParams
WithContext adds the context to the delete driver type params
func (*DeleteDriverTypeParams) WithDriverTypeName ¶ added in v0.1.13
func (o *DeleteDriverTypeParams) WithDriverTypeName(driverTypeName string) *DeleteDriverTypeParams
WithDriverTypeName adds the driverTypeName to the delete driver type params
func (*DeleteDriverTypeParams) WithHTTPClient ¶ added in v0.1.13
func (o *DeleteDriverTypeParams) WithHTTPClient(client *http.Client) *DeleteDriverTypeParams
WithHTTPClient adds the HTTPClient to the delete driver type params
func (*DeleteDriverTypeParams) WithTags ¶ added in v0.1.13
func (o *DeleteDriverTypeParams) WithTags(tags []string) *DeleteDriverTypeParams
WithTags adds the tags to the delete driver type params
func (*DeleteDriverTypeParams) WithTimeout ¶ added in v0.1.13
func (o *DeleteDriverTypeParams) WithTimeout(timeout time.Duration) *DeleteDriverTypeParams
WithTimeout adds the timeout to the delete driver type params
func (*DeleteDriverTypeParams) WithXDispatchOrg ¶ added in v0.1.16
func (o *DeleteDriverTypeParams) WithXDispatchOrg(xDispatchOrg string) *DeleteDriverTypeParams
WithXDispatchOrg adds the xDispatchOrg to the delete driver type params
func (*DeleteDriverTypeParams) WriteToRequest ¶ added in v0.1.13
func (o *DeleteDriverTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteDriverTypeReader ¶ added in v0.1.13
type DeleteDriverTypeReader struct {
// contains filtered or unexported fields
}
DeleteDriverTypeReader is a Reader for the DeleteDriverType structure.
func (*DeleteDriverTypeReader) ReadResponse ¶ added in v0.1.13
func (o *DeleteDriverTypeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteDriverTypeUnauthorized ¶ added in v0.1.18
type DeleteDriverTypeUnauthorized struct {
}DeleteDriverTypeUnauthorized handles this case with default header values.
Unauthorized Request
func NewDeleteDriverTypeUnauthorized ¶ added in v0.1.18
func NewDeleteDriverTypeUnauthorized() *DeleteDriverTypeUnauthorized
NewDeleteDriverTypeUnauthorized creates a DeleteDriverTypeUnauthorized with default headers values
func (*DeleteDriverTypeUnauthorized) Error ¶ added in v0.1.18
func (o *DeleteDriverTypeUnauthorized) Error() string
type DeleteDriverUnauthorized ¶ added in v0.1.18
type DeleteDriverUnauthorized struct {
}DeleteDriverUnauthorized handles this case with default header values.
Unauthorized Request
func NewDeleteDriverUnauthorized ¶ added in v0.1.18
func NewDeleteDriverUnauthorized() *DeleteDriverUnauthorized
NewDeleteDriverUnauthorized creates a DeleteDriverUnauthorized with default headers values
func (*DeleteDriverUnauthorized) Error ¶ added in v0.1.18
func (o *DeleteDriverUnauthorized) Error() string
type GetDriverBadRequest ¶
GetDriverBadRequest handles this case with default header values.
Invalid Name supplied
func NewGetDriverBadRequest ¶
func NewGetDriverBadRequest() *GetDriverBadRequest
NewGetDriverBadRequest creates a GetDriverBadRequest with default headers values
func (*GetDriverBadRequest) Error ¶
func (o *GetDriverBadRequest) Error() string
type GetDriverDefault ¶
GetDriverDefault handles this case with default header values.
Unknown error
func NewGetDriverDefault ¶
func NewGetDriverDefault(code int) *GetDriverDefault
NewGetDriverDefault creates a GetDriverDefault with default headers values
func (*GetDriverDefault) Code ¶
func (o *GetDriverDefault) Code() int
Code gets the status code for the get driver default response
func (*GetDriverDefault) Error ¶
func (o *GetDriverDefault) Error() string
type GetDriverForbidden ¶ added in v0.1.18
GetDriverForbidden handles this case with default header values.
access to this resource is forbidden
func NewGetDriverForbidden ¶ added in v0.1.18
func NewGetDriverForbidden() *GetDriverForbidden
NewGetDriverForbidden creates a GetDriverForbidden with default headers values
func (*GetDriverForbidden) Error ¶ added in v0.1.18
func (o *GetDriverForbidden) Error() string
type GetDriverNotFound ¶
GetDriverNotFound handles this case with default header values.
Driver not found
func NewGetDriverNotFound ¶
func NewGetDriverNotFound() *GetDriverNotFound
NewGetDriverNotFound creates a GetDriverNotFound with default headers values
func (*GetDriverNotFound) Error ¶
func (o *GetDriverNotFound) Error() string
type GetDriverOK ¶
type GetDriverOK struct {
Payload *v1.EventDriver
}
GetDriverOK handles this case with default header values.
Successful operation
func NewGetDriverOK ¶
func NewGetDriverOK() *GetDriverOK
NewGetDriverOK creates a GetDriverOK with default headers values
func (*GetDriverOK) Error ¶
func (o *GetDriverOK) Error() string
type GetDriverParams ¶
type GetDriverParams struct { /*XDispatchOrg*/ XDispatchOrg string /*DriverName Name of the driver to work on */ DriverName string /*Tags Filter based on tags */ Tags []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDriverParams contains all the parameters to send to the API endpoint for the get driver operation typically these are written to a http.Request
func NewGetDriverParams ¶
func NewGetDriverParams() *GetDriverParams
NewGetDriverParams creates a new GetDriverParams object with the default values initialized.
func NewGetDriverParamsWithContext ¶
func NewGetDriverParamsWithContext(ctx context.Context) *GetDriverParams
NewGetDriverParamsWithContext creates a new GetDriverParams object with the default values initialized, and the ability to set a context for a request
func NewGetDriverParamsWithHTTPClient ¶
func NewGetDriverParamsWithHTTPClient(client *http.Client) *GetDriverParams
NewGetDriverParamsWithHTTPClient creates a new GetDriverParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetDriverParamsWithTimeout ¶
func NewGetDriverParamsWithTimeout(timeout time.Duration) *GetDriverParams
NewGetDriverParamsWithTimeout creates a new GetDriverParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetDriverParams) SetContext ¶
func (o *GetDriverParams) SetContext(ctx context.Context)
SetContext adds the context to the get driver params
func (*GetDriverParams) SetDriverName ¶
func (o *GetDriverParams) SetDriverName(driverName string)
SetDriverName adds the driverName to the get driver params
func (*GetDriverParams) SetHTTPClient ¶
func (o *GetDriverParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get driver params
func (*GetDriverParams) SetTags ¶ added in v0.1.13
func (o *GetDriverParams) SetTags(tags []string)
SetTags adds the tags to the get driver params
func (*GetDriverParams) SetTimeout ¶
func (o *GetDriverParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get driver params
func (*GetDriverParams) SetXDispatchOrg ¶ added in v0.1.16
func (o *GetDriverParams) SetXDispatchOrg(xDispatchOrg string)
SetXDispatchOrg adds the xDispatchOrg to the get driver params
func (*GetDriverParams) WithContext ¶
func (o *GetDriverParams) WithContext(ctx context.Context) *GetDriverParams
WithContext adds the context to the get driver params
func (*GetDriverParams) WithDriverName ¶
func (o *GetDriverParams) WithDriverName(driverName string) *GetDriverParams
WithDriverName adds the driverName to the get driver params
func (*GetDriverParams) WithHTTPClient ¶
func (o *GetDriverParams) WithHTTPClient(client *http.Client) *GetDriverParams
WithHTTPClient adds the HTTPClient to the get driver params
func (*GetDriverParams) WithTags ¶ added in v0.1.13
func (o *GetDriverParams) WithTags(tags []string) *GetDriverParams
WithTags adds the tags to the get driver params
func (*GetDriverParams) WithTimeout ¶
func (o *GetDriverParams) WithTimeout(timeout time.Duration) *GetDriverParams
WithTimeout adds the timeout to the get driver params
func (*GetDriverParams) WithXDispatchOrg ¶ added in v0.1.16
func (o *GetDriverParams) WithXDispatchOrg(xDispatchOrg string) *GetDriverParams
WithXDispatchOrg adds the xDispatchOrg to the get driver params
func (*GetDriverParams) WriteToRequest ¶
func (o *GetDriverParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDriverReader ¶
type GetDriverReader struct {
// contains filtered or unexported fields
}
GetDriverReader is a Reader for the GetDriver structure.
func (*GetDriverReader) ReadResponse ¶
func (o *GetDriverReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDriverTypeBadRequest ¶ added in v0.1.13
GetDriverTypeBadRequest handles this case with default header values.
Invalid Name supplied
func NewGetDriverTypeBadRequest ¶ added in v0.1.13
func NewGetDriverTypeBadRequest() *GetDriverTypeBadRequest
NewGetDriverTypeBadRequest creates a GetDriverTypeBadRequest with default headers values
func (*GetDriverTypeBadRequest) Error ¶ added in v0.1.13
func (o *GetDriverTypeBadRequest) Error() string
type GetDriverTypeDefault ¶ added in v0.1.13
GetDriverTypeDefault handles this case with default header values.
Unknown error
func NewGetDriverTypeDefault ¶ added in v0.1.13
func NewGetDriverTypeDefault(code int) *GetDriverTypeDefault
NewGetDriverTypeDefault creates a GetDriverTypeDefault with default headers values
func (*GetDriverTypeDefault) Code ¶ added in v0.1.13
func (o *GetDriverTypeDefault) Code() int
Code gets the status code for the get driver type default response
func (*GetDriverTypeDefault) Error ¶ added in v0.1.13
func (o *GetDriverTypeDefault) Error() string
type GetDriverTypeForbidden ¶ added in v0.1.18
GetDriverTypeForbidden handles this case with default header values.
access to this resource is forbidden
func NewGetDriverTypeForbidden ¶ added in v0.1.18
func NewGetDriverTypeForbidden() *GetDriverTypeForbidden
NewGetDriverTypeForbidden creates a GetDriverTypeForbidden with default headers values
func (*GetDriverTypeForbidden) Error ¶ added in v0.1.18
func (o *GetDriverTypeForbidden) Error() string
type GetDriverTypeNotFound ¶ added in v0.1.13
GetDriverTypeNotFound handles this case with default header values.
Driver not found
func NewGetDriverTypeNotFound ¶ added in v0.1.13
func NewGetDriverTypeNotFound() *GetDriverTypeNotFound
NewGetDriverTypeNotFound creates a GetDriverTypeNotFound with default headers values
func (*GetDriverTypeNotFound) Error ¶ added in v0.1.13
func (o *GetDriverTypeNotFound) Error() string
type GetDriverTypeOK ¶ added in v0.1.13
type GetDriverTypeOK struct {
Payload *v1.EventDriverType
}
GetDriverTypeOK handles this case with default header values.
Successful operation
func NewGetDriverTypeOK ¶ added in v0.1.13
func NewGetDriverTypeOK() *GetDriverTypeOK
NewGetDriverTypeOK creates a GetDriverTypeOK with default headers values
func (*GetDriverTypeOK) Error ¶ added in v0.1.13
func (o *GetDriverTypeOK) Error() string
type GetDriverTypeParams ¶ added in v0.1.13
type GetDriverTypeParams struct { /*XDispatchOrg*/ XDispatchOrg string /*DriverTypeName Name of the driver type to work on */ DriverTypeName string /*Tags Filter based on tags */ Tags []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDriverTypeParams contains all the parameters to send to the API endpoint for the get driver type operation typically these are written to a http.Request
func NewGetDriverTypeParams ¶ added in v0.1.13
func NewGetDriverTypeParams() *GetDriverTypeParams
NewGetDriverTypeParams creates a new GetDriverTypeParams object with the default values initialized.
func NewGetDriverTypeParamsWithContext ¶ added in v0.1.13
func NewGetDriverTypeParamsWithContext(ctx context.Context) *GetDriverTypeParams
NewGetDriverTypeParamsWithContext creates a new GetDriverTypeParams object with the default values initialized, and the ability to set a context for a request
func NewGetDriverTypeParamsWithHTTPClient ¶ added in v0.1.13
func NewGetDriverTypeParamsWithHTTPClient(client *http.Client) *GetDriverTypeParams
NewGetDriverTypeParamsWithHTTPClient creates a new GetDriverTypeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetDriverTypeParamsWithTimeout ¶ added in v0.1.13
func NewGetDriverTypeParamsWithTimeout(timeout time.Duration) *GetDriverTypeParams
NewGetDriverTypeParamsWithTimeout creates a new GetDriverTypeParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetDriverTypeParams) SetContext ¶ added in v0.1.13
func (o *GetDriverTypeParams) SetContext(ctx context.Context)
SetContext adds the context to the get driver type params
func (*GetDriverTypeParams) SetDriverTypeName ¶ added in v0.1.13
func (o *GetDriverTypeParams) SetDriverTypeName(driverTypeName string)
SetDriverTypeName adds the driverTypeName to the get driver type params
func (*GetDriverTypeParams) SetHTTPClient ¶ added in v0.1.13
func (o *GetDriverTypeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get driver type params
func (*GetDriverTypeParams) SetTags ¶ added in v0.1.13
func (o *GetDriverTypeParams) SetTags(tags []string)
SetTags adds the tags to the get driver type params
func (*GetDriverTypeParams) SetTimeout ¶ added in v0.1.13
func (o *GetDriverTypeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get driver type params
func (*GetDriverTypeParams) SetXDispatchOrg ¶ added in v0.1.16
func (o *GetDriverTypeParams) SetXDispatchOrg(xDispatchOrg string)
SetXDispatchOrg adds the xDispatchOrg to the get driver type params
func (*GetDriverTypeParams) WithContext ¶ added in v0.1.13
func (o *GetDriverTypeParams) WithContext(ctx context.Context) *GetDriverTypeParams
WithContext adds the context to the get driver type params
func (*GetDriverTypeParams) WithDriverTypeName ¶ added in v0.1.13
func (o *GetDriverTypeParams) WithDriverTypeName(driverTypeName string) *GetDriverTypeParams
WithDriverTypeName adds the driverTypeName to the get driver type params
func (*GetDriverTypeParams) WithHTTPClient ¶ added in v0.1.13
func (o *GetDriverTypeParams) WithHTTPClient(client *http.Client) *GetDriverTypeParams
WithHTTPClient adds the HTTPClient to the get driver type params
func (*GetDriverTypeParams) WithTags ¶ added in v0.1.13
func (o *GetDriverTypeParams) WithTags(tags []string) *GetDriverTypeParams
WithTags adds the tags to the get driver type params
func (*GetDriverTypeParams) WithTimeout ¶ added in v0.1.13
func (o *GetDriverTypeParams) WithTimeout(timeout time.Duration) *GetDriverTypeParams
WithTimeout adds the timeout to the get driver type params
func (*GetDriverTypeParams) WithXDispatchOrg ¶ added in v0.1.16
func (o *GetDriverTypeParams) WithXDispatchOrg(xDispatchOrg string) *GetDriverTypeParams
WithXDispatchOrg adds the xDispatchOrg to the get driver type params
func (*GetDriverTypeParams) WriteToRequest ¶ added in v0.1.13
func (o *GetDriverTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDriverTypeReader ¶ added in v0.1.13
type GetDriverTypeReader struct {
// contains filtered or unexported fields
}
GetDriverTypeReader is a Reader for the GetDriverType structure.
func (*GetDriverTypeReader) ReadResponse ¶ added in v0.1.13
func (o *GetDriverTypeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDriverTypeUnauthorized ¶ added in v0.1.18
type GetDriverTypeUnauthorized struct {
}GetDriverTypeUnauthorized handles this case with default header values.
Unauthorized Request
func NewGetDriverTypeUnauthorized ¶ added in v0.1.18
func NewGetDriverTypeUnauthorized() *GetDriverTypeUnauthorized
NewGetDriverTypeUnauthorized creates a GetDriverTypeUnauthorized with default headers values
func (*GetDriverTypeUnauthorized) Error ¶ added in v0.1.18
func (o *GetDriverTypeUnauthorized) Error() string
type GetDriverTypesDefault ¶ added in v0.1.13
GetDriverTypesDefault handles this case with default header values.
Unknown error
func NewGetDriverTypesDefault ¶ added in v0.1.13
func NewGetDriverTypesDefault(code int) *GetDriverTypesDefault
NewGetDriverTypesDefault creates a GetDriverTypesDefault with default headers values
func (*GetDriverTypesDefault) Code ¶ added in v0.1.13
func (o *GetDriverTypesDefault) Code() int
Code gets the status code for the get driver types default response
func (*GetDriverTypesDefault) Error ¶ added in v0.1.13
func (o *GetDriverTypesDefault) Error() string
type GetDriverTypesForbidden ¶ added in v0.1.18
GetDriverTypesForbidden handles this case with default header values.
access to this resource is forbidden
func NewGetDriverTypesForbidden ¶ added in v0.1.18
func NewGetDriverTypesForbidden() *GetDriverTypesForbidden
NewGetDriverTypesForbidden creates a GetDriverTypesForbidden with default headers values
func (*GetDriverTypesForbidden) Error ¶ added in v0.1.18
func (o *GetDriverTypesForbidden) Error() string
type GetDriverTypesOK ¶ added in v0.1.13
type GetDriverTypesOK struct {
Payload []*v1.EventDriverType
}
GetDriverTypesOK handles this case with default header values.
Successful operation
func NewGetDriverTypesOK ¶ added in v0.1.13
func NewGetDriverTypesOK() *GetDriverTypesOK
NewGetDriverTypesOK creates a GetDriverTypesOK with default headers values
func (*GetDriverTypesOK) Error ¶ added in v0.1.13
func (o *GetDriverTypesOK) Error() string
type GetDriverTypesParams ¶ added in v0.1.13
type GetDriverTypesParams struct { /*XDispatchOrg*/ XDispatchOrg string /*Tags Filter based on tags */ Tags []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDriverTypesParams contains all the parameters to send to the API endpoint for the get driver types operation typically these are written to a http.Request
func NewGetDriverTypesParams ¶ added in v0.1.13
func NewGetDriverTypesParams() *GetDriverTypesParams
NewGetDriverTypesParams creates a new GetDriverTypesParams object with the default values initialized.
func NewGetDriverTypesParamsWithContext ¶ added in v0.1.13
func NewGetDriverTypesParamsWithContext(ctx context.Context) *GetDriverTypesParams
NewGetDriverTypesParamsWithContext creates a new GetDriverTypesParams object with the default values initialized, and the ability to set a context for a request
func NewGetDriverTypesParamsWithHTTPClient ¶ added in v0.1.13
func NewGetDriverTypesParamsWithHTTPClient(client *http.Client) *GetDriverTypesParams
NewGetDriverTypesParamsWithHTTPClient creates a new GetDriverTypesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetDriverTypesParamsWithTimeout ¶ added in v0.1.13
func NewGetDriverTypesParamsWithTimeout(timeout time.Duration) *GetDriverTypesParams
NewGetDriverTypesParamsWithTimeout creates a new GetDriverTypesParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetDriverTypesParams) SetContext ¶ added in v0.1.13
func (o *GetDriverTypesParams) SetContext(ctx context.Context)
SetContext adds the context to the get driver types params
func (*GetDriverTypesParams) SetHTTPClient ¶ added in v0.1.13
func (o *GetDriverTypesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get driver types params
func (*GetDriverTypesParams) SetTags ¶ added in v0.1.13
func (o *GetDriverTypesParams) SetTags(tags []string)
SetTags adds the tags to the get driver types params
func (*GetDriverTypesParams) SetTimeout ¶ added in v0.1.13
func (o *GetDriverTypesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get driver types params
func (*GetDriverTypesParams) SetXDispatchOrg ¶ added in v0.1.16
func (o *GetDriverTypesParams) SetXDispatchOrg(xDispatchOrg string)
SetXDispatchOrg adds the xDispatchOrg to the get driver types params
func (*GetDriverTypesParams) WithContext ¶ added in v0.1.13
func (o *GetDriverTypesParams) WithContext(ctx context.Context) *GetDriverTypesParams
WithContext adds the context to the get driver types params
func (*GetDriverTypesParams) WithHTTPClient ¶ added in v0.1.13
func (o *GetDriverTypesParams) WithHTTPClient(client *http.Client) *GetDriverTypesParams
WithHTTPClient adds the HTTPClient to the get driver types params
func (*GetDriverTypesParams) WithTags ¶ added in v0.1.13
func (o *GetDriverTypesParams) WithTags(tags []string) *GetDriverTypesParams
WithTags adds the tags to the get driver types params
func (*GetDriverTypesParams) WithTimeout ¶ added in v0.1.13
func (o *GetDriverTypesParams) WithTimeout(timeout time.Duration) *GetDriverTypesParams
WithTimeout adds the timeout to the get driver types params
func (*GetDriverTypesParams) WithXDispatchOrg ¶ added in v0.1.16
func (o *GetDriverTypesParams) WithXDispatchOrg(xDispatchOrg string) *GetDriverTypesParams
WithXDispatchOrg adds the xDispatchOrg to the get driver types params
func (*GetDriverTypesParams) WriteToRequest ¶ added in v0.1.13
func (o *GetDriverTypesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDriverTypesReader ¶ added in v0.1.13
type GetDriverTypesReader struct {
// contains filtered or unexported fields
}
GetDriverTypesReader is a Reader for the GetDriverTypes structure.
func (*GetDriverTypesReader) ReadResponse ¶ added in v0.1.13
func (o *GetDriverTypesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDriverTypesUnauthorized ¶ added in v0.1.18
type GetDriverTypesUnauthorized struct {
}GetDriverTypesUnauthorized handles this case with default header values.
Unauthorized Request
func NewGetDriverTypesUnauthorized ¶ added in v0.1.18
func NewGetDriverTypesUnauthorized() *GetDriverTypesUnauthorized
NewGetDriverTypesUnauthorized creates a GetDriverTypesUnauthorized with default headers values
func (*GetDriverTypesUnauthorized) Error ¶ added in v0.1.18
func (o *GetDriverTypesUnauthorized) Error() string
type GetDriverUnauthorized ¶ added in v0.1.18
type GetDriverUnauthorized struct {
}GetDriverUnauthorized handles this case with default header values.
Unauthorized Request
func NewGetDriverUnauthorized ¶ added in v0.1.18
func NewGetDriverUnauthorized() *GetDriverUnauthorized
NewGetDriverUnauthorized creates a GetDriverUnauthorized with default headers values
func (*GetDriverUnauthorized) Error ¶ added in v0.1.18
func (o *GetDriverUnauthorized) Error() string
type GetDriversDefault ¶
GetDriversDefault handles this case with default header values.
Unknown error
func NewGetDriversDefault ¶
func NewGetDriversDefault(code int) *GetDriversDefault
NewGetDriversDefault creates a GetDriversDefault with default headers values
func (*GetDriversDefault) Code ¶
func (o *GetDriversDefault) Code() int
Code gets the status code for the get drivers default response
func (*GetDriversDefault) Error ¶
func (o *GetDriversDefault) Error() string
type GetDriversForbidden ¶ added in v0.1.18
GetDriversForbidden handles this case with default header values.
access to this resource is forbidden
func NewGetDriversForbidden ¶ added in v0.1.18
func NewGetDriversForbidden() *GetDriversForbidden
NewGetDriversForbidden creates a GetDriversForbidden with default headers values
func (*GetDriversForbidden) Error ¶ added in v0.1.18
func (o *GetDriversForbidden) Error() string
type GetDriversOK ¶
type GetDriversOK struct {
Payload []*v1.EventDriver
}
GetDriversOK handles this case with default header values.
Successful operation
func NewGetDriversOK ¶
func NewGetDriversOK() *GetDriversOK
NewGetDriversOK creates a GetDriversOK with default headers values
func (*GetDriversOK) Error ¶
func (o *GetDriversOK) Error() string
type GetDriversParams ¶
type GetDriversParams struct { /*XDispatchOrg*/ XDispatchOrg string /*Tags Filter based on tags */ Tags []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDriversParams contains all the parameters to send to the API endpoint for the get drivers operation typically these are written to a http.Request
func NewGetDriversParams ¶
func NewGetDriversParams() *GetDriversParams
NewGetDriversParams creates a new GetDriversParams object with the default values initialized.
func NewGetDriversParamsWithContext ¶
func NewGetDriversParamsWithContext(ctx context.Context) *GetDriversParams
NewGetDriversParamsWithContext creates a new GetDriversParams object with the default values initialized, and the ability to set a context for a request
func NewGetDriversParamsWithHTTPClient ¶
func NewGetDriversParamsWithHTTPClient(client *http.Client) *GetDriversParams
NewGetDriversParamsWithHTTPClient creates a new GetDriversParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetDriversParamsWithTimeout ¶
func NewGetDriversParamsWithTimeout(timeout time.Duration) *GetDriversParams
NewGetDriversParamsWithTimeout creates a new GetDriversParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetDriversParams) SetContext ¶
func (o *GetDriversParams) SetContext(ctx context.Context)
SetContext adds the context to the get drivers params
func (*GetDriversParams) SetHTTPClient ¶
func (o *GetDriversParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get drivers params
func (*GetDriversParams) SetTags ¶
func (o *GetDriversParams) SetTags(tags []string)
SetTags adds the tags to the get drivers params
func (*GetDriversParams) SetTimeout ¶
func (o *GetDriversParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get drivers params
func (*GetDriversParams) SetXDispatchOrg ¶ added in v0.1.16
func (o *GetDriversParams) SetXDispatchOrg(xDispatchOrg string)
SetXDispatchOrg adds the xDispatchOrg to the get drivers params
func (*GetDriversParams) WithContext ¶
func (o *GetDriversParams) WithContext(ctx context.Context) *GetDriversParams
WithContext adds the context to the get drivers params
func (*GetDriversParams) WithHTTPClient ¶
func (o *GetDriversParams) WithHTTPClient(client *http.Client) *GetDriversParams
WithHTTPClient adds the HTTPClient to the get drivers params
func (*GetDriversParams) WithTags ¶
func (o *GetDriversParams) WithTags(tags []string) *GetDriversParams
WithTags adds the tags to the get drivers params
func (*GetDriversParams) WithTimeout ¶
func (o *GetDriversParams) WithTimeout(timeout time.Duration) *GetDriversParams
WithTimeout adds the timeout to the get drivers params
func (*GetDriversParams) WithXDispatchOrg ¶ added in v0.1.16
func (o *GetDriversParams) WithXDispatchOrg(xDispatchOrg string) *GetDriversParams
WithXDispatchOrg adds the xDispatchOrg to the get drivers params
func (*GetDriversParams) WriteToRequest ¶
func (o *GetDriversParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDriversReader ¶
type GetDriversReader struct {
// contains filtered or unexported fields
}
GetDriversReader is a Reader for the GetDrivers structure.
func (*GetDriversReader) ReadResponse ¶
func (o *GetDriversReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDriversUnauthorized ¶ added in v0.1.18
type GetDriversUnauthorized struct {
}GetDriversUnauthorized handles this case with default header values.
Unauthorized Request
func NewGetDriversUnauthorized ¶ added in v0.1.18
func NewGetDriversUnauthorized() *GetDriversUnauthorized
NewGetDriversUnauthorized creates a GetDriversUnauthorized with default headers values
func (*GetDriversUnauthorized) Error ¶ added in v0.1.18
func (o *GetDriversUnauthorized) Error() string
type UpdateDriverBadRequest ¶ added in v0.1.13
UpdateDriverBadRequest handles this case with default header values.
Invalid Name supplied
func NewUpdateDriverBadRequest ¶ added in v0.1.13
func NewUpdateDriverBadRequest() *UpdateDriverBadRequest
NewUpdateDriverBadRequest creates a UpdateDriverBadRequest with default headers values
func (*UpdateDriverBadRequest) Error ¶ added in v0.1.13
func (o *UpdateDriverBadRequest) Error() string
type UpdateDriverDefault ¶ added in v0.1.13
UpdateDriverDefault handles this case with default header values.
Unknown error
func NewUpdateDriverDefault ¶ added in v0.1.13
func NewUpdateDriverDefault(code int) *UpdateDriverDefault
NewUpdateDriverDefault creates a UpdateDriverDefault with default headers values
func (*UpdateDriverDefault) Code ¶ added in v0.1.13
func (o *UpdateDriverDefault) Code() int
Code gets the status code for the update driver default response
func (*UpdateDriverDefault) Error ¶ added in v0.1.13
func (o *UpdateDriverDefault) Error() string
type UpdateDriverForbidden ¶ added in v0.1.18
UpdateDriverForbidden handles this case with default header values.
access to this resource is forbidden
func NewUpdateDriverForbidden ¶ added in v0.1.18
func NewUpdateDriverForbidden() *UpdateDriverForbidden
NewUpdateDriverForbidden creates a UpdateDriverForbidden with default headers values
func (*UpdateDriverForbidden) Error ¶ added in v0.1.18
func (o *UpdateDriverForbidden) Error() string
type UpdateDriverNotFound ¶ added in v0.1.13
UpdateDriverNotFound handles this case with default header values.
Driver not found
func NewUpdateDriverNotFound ¶ added in v0.1.13
func NewUpdateDriverNotFound() *UpdateDriverNotFound
NewUpdateDriverNotFound creates a UpdateDriverNotFound with default headers values
func (*UpdateDriverNotFound) Error ¶ added in v0.1.13
func (o *UpdateDriverNotFound) Error() string
type UpdateDriverOK ¶ added in v0.1.13
type UpdateDriverOK struct {
Payload *v1.EventDriver
}
UpdateDriverOK handles this case with default header values.
Successful operation
func NewUpdateDriverOK ¶ added in v0.1.13
func NewUpdateDriverOK() *UpdateDriverOK
NewUpdateDriverOK creates a UpdateDriverOK with default headers values
func (*UpdateDriverOK) Error ¶ added in v0.1.13
func (o *UpdateDriverOK) Error() string
type UpdateDriverParams ¶ added in v0.1.13
type UpdateDriverParams struct { /*XDispatchOrg*/ XDispatchOrg string /*Body driver object */ Body *v1.EventDriver /*DriverName Name of the driver to work on */ DriverName string /*Tags Filter based on tags */ Tags []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateDriverParams contains all the parameters to send to the API endpoint for the update driver operation typically these are written to a http.Request
func NewUpdateDriverParams ¶ added in v0.1.13
func NewUpdateDriverParams() *UpdateDriverParams
NewUpdateDriverParams creates a new UpdateDriverParams object with the default values initialized.
func NewUpdateDriverParamsWithContext ¶ added in v0.1.13
func NewUpdateDriverParamsWithContext(ctx context.Context) *UpdateDriverParams
NewUpdateDriverParamsWithContext creates a new UpdateDriverParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateDriverParamsWithHTTPClient ¶ added in v0.1.13
func NewUpdateDriverParamsWithHTTPClient(client *http.Client) *UpdateDriverParams
NewUpdateDriverParamsWithHTTPClient creates a new UpdateDriverParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateDriverParamsWithTimeout ¶ added in v0.1.13
func NewUpdateDriverParamsWithTimeout(timeout time.Duration) *UpdateDriverParams
NewUpdateDriverParamsWithTimeout creates a new UpdateDriverParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateDriverParams) SetBody ¶ added in v0.1.13
func (o *UpdateDriverParams) SetBody(body *v1.EventDriver)
SetBody adds the body to the update driver params
func (*UpdateDriverParams) SetContext ¶ added in v0.1.13
func (o *UpdateDriverParams) SetContext(ctx context.Context)
SetContext adds the context to the update driver params
func (*UpdateDriverParams) SetDriverName ¶ added in v0.1.13
func (o *UpdateDriverParams) SetDriverName(driverName string)
SetDriverName adds the driverName to the update driver params
func (*UpdateDriverParams) SetHTTPClient ¶ added in v0.1.13
func (o *UpdateDriverParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update driver params
func (*UpdateDriverParams) SetTags ¶ added in v0.1.13
func (o *UpdateDriverParams) SetTags(tags []string)
SetTags adds the tags to the update driver params
func (*UpdateDriverParams) SetTimeout ¶ added in v0.1.13
func (o *UpdateDriverParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update driver params
func (*UpdateDriverParams) SetXDispatchOrg ¶ added in v0.1.16
func (o *UpdateDriverParams) SetXDispatchOrg(xDispatchOrg string)
SetXDispatchOrg adds the xDispatchOrg to the update driver params
func (*UpdateDriverParams) WithBody ¶ added in v0.1.13
func (o *UpdateDriverParams) WithBody(body *v1.EventDriver) *UpdateDriverParams
WithBody adds the body to the update driver params
func (*UpdateDriverParams) WithContext ¶ added in v0.1.13
func (o *UpdateDriverParams) WithContext(ctx context.Context) *UpdateDriverParams
WithContext adds the context to the update driver params
func (*UpdateDriverParams) WithDriverName ¶ added in v0.1.13
func (o *UpdateDriverParams) WithDriverName(driverName string) *UpdateDriverParams
WithDriverName adds the driverName to the update driver params
func (*UpdateDriverParams) WithHTTPClient ¶ added in v0.1.13
func (o *UpdateDriverParams) WithHTTPClient(client *http.Client) *UpdateDriverParams
WithHTTPClient adds the HTTPClient to the update driver params
func (*UpdateDriverParams) WithTags ¶ added in v0.1.13
func (o *UpdateDriverParams) WithTags(tags []string) *UpdateDriverParams
WithTags adds the tags to the update driver params
func (*UpdateDriverParams) WithTimeout ¶ added in v0.1.13
func (o *UpdateDriverParams) WithTimeout(timeout time.Duration) *UpdateDriverParams
WithTimeout adds the timeout to the update driver params
func (*UpdateDriverParams) WithXDispatchOrg ¶ added in v0.1.16
func (o *UpdateDriverParams) WithXDispatchOrg(xDispatchOrg string) *UpdateDriverParams
WithXDispatchOrg adds the xDispatchOrg to the update driver params
func (*UpdateDriverParams) WriteToRequest ¶ added in v0.1.13
func (o *UpdateDriverParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateDriverReader ¶ added in v0.1.13
type UpdateDriverReader struct {
// contains filtered or unexported fields
}
UpdateDriverReader is a Reader for the UpdateDriver structure.
func (*UpdateDriverReader) ReadResponse ¶ added in v0.1.13
func (o *UpdateDriverReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateDriverTypeBadRequest ¶ added in v0.1.13
UpdateDriverTypeBadRequest handles this case with default header values.
Invalid Name supplied
func NewUpdateDriverTypeBadRequest ¶ added in v0.1.13
func NewUpdateDriverTypeBadRequest() *UpdateDriverTypeBadRequest
NewUpdateDriverTypeBadRequest creates a UpdateDriverTypeBadRequest with default headers values
func (*UpdateDriverTypeBadRequest) Error ¶ added in v0.1.13
func (o *UpdateDriverTypeBadRequest) Error() string
type UpdateDriverTypeDefault ¶ added in v0.1.13
UpdateDriverTypeDefault handles this case with default header values.
Unknown error
func NewUpdateDriverTypeDefault ¶ added in v0.1.13
func NewUpdateDriverTypeDefault(code int) *UpdateDriverTypeDefault
NewUpdateDriverTypeDefault creates a UpdateDriverTypeDefault with default headers values
func (*UpdateDriverTypeDefault) Code ¶ added in v0.1.13
func (o *UpdateDriverTypeDefault) Code() int
Code gets the status code for the update driver type default response
func (*UpdateDriverTypeDefault) Error ¶ added in v0.1.13
func (o *UpdateDriverTypeDefault) Error() string
type UpdateDriverTypeForbidden ¶ added in v0.1.18
UpdateDriverTypeForbidden handles this case with default header values.
access to this resource is forbidden
func NewUpdateDriverTypeForbidden ¶ added in v0.1.18
func NewUpdateDriverTypeForbidden() *UpdateDriverTypeForbidden
NewUpdateDriverTypeForbidden creates a UpdateDriverTypeForbidden with default headers values
func (*UpdateDriverTypeForbidden) Error ¶ added in v0.1.18
func (o *UpdateDriverTypeForbidden) Error() string
type UpdateDriverTypeNotFound ¶ added in v0.1.13
UpdateDriverTypeNotFound handles this case with default header values.
DriverType not found
func NewUpdateDriverTypeNotFound ¶ added in v0.1.13
func NewUpdateDriverTypeNotFound() *UpdateDriverTypeNotFound
NewUpdateDriverTypeNotFound creates a UpdateDriverTypeNotFound with default headers values
func (*UpdateDriverTypeNotFound) Error ¶ added in v0.1.13
func (o *UpdateDriverTypeNotFound) Error() string
type UpdateDriverTypeOK ¶ added in v0.1.13
type UpdateDriverTypeOK struct {
Payload *v1.EventDriverType
}
UpdateDriverTypeOK handles this case with default header values.
Successful operation
func NewUpdateDriverTypeOK ¶ added in v0.1.13
func NewUpdateDriverTypeOK() *UpdateDriverTypeOK
NewUpdateDriverTypeOK creates a UpdateDriverTypeOK with default headers values
func (*UpdateDriverTypeOK) Error ¶ added in v0.1.13
func (o *UpdateDriverTypeOK) Error() string
type UpdateDriverTypeParams ¶ added in v0.1.13
type UpdateDriverTypeParams struct { /*XDispatchOrg*/ XDispatchOrg string /*Body driver object */ Body *v1.EventDriverType /*DriverTypeName Name of the driver type to work on */ DriverTypeName string /*Tags Filter based on tags */ Tags []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateDriverTypeParams contains all the parameters to send to the API endpoint for the update driver type operation typically these are written to a http.Request
func NewUpdateDriverTypeParams ¶ added in v0.1.13
func NewUpdateDriverTypeParams() *UpdateDriverTypeParams
NewUpdateDriverTypeParams creates a new UpdateDriverTypeParams object with the default values initialized.
func NewUpdateDriverTypeParamsWithContext ¶ added in v0.1.13
func NewUpdateDriverTypeParamsWithContext(ctx context.Context) *UpdateDriverTypeParams
NewUpdateDriverTypeParamsWithContext creates a new UpdateDriverTypeParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateDriverTypeParamsWithHTTPClient ¶ added in v0.1.13
func NewUpdateDriverTypeParamsWithHTTPClient(client *http.Client) *UpdateDriverTypeParams
NewUpdateDriverTypeParamsWithHTTPClient creates a new UpdateDriverTypeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateDriverTypeParamsWithTimeout ¶ added in v0.1.13
func NewUpdateDriverTypeParamsWithTimeout(timeout time.Duration) *UpdateDriverTypeParams
NewUpdateDriverTypeParamsWithTimeout creates a new UpdateDriverTypeParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateDriverTypeParams) SetBody ¶ added in v0.1.13
func (o *UpdateDriverTypeParams) SetBody(body *v1.EventDriverType)
SetBody adds the body to the update driver type params
func (*UpdateDriverTypeParams) SetContext ¶ added in v0.1.13
func (o *UpdateDriverTypeParams) SetContext(ctx context.Context)
SetContext adds the context to the update driver type params
func (*UpdateDriverTypeParams) SetDriverTypeName ¶ added in v0.1.13
func (o *UpdateDriverTypeParams) SetDriverTypeName(driverTypeName string)
SetDriverTypeName adds the driverTypeName to the update driver type params
func (*UpdateDriverTypeParams) SetHTTPClient ¶ added in v0.1.13
func (o *UpdateDriverTypeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update driver type params
func (*UpdateDriverTypeParams) SetTags ¶ added in v0.1.13
func (o *UpdateDriverTypeParams) SetTags(tags []string)
SetTags adds the tags to the update driver type params
func (*UpdateDriverTypeParams) SetTimeout ¶ added in v0.1.13
func (o *UpdateDriverTypeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update driver type params
func (*UpdateDriverTypeParams) SetXDispatchOrg ¶ added in v0.1.16
func (o *UpdateDriverTypeParams) SetXDispatchOrg(xDispatchOrg string)
SetXDispatchOrg adds the xDispatchOrg to the update driver type params
func (*UpdateDriverTypeParams) WithBody ¶ added in v0.1.13
func (o *UpdateDriverTypeParams) WithBody(body *v1.EventDriverType) *UpdateDriverTypeParams
WithBody adds the body to the update driver type params
func (*UpdateDriverTypeParams) WithContext ¶ added in v0.1.13
func (o *UpdateDriverTypeParams) WithContext(ctx context.Context) *UpdateDriverTypeParams
WithContext adds the context to the update driver type params
func (*UpdateDriverTypeParams) WithDriverTypeName ¶ added in v0.1.13
func (o *UpdateDriverTypeParams) WithDriverTypeName(driverTypeName string) *UpdateDriverTypeParams
WithDriverTypeName adds the driverTypeName to the update driver type params
func (*UpdateDriverTypeParams) WithHTTPClient ¶ added in v0.1.13
func (o *UpdateDriverTypeParams) WithHTTPClient(client *http.Client) *UpdateDriverTypeParams
WithHTTPClient adds the HTTPClient to the update driver type params
func (*UpdateDriverTypeParams) WithTags ¶ added in v0.1.13
func (o *UpdateDriverTypeParams) WithTags(tags []string) *UpdateDriverTypeParams
WithTags adds the tags to the update driver type params
func (*UpdateDriverTypeParams) WithTimeout ¶ added in v0.1.13
func (o *UpdateDriverTypeParams) WithTimeout(timeout time.Duration) *UpdateDriverTypeParams
WithTimeout adds the timeout to the update driver type params
func (*UpdateDriverTypeParams) WithXDispatchOrg ¶ added in v0.1.16
func (o *UpdateDriverTypeParams) WithXDispatchOrg(xDispatchOrg string) *UpdateDriverTypeParams
WithXDispatchOrg adds the xDispatchOrg to the update driver type params
func (*UpdateDriverTypeParams) WriteToRequest ¶ added in v0.1.13
func (o *UpdateDriverTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateDriverTypeReader ¶ added in v0.1.13
type UpdateDriverTypeReader struct {
// contains filtered or unexported fields
}
UpdateDriverTypeReader is a Reader for the UpdateDriverType structure.
func (*UpdateDriverTypeReader) ReadResponse ¶ added in v0.1.13
func (o *UpdateDriverTypeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateDriverTypeUnauthorized ¶ added in v0.1.18
type UpdateDriverTypeUnauthorized struct {
}UpdateDriverTypeUnauthorized handles this case with default header values.
Unauthorized Request
func NewUpdateDriverTypeUnauthorized ¶ added in v0.1.18
func NewUpdateDriverTypeUnauthorized() *UpdateDriverTypeUnauthorized
NewUpdateDriverTypeUnauthorized creates a UpdateDriverTypeUnauthorized with default headers values
func (*UpdateDriverTypeUnauthorized) Error ¶ added in v0.1.18
func (o *UpdateDriverTypeUnauthorized) Error() string
type UpdateDriverUnauthorized ¶ added in v0.1.18
type UpdateDriverUnauthorized struct {
}UpdateDriverUnauthorized handles this case with default header values.
Unauthorized Request
func NewUpdateDriverUnauthorized ¶ added in v0.1.18
func NewUpdateDriverUnauthorized() *UpdateDriverUnauthorized
NewUpdateDriverUnauthorized creates a UpdateDriverUnauthorized with default headers values
func (*UpdateDriverUnauthorized) Error ¶ added in v0.1.18
func (o *UpdateDriverUnauthorized) Error() string
Source Files ¶
- add_driver_parameters.go
- add_driver_responses.go
- add_driver_type_parameters.go
- add_driver_type_responses.go
- delete_driver_parameters.go
- delete_driver_responses.go
- delete_driver_type_parameters.go
- delete_driver_type_responses.go
- drivers_client.go
- get_driver_parameters.go
- get_driver_responses.go
- get_driver_type_parameters.go
- get_driver_type_responses.go
- get_driver_types_parameters.go
- get_driver_types_responses.go
- get_drivers_parameters.go
- get_drivers_responses.go
- update_driver_parameters.go
- update_driver_responses.go
- update_driver_type_parameters.go
- update_driver_type_responses.go