Documentation ¶
Index ¶
- type Client
- func (a *Client) ServiceBrokerHealth(params *ServiceBrokerHealthParams) (*ServiceBrokerHealthOK, error)
- func (a *Client) ServiceBrokerHealthHead(params *ServiceBrokerHealthHeadParams) (*ServiceBrokerHealthHeadOK, error)
- func (a *Client) ServiceBrokerVersion(params *ServiceBrokerVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ServiceBrokerVersionOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ServiceBrokerHealthBadRequest
- type ServiceBrokerHealthHeadBadRequest
- type ServiceBrokerHealthHeadOK
- type ServiceBrokerHealthHeadParams
- func NewServiceBrokerHealthHeadParams() *ServiceBrokerHealthHeadParams
- func NewServiceBrokerHealthHeadParamsWithContext(ctx context.Context) *ServiceBrokerHealthHeadParams
- func NewServiceBrokerHealthHeadParamsWithHTTPClient(client *http.Client) *ServiceBrokerHealthHeadParams
- func NewServiceBrokerHealthHeadParamsWithTimeout(timeout time.Duration) *ServiceBrokerHealthHeadParams
- func (o *ServiceBrokerHealthHeadParams) SetContext(ctx context.Context)
- func (o *ServiceBrokerHealthHeadParams) SetHTTPClient(client *http.Client)
- func (o *ServiceBrokerHealthHeadParams) SetTimeout(timeout time.Duration)
- func (o *ServiceBrokerHealthHeadParams) WithContext(ctx context.Context) *ServiceBrokerHealthHeadParams
- func (o *ServiceBrokerHealthHeadParams) WithHTTPClient(client *http.Client) *ServiceBrokerHealthHeadParams
- func (o *ServiceBrokerHealthHeadParams) WithTimeout(timeout time.Duration) *ServiceBrokerHealthHeadParams
- func (o *ServiceBrokerHealthHeadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ServiceBrokerHealthHeadReader
- type ServiceBrokerHealthOK
- type ServiceBrokerHealthParams
- func NewServiceBrokerHealthParams() *ServiceBrokerHealthParams
- func NewServiceBrokerHealthParamsWithContext(ctx context.Context) *ServiceBrokerHealthParams
- func NewServiceBrokerHealthParamsWithHTTPClient(client *http.Client) *ServiceBrokerHealthParams
- func NewServiceBrokerHealthParamsWithTimeout(timeout time.Duration) *ServiceBrokerHealthParams
- func (o *ServiceBrokerHealthParams) SetContext(ctx context.Context)
- func (o *ServiceBrokerHealthParams) SetHTTPClient(client *http.Client)
- func (o *ServiceBrokerHealthParams) SetTimeout(timeout time.Duration)
- func (o *ServiceBrokerHealthParams) WithContext(ctx context.Context) *ServiceBrokerHealthParams
- func (o *ServiceBrokerHealthParams) WithHTTPClient(client *http.Client) *ServiceBrokerHealthParams
- func (o *ServiceBrokerHealthParams) WithTimeout(timeout time.Duration) *ServiceBrokerHealthParams
- func (o *ServiceBrokerHealthParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ServiceBrokerHealthReader
- type ServiceBrokerVersionBadRequest
- type ServiceBrokerVersionOK
- type ServiceBrokerVersionParams
- func NewServiceBrokerVersionParams() *ServiceBrokerVersionParams
- func NewServiceBrokerVersionParamsWithContext(ctx context.Context) *ServiceBrokerVersionParams
- func NewServiceBrokerVersionParamsWithHTTPClient(client *http.Client) *ServiceBrokerVersionParams
- func NewServiceBrokerVersionParamsWithTimeout(timeout time.Duration) *ServiceBrokerVersionParams
- func (o *ServiceBrokerVersionParams) SetContext(ctx context.Context)
- func (o *ServiceBrokerVersionParams) SetHTTPClient(client *http.Client)
- func (o *ServiceBrokerVersionParams) SetTimeout(timeout time.Duration)
- func (o *ServiceBrokerVersionParams) WithContext(ctx context.Context) *ServiceBrokerVersionParams
- func (o *ServiceBrokerVersionParams) WithHTTPClient(client *http.Client) *ServiceBrokerVersionParams
- func (o *ServiceBrokerVersionParams) WithTimeout(timeout time.Duration) *ServiceBrokerVersionParams
- func (o *ServiceBrokerVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ServiceBrokerVersionReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for iaas service broker API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new iaas service broker API client.
func (*Client) ServiceBrokerHealth ¶
func (a *Client) ServiceBrokerHealth(params *ServiceBrokerHealthParams) (*ServiceBrokerHealthOK, error)
ServiceBrokerHealth gets current server health
func (*Client) ServiceBrokerHealthHead ¶
func (a *Client) ServiceBrokerHealthHead(params *ServiceBrokerHealthHeadParams) (*ServiceBrokerHealthHeadOK, error)
ServiceBrokerHealthHead gets current server health
func (*Client) ServiceBrokerVersion ¶
func (a *Client) ServiceBrokerVersion(params *ServiceBrokerVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ServiceBrokerVersionOK, error)
ServiceBrokerVersion gets current server version
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ServiceBrokerHealthBadRequest ¶
ServiceBrokerHealthBadRequest handles this case with default header values.
Bad Request
func NewServiceBrokerHealthBadRequest ¶
func NewServiceBrokerHealthBadRequest() *ServiceBrokerHealthBadRequest
NewServiceBrokerHealthBadRequest creates a ServiceBrokerHealthBadRequest with default headers values
func (*ServiceBrokerHealthBadRequest) Error ¶
func (o *ServiceBrokerHealthBadRequest) Error() string
type ServiceBrokerHealthHeadBadRequest ¶
ServiceBrokerHealthHeadBadRequest handles this case with default header values.
Bad Request
func NewServiceBrokerHealthHeadBadRequest ¶
func NewServiceBrokerHealthHeadBadRequest() *ServiceBrokerHealthHeadBadRequest
NewServiceBrokerHealthHeadBadRequest creates a ServiceBrokerHealthHeadBadRequest with default headers values
func (*ServiceBrokerHealthHeadBadRequest) Error ¶
func (o *ServiceBrokerHealthHeadBadRequest) Error() string
type ServiceBrokerHealthHeadOK ¶
ServiceBrokerHealthHeadOK handles this case with default header values.
OK
func NewServiceBrokerHealthHeadOK ¶
func NewServiceBrokerHealthHeadOK() *ServiceBrokerHealthHeadOK
NewServiceBrokerHealthHeadOK creates a ServiceBrokerHealthHeadOK with default headers values
func (*ServiceBrokerHealthHeadOK) Error ¶
func (o *ServiceBrokerHealthHeadOK) Error() string
type ServiceBrokerHealthHeadParams ¶
type ServiceBrokerHealthHeadParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ServiceBrokerHealthHeadParams contains all the parameters to send to the API endpoint for the service broker health head operation typically these are written to a http.Request
func NewServiceBrokerHealthHeadParams ¶
func NewServiceBrokerHealthHeadParams() *ServiceBrokerHealthHeadParams
NewServiceBrokerHealthHeadParams creates a new ServiceBrokerHealthHeadParams object with the default values initialized.
func NewServiceBrokerHealthHeadParamsWithContext ¶
func NewServiceBrokerHealthHeadParamsWithContext(ctx context.Context) *ServiceBrokerHealthHeadParams
NewServiceBrokerHealthHeadParamsWithContext creates a new ServiceBrokerHealthHeadParams object with the default values initialized, and the ability to set a context for a request
func NewServiceBrokerHealthHeadParamsWithHTTPClient ¶
func NewServiceBrokerHealthHeadParamsWithHTTPClient(client *http.Client) *ServiceBrokerHealthHeadParams
NewServiceBrokerHealthHeadParamsWithHTTPClient creates a new ServiceBrokerHealthHeadParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewServiceBrokerHealthHeadParamsWithTimeout ¶
func NewServiceBrokerHealthHeadParamsWithTimeout(timeout time.Duration) *ServiceBrokerHealthHeadParams
NewServiceBrokerHealthHeadParamsWithTimeout creates a new ServiceBrokerHealthHeadParams object with the default values initialized, and the ability to set a timeout on a request
func (*ServiceBrokerHealthHeadParams) SetContext ¶
func (o *ServiceBrokerHealthHeadParams) SetContext(ctx context.Context)
SetContext adds the context to the service broker health head params
func (*ServiceBrokerHealthHeadParams) SetHTTPClient ¶
func (o *ServiceBrokerHealthHeadParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the service broker health head params
func (*ServiceBrokerHealthHeadParams) SetTimeout ¶
func (o *ServiceBrokerHealthHeadParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the service broker health head params
func (*ServiceBrokerHealthHeadParams) WithContext ¶
func (o *ServiceBrokerHealthHeadParams) WithContext(ctx context.Context) *ServiceBrokerHealthHeadParams
WithContext adds the context to the service broker health head params
func (*ServiceBrokerHealthHeadParams) WithHTTPClient ¶
func (o *ServiceBrokerHealthHeadParams) WithHTTPClient(client *http.Client) *ServiceBrokerHealthHeadParams
WithHTTPClient adds the HTTPClient to the service broker health head params
func (*ServiceBrokerHealthHeadParams) WithTimeout ¶
func (o *ServiceBrokerHealthHeadParams) WithTimeout(timeout time.Duration) *ServiceBrokerHealthHeadParams
WithTimeout adds the timeout to the service broker health head params
func (*ServiceBrokerHealthHeadParams) WriteToRequest ¶
func (o *ServiceBrokerHealthHeadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ServiceBrokerHealthHeadReader ¶
type ServiceBrokerHealthHeadReader struct {
// contains filtered or unexported fields
}
ServiceBrokerHealthHeadReader is a Reader for the ServiceBrokerHealthHead structure.
func (*ServiceBrokerHealthHeadReader) ReadResponse ¶
func (o *ServiceBrokerHealthHeadReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ServiceBrokerHealthOK ¶
ServiceBrokerHealthOK handles this case with default header values.
OK
func NewServiceBrokerHealthOK ¶
func NewServiceBrokerHealthOK() *ServiceBrokerHealthOK
NewServiceBrokerHealthOK creates a ServiceBrokerHealthOK with default headers values
func (*ServiceBrokerHealthOK) Error ¶
func (o *ServiceBrokerHealthOK) Error() string
type ServiceBrokerHealthParams ¶
type ServiceBrokerHealthParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ServiceBrokerHealthParams contains all the parameters to send to the API endpoint for the service broker health operation typically these are written to a http.Request
func NewServiceBrokerHealthParams ¶
func NewServiceBrokerHealthParams() *ServiceBrokerHealthParams
NewServiceBrokerHealthParams creates a new ServiceBrokerHealthParams object with the default values initialized.
func NewServiceBrokerHealthParamsWithContext ¶
func NewServiceBrokerHealthParamsWithContext(ctx context.Context) *ServiceBrokerHealthParams
NewServiceBrokerHealthParamsWithContext creates a new ServiceBrokerHealthParams object with the default values initialized, and the ability to set a context for a request
func NewServiceBrokerHealthParamsWithHTTPClient ¶
func NewServiceBrokerHealthParamsWithHTTPClient(client *http.Client) *ServiceBrokerHealthParams
NewServiceBrokerHealthParamsWithHTTPClient creates a new ServiceBrokerHealthParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewServiceBrokerHealthParamsWithTimeout ¶
func NewServiceBrokerHealthParamsWithTimeout(timeout time.Duration) *ServiceBrokerHealthParams
NewServiceBrokerHealthParamsWithTimeout creates a new ServiceBrokerHealthParams object with the default values initialized, and the ability to set a timeout on a request
func (*ServiceBrokerHealthParams) SetContext ¶
func (o *ServiceBrokerHealthParams) SetContext(ctx context.Context)
SetContext adds the context to the service broker health params
func (*ServiceBrokerHealthParams) SetHTTPClient ¶
func (o *ServiceBrokerHealthParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the service broker health params
func (*ServiceBrokerHealthParams) SetTimeout ¶
func (o *ServiceBrokerHealthParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the service broker health params
func (*ServiceBrokerHealthParams) WithContext ¶
func (o *ServiceBrokerHealthParams) WithContext(ctx context.Context) *ServiceBrokerHealthParams
WithContext adds the context to the service broker health params
func (*ServiceBrokerHealthParams) WithHTTPClient ¶
func (o *ServiceBrokerHealthParams) WithHTTPClient(client *http.Client) *ServiceBrokerHealthParams
WithHTTPClient adds the HTTPClient to the service broker health params
func (*ServiceBrokerHealthParams) WithTimeout ¶
func (o *ServiceBrokerHealthParams) WithTimeout(timeout time.Duration) *ServiceBrokerHealthParams
WithTimeout adds the timeout to the service broker health params
func (*ServiceBrokerHealthParams) WriteToRequest ¶
func (o *ServiceBrokerHealthParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ServiceBrokerHealthReader ¶
type ServiceBrokerHealthReader struct {
// contains filtered or unexported fields
}
ServiceBrokerHealthReader is a Reader for the ServiceBrokerHealth structure.
func (*ServiceBrokerHealthReader) ReadResponse ¶
func (o *ServiceBrokerHealthReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ServiceBrokerVersionBadRequest ¶
ServiceBrokerVersionBadRequest handles this case with default header values.
Bad Request
func NewServiceBrokerVersionBadRequest ¶
func NewServiceBrokerVersionBadRequest() *ServiceBrokerVersionBadRequest
NewServiceBrokerVersionBadRequest creates a ServiceBrokerVersionBadRequest with default headers values
func (*ServiceBrokerVersionBadRequest) Error ¶
func (o *ServiceBrokerVersionBadRequest) Error() string
type ServiceBrokerVersionOK ¶
ServiceBrokerVersionOK handles this case with default header values.
OK
func NewServiceBrokerVersionOK ¶
func NewServiceBrokerVersionOK() *ServiceBrokerVersionOK
NewServiceBrokerVersionOK creates a ServiceBrokerVersionOK with default headers values
func (*ServiceBrokerVersionOK) Error ¶
func (o *ServiceBrokerVersionOK) Error() string
type ServiceBrokerVersionParams ¶
type ServiceBrokerVersionParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ServiceBrokerVersionParams contains all the parameters to send to the API endpoint for the service broker version operation typically these are written to a http.Request
func NewServiceBrokerVersionParams ¶
func NewServiceBrokerVersionParams() *ServiceBrokerVersionParams
NewServiceBrokerVersionParams creates a new ServiceBrokerVersionParams object with the default values initialized.
func NewServiceBrokerVersionParamsWithContext ¶
func NewServiceBrokerVersionParamsWithContext(ctx context.Context) *ServiceBrokerVersionParams
NewServiceBrokerVersionParamsWithContext creates a new ServiceBrokerVersionParams object with the default values initialized, and the ability to set a context for a request
func NewServiceBrokerVersionParamsWithHTTPClient ¶
func NewServiceBrokerVersionParamsWithHTTPClient(client *http.Client) *ServiceBrokerVersionParams
NewServiceBrokerVersionParamsWithHTTPClient creates a new ServiceBrokerVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewServiceBrokerVersionParamsWithTimeout ¶
func NewServiceBrokerVersionParamsWithTimeout(timeout time.Duration) *ServiceBrokerVersionParams
NewServiceBrokerVersionParamsWithTimeout creates a new ServiceBrokerVersionParams object with the default values initialized, and the ability to set a timeout on a request
func (*ServiceBrokerVersionParams) SetContext ¶
func (o *ServiceBrokerVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the service broker version params
func (*ServiceBrokerVersionParams) SetHTTPClient ¶
func (o *ServiceBrokerVersionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the service broker version params
func (*ServiceBrokerVersionParams) SetTimeout ¶
func (o *ServiceBrokerVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the service broker version params
func (*ServiceBrokerVersionParams) WithContext ¶
func (o *ServiceBrokerVersionParams) WithContext(ctx context.Context) *ServiceBrokerVersionParams
WithContext adds the context to the service broker version params
func (*ServiceBrokerVersionParams) WithHTTPClient ¶
func (o *ServiceBrokerVersionParams) WithHTTPClient(client *http.Client) *ServiceBrokerVersionParams
WithHTTPClient adds the HTTPClient to the service broker version params
func (*ServiceBrokerVersionParams) WithTimeout ¶
func (o *ServiceBrokerVersionParams) WithTimeout(timeout time.Duration) *ServiceBrokerVersionParams
WithTimeout adds the timeout to the service broker version params
func (*ServiceBrokerVersionParams) WriteToRequest ¶
func (o *ServiceBrokerVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ServiceBrokerVersionReader ¶
type ServiceBrokerVersionReader struct {
// contains filtered or unexported fields
}
ServiceBrokerVersionReader is a Reader for the ServiceBrokerVersion structure.
func (*ServiceBrokerVersionReader) ReadResponse ¶
func (o *ServiceBrokerVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.