Documentation ¶
Index ¶
- type Client
- type GetHealthzFailed
- type GetHealthzOK
- type GetHealthzParams
- func (o *GetHealthzParams) SetContext(ctx context.Context)
- func (o *GetHealthzParams) SetHTTPClient(client *http.Client)
- func (o *GetHealthzParams) SetTimeout(timeout time.Duration)
- func (o *GetHealthzParams) WithContext(ctx context.Context) *GetHealthzParams
- func (o *GetHealthzParams) WithHTTPClient(client *http.Client) *GetHealthzParams
- func (o *GetHealthzParams) WithTimeout(timeout time.Duration) *GetHealthzParams
- func (o *GetHealthzParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetHealthzReader
- type GetHelloOK
- type GetHelloParams
- func (o *GetHelloParams) SetContext(ctx context.Context)
- func (o *GetHelloParams) SetHTTPClient(client *http.Client)
- func (o *GetHelloParams) SetTimeout(timeout time.Duration)
- func (o *GetHelloParams) WithContext(ctx context.Context) *GetHelloParams
- func (o *GetHelloParams) WithHTTPClient(client *http.Client) *GetHelloParams
- func (o *GetHelloParams) WithTimeout(timeout time.Duration) *GetHelloParams
- func (o *GetHelloParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetHelloReader
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 restapi API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new restapi API client.
func (*Client) GetHealthz ¶
func (a *Client) GetHealthz(params *GetHealthzParams) (*GetHealthzOK, error)
GetHealthz gets health of cilium node
Returns health and status information of the local node including load and uptime, as well as the status of related components including the Cilium daemon.
func (*Client) GetHello ¶
func (a *Client) GetHello(params *GetHelloParams) (*GetHelloOK, error)
GetHello says hello to cilium health
Returns a successful status code if this cilium-health instance is reachable.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type GetHealthzFailed ¶
GetHealthzFailed handles this case with default header values.
Failed to contact local Cilium daemon
func NewGetHealthzFailed ¶
func NewGetHealthzFailed() *GetHealthzFailed
NewGetHealthzFailed creates a GetHealthzFailed with default headers values
func (*GetHealthzFailed) Error ¶
func (o *GetHealthzFailed) Error() string
type GetHealthzOK ¶
type GetHealthzOK struct {
Payload *models.HealthResponse
}
GetHealthzOK handles this case with default header values.
Success
func NewGetHealthzOK ¶
func NewGetHealthzOK() *GetHealthzOK
NewGetHealthzOK creates a GetHealthzOK with default headers values
func (*GetHealthzOK) Error ¶
func (o *GetHealthzOK) Error() string
type GetHealthzParams ¶
type GetHealthzParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetHealthzParams contains all the parameters to send to the API endpoint for the get healthz operation typically these are written to a http.Request
func NewGetHealthzParams ¶
func NewGetHealthzParams() *GetHealthzParams
NewGetHealthzParams creates a new GetHealthzParams object with the default values initialized.
func NewGetHealthzParamsWithContext ¶
func NewGetHealthzParamsWithContext(ctx context.Context) *GetHealthzParams
NewGetHealthzParamsWithContext creates a new GetHealthzParams object with the default values initialized, and the ability to set a context for a request
func NewGetHealthzParamsWithHTTPClient ¶
func NewGetHealthzParamsWithHTTPClient(client *http.Client) *GetHealthzParams
NewGetHealthzParamsWithHTTPClient creates a new GetHealthzParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetHealthzParamsWithTimeout ¶
func NewGetHealthzParamsWithTimeout(timeout time.Duration) *GetHealthzParams
NewGetHealthzParamsWithTimeout creates a new GetHealthzParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetHealthzParams) SetContext ¶
func (o *GetHealthzParams) SetContext(ctx context.Context)
SetContext adds the context to the get healthz params
func (*GetHealthzParams) SetHTTPClient ¶
func (o *GetHealthzParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get healthz params
func (*GetHealthzParams) SetTimeout ¶
func (o *GetHealthzParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get healthz params
func (*GetHealthzParams) WithContext ¶
func (o *GetHealthzParams) WithContext(ctx context.Context) *GetHealthzParams
WithContext adds the context to the get healthz params
func (*GetHealthzParams) WithHTTPClient ¶
func (o *GetHealthzParams) WithHTTPClient(client *http.Client) *GetHealthzParams
WithHTTPClient adds the HTTPClient to the get healthz params
func (*GetHealthzParams) WithTimeout ¶
func (o *GetHealthzParams) WithTimeout(timeout time.Duration) *GetHealthzParams
WithTimeout adds the timeout to the get healthz params
func (*GetHealthzParams) WriteToRequest ¶
func (o *GetHealthzParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetHealthzReader ¶
type GetHealthzReader struct {
// contains filtered or unexported fields
}
GetHealthzReader is a Reader for the GetHealthz structure.
func (*GetHealthzReader) ReadResponse ¶
func (o *GetHealthzReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetHelloOK ¶
type GetHelloOK struct { }
GetHelloOK handles this case with default header values.
Success
func NewGetHelloOK ¶
func NewGetHelloOK() *GetHelloOK
NewGetHelloOK creates a GetHelloOK with default headers values
func (*GetHelloOK) Error ¶
func (o *GetHelloOK) Error() string
type GetHelloParams ¶
type GetHelloParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetHelloParams contains all the parameters to send to the API endpoint for the get hello operation typically these are written to a http.Request
func NewGetHelloParams ¶
func NewGetHelloParams() *GetHelloParams
NewGetHelloParams creates a new GetHelloParams object with the default values initialized.
func NewGetHelloParamsWithContext ¶
func NewGetHelloParamsWithContext(ctx context.Context) *GetHelloParams
NewGetHelloParamsWithContext creates a new GetHelloParams object with the default values initialized, and the ability to set a context for a request
func NewGetHelloParamsWithHTTPClient ¶
func NewGetHelloParamsWithHTTPClient(client *http.Client) *GetHelloParams
NewGetHelloParamsWithHTTPClient creates a new GetHelloParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetHelloParamsWithTimeout ¶
func NewGetHelloParamsWithTimeout(timeout time.Duration) *GetHelloParams
NewGetHelloParamsWithTimeout creates a new GetHelloParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetHelloParams) SetContext ¶
func (o *GetHelloParams) SetContext(ctx context.Context)
SetContext adds the context to the get hello params
func (*GetHelloParams) SetHTTPClient ¶
func (o *GetHelloParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get hello params
func (*GetHelloParams) SetTimeout ¶
func (o *GetHelloParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get hello params
func (*GetHelloParams) WithContext ¶
func (o *GetHelloParams) WithContext(ctx context.Context) *GetHelloParams
WithContext adds the context to the get hello params
func (*GetHelloParams) WithHTTPClient ¶
func (o *GetHelloParams) WithHTTPClient(client *http.Client) *GetHelloParams
WithHTTPClient adds the HTTPClient to the get hello params
func (*GetHelloParams) WithTimeout ¶
func (o *GetHelloParams) WithTimeout(timeout time.Duration) *GetHelloParams
WithTimeout adds the timeout to the get hello params
func (*GetHelloParams) WriteToRequest ¶
func (o *GetHelloParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetHelloReader ¶
type GetHelloReader struct {
// contains filtered or unexported fields
}
GetHelloReader is a Reader for the GetHello structure.
func (*GetHelloReader) ReadResponse ¶
func (o *GetHelloReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.