Documentation ¶
Index ¶
- type Client
- type ClientOption
- type ClientService
- type GetClusterOK
- func (o *GetClusterOK) Code() int
- func (o *GetClusterOK) Error() string
- func (o *GetClusterOK) GetPayload() []*common.RemoteCluster
- func (o *GetClusterOK) IsClientError() bool
- func (o *GetClusterOK) IsCode(code int) bool
- func (o *GetClusterOK) IsRedirect() bool
- func (o *GetClusterOK) IsServerError() bool
- func (o *GetClusterOK) IsSuccess() bool
- func (o *GetClusterOK) String() string
- type GetClusterParams
- func (o *GetClusterParams) SetContext(ctx context.Context)
- func (o *GetClusterParams) SetDefaults()
- func (o *GetClusterParams) SetHTTPClient(client *http.Client)
- func (o *GetClusterParams) SetTimeout(timeout time.Duration)
- func (o *GetClusterParams) WithContext(ctx context.Context) *GetClusterParams
- func (o *GetClusterParams) WithDefaults() *GetClusterParams
- func (o *GetClusterParams) WithHTTPClient(client *http.Client) *GetClusterParams
- func (o *GetClusterParams) WithTimeout(timeout time.Duration) *GetClusterParams
- func (o *GetClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetClusterReader
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 cluster API
func (*Client) GetCluster ¶
func (a *Client) GetCluster(params *GetClusterParams, opts ...ClientOption) (*GetClusterOK, error)
GetCluster gets remote clusters connection status
Returns the list of remote clusters and their status.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { GetCluster(params *GetClusterParams, opts ...ClientOption) (*GetClusterOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new cluster API client.
type GetClusterOK ¶
type GetClusterOK struct {
Payload []*common.RemoteCluster
}
GetClusterOK describes a response with status code 200, with default header values.
Success
func NewGetClusterOK ¶
func NewGetClusterOK() *GetClusterOK
NewGetClusterOK creates a GetClusterOK with default headers values
func (*GetClusterOK) Code ¶
func (o *GetClusterOK) Code() int
Code gets the status code for the get cluster o k response
func (*GetClusterOK) Error ¶
func (o *GetClusterOK) Error() string
func (*GetClusterOK) GetPayload ¶
func (o *GetClusterOK) GetPayload() []*common.RemoteCluster
func (*GetClusterOK) IsClientError ¶
func (o *GetClusterOK) IsClientError() bool
IsClientError returns true when this get cluster o k response has a 4xx status code
func (*GetClusterOK) IsCode ¶
func (o *GetClusterOK) IsCode(code int) bool
IsCode returns true when this get cluster o k response a status code equal to that given
func (*GetClusterOK) IsRedirect ¶
func (o *GetClusterOK) IsRedirect() bool
IsRedirect returns true when this get cluster o k response has a 3xx status code
func (*GetClusterOK) IsServerError ¶
func (o *GetClusterOK) IsServerError() bool
IsServerError returns true when this get cluster o k response has a 5xx status code
func (*GetClusterOK) IsSuccess ¶
func (o *GetClusterOK) IsSuccess() bool
IsSuccess returns true when this get cluster o k response has a 2xx status code
func (*GetClusterOK) String ¶
func (o *GetClusterOK) String() string
type GetClusterParams ¶
type GetClusterParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetClusterParams contains all the parameters to send to the API endpoint
for the get cluster operation. Typically these are written to a http.Request.
func NewGetClusterParams ¶
func NewGetClusterParams() *GetClusterParams
NewGetClusterParams creates a new GetClusterParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetClusterParamsWithContext ¶
func NewGetClusterParamsWithContext(ctx context.Context) *GetClusterParams
NewGetClusterParamsWithContext creates a new GetClusterParams object with the ability to set a context for a request.
func NewGetClusterParamsWithHTTPClient ¶
func NewGetClusterParamsWithHTTPClient(client *http.Client) *GetClusterParams
NewGetClusterParamsWithHTTPClient creates a new GetClusterParams object with the ability to set a custom HTTPClient for a request.
func NewGetClusterParamsWithTimeout ¶
func NewGetClusterParamsWithTimeout(timeout time.Duration) *GetClusterParams
NewGetClusterParamsWithTimeout creates a new GetClusterParams object with the ability to set a timeout on a request.
func (*GetClusterParams) SetContext ¶
func (o *GetClusterParams) SetContext(ctx context.Context)
SetContext adds the context to the get cluster params
func (*GetClusterParams) SetDefaults ¶
func (o *GetClusterParams) SetDefaults()
SetDefaults hydrates default values in the get cluster params (not the query body).
All values with no default are reset to their zero value.
func (*GetClusterParams) SetHTTPClient ¶
func (o *GetClusterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get cluster params
func (*GetClusterParams) SetTimeout ¶
func (o *GetClusterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get cluster params
func (*GetClusterParams) WithContext ¶
func (o *GetClusterParams) WithContext(ctx context.Context) *GetClusterParams
WithContext adds the context to the get cluster params
func (*GetClusterParams) WithDefaults ¶
func (o *GetClusterParams) WithDefaults() *GetClusterParams
WithDefaults hydrates default values in the get cluster params (not the query body).
All values with no default are reset to their zero value.
func (*GetClusterParams) WithHTTPClient ¶
func (o *GetClusterParams) WithHTTPClient(client *http.Client) *GetClusterParams
WithHTTPClient adds the HTTPClient to the get cluster params
func (*GetClusterParams) WithTimeout ¶
func (o *GetClusterParams) WithTimeout(timeout time.Duration) *GetClusterParams
WithTimeout adds the timeout to the get cluster params
func (*GetClusterParams) WriteToRequest ¶
func (o *GetClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetClusterReader ¶
type GetClusterReader struct {
// contains filtered or unexported fields
}
GetClusterReader is a Reader for the GetCluster structure.
func (*GetClusterReader) ReadResponse ¶
func (o *GetClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.