Versions in this module Expand all Collapse all v0 v0.1.1 Jan 12, 2023 v0.1.0 Jan 9, 2023 Changes in this version + type Client struct + func (a *Client) Healthz(params *HealthzParams, opts ...ClientOption) (*HealthzOK, error) + func (a *Client) Readyz(params *ReadyzParams, opts ...ClientOption) (*ReadyzOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + Healthz func(params *HealthzParams, opts ...ClientOption) (*HealthzOK, error) + Readyz func(params *ReadyzParams, opts ...ClientOption) (*ReadyzOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type HealthzOK struct + Payload *models.HealthStatus + func NewHealthzOK() *HealthzOK + func (o *HealthzOK) Error() string + func (o *HealthzOK) GetPayload() *models.HealthStatus + type HealthzParams struct + Context context.Context + HTTPClient *http.Client + func NewHealthzParams() *HealthzParams + func NewHealthzParamsWithContext(ctx context.Context) *HealthzParams + func NewHealthzParamsWithHTTPClient(client *http.Client) *HealthzParams + func NewHealthzParamsWithTimeout(timeout time.Duration) *HealthzParams + func (o *HealthzParams) SetContext(ctx context.Context) + func (o *HealthzParams) SetDefaults() + func (o *HealthzParams) SetHTTPClient(client *http.Client) + func (o *HealthzParams) SetTimeout(timeout time.Duration) + func (o *HealthzParams) WithContext(ctx context.Context) *HealthzParams + func (o *HealthzParams) WithDefaults() *HealthzParams + func (o *HealthzParams) WithHTTPClient(client *http.Client) *HealthzParams + func (o *HealthzParams) WithTimeout(timeout time.Duration) *HealthzParams + func (o *HealthzParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type HealthzReader struct + func (o *HealthzReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ReadyzOK struct + Payload *models.ReadyStatus + func NewReadyzOK() *ReadyzOK + func (o *ReadyzOK) Error() string + func (o *ReadyzOK) GetPayload() *models.ReadyStatus + type ReadyzParams struct + Context context.Context + HTTPClient *http.Client + func NewReadyzParams() *ReadyzParams + func NewReadyzParamsWithContext(ctx context.Context) *ReadyzParams + func NewReadyzParamsWithHTTPClient(client *http.Client) *ReadyzParams + func NewReadyzParamsWithTimeout(timeout time.Duration) *ReadyzParams + func (o *ReadyzParams) SetContext(ctx context.Context) + func (o *ReadyzParams) SetDefaults() + func (o *ReadyzParams) SetHTTPClient(client *http.Client) + func (o *ReadyzParams) SetTimeout(timeout time.Duration) + func (o *ReadyzParams) WithContext(ctx context.Context) *ReadyzParams + func (o *ReadyzParams) WithDefaults() *ReadyzParams + func (o *ReadyzParams) WithHTTPClient(client *http.Client) *ReadyzParams + func (o *ReadyzParams) WithTimeout(timeout time.Duration) *ReadyzParams + func (o *ReadyzParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ReadyzReader struct + func (o *ReadyzReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)