Documentation
¶
Index ¶
- type Client
- type ClientService
- type GetEventsAPIGroupOK
- type GetEventsAPIGroupParams
- func NewGetEventsAPIGroupParams() *GetEventsAPIGroupParams
- func NewGetEventsAPIGroupParamsWithContext(ctx context.Context) *GetEventsAPIGroupParams
- func NewGetEventsAPIGroupParamsWithHTTPClient(client *http.Client) *GetEventsAPIGroupParams
- func NewGetEventsAPIGroupParamsWithTimeout(timeout time.Duration) *GetEventsAPIGroupParams
- func (o *GetEventsAPIGroupParams) SetContext(ctx context.Context)
- func (o *GetEventsAPIGroupParams) SetHTTPClient(client *http.Client)
- func (o *GetEventsAPIGroupParams) SetTimeout(timeout time.Duration)
- func (o *GetEventsAPIGroupParams) WithContext(ctx context.Context) *GetEventsAPIGroupParams
- func (o *GetEventsAPIGroupParams) WithHTTPClient(client *http.Client) *GetEventsAPIGroupParams
- func (o *GetEventsAPIGroupParams) WithTimeout(timeout time.Duration) *GetEventsAPIGroupParams
- func (o *GetEventsAPIGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetEventsAPIGroupReader
- type GetEventsAPIGroupUnauthorized
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 events API
func (*Client) GetEventsAPIGroup ¶
func (a *Client) GetEventsAPIGroup(params *GetEventsAPIGroupParams) (*GetEventsAPIGroupOK, error)
GetEventsAPIGroup get information of a group
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface { GetEventsAPIGroup(params *GetEventsAPIGroupParams) (*GetEventsAPIGroupOK, 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 events API client.
type GetEventsAPIGroupOK ¶
type GetEventsAPIGroupOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1APIGroup
}
GetEventsAPIGroupOK handles this case with default header values.
OK
func NewGetEventsAPIGroupOK ¶
func NewGetEventsAPIGroupOK() *GetEventsAPIGroupOK
NewGetEventsAPIGroupOK creates a GetEventsAPIGroupOK with default headers values
func (*GetEventsAPIGroupOK) Error ¶
func (o *GetEventsAPIGroupOK) Error() string
func (*GetEventsAPIGroupOK) GetPayload ¶
func (o *GetEventsAPIGroupOK) GetPayload() *models.IoK8sApimachineryPkgApisMetaV1APIGroup
type GetEventsAPIGroupParams ¶
type GetEventsAPIGroupParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetEventsAPIGroupParams contains all the parameters to send to the API endpoint for the get events API group operation typically these are written to a http.Request
func NewGetEventsAPIGroupParams ¶
func NewGetEventsAPIGroupParams() *GetEventsAPIGroupParams
NewGetEventsAPIGroupParams creates a new GetEventsAPIGroupParams object with the default values initialized.
func NewGetEventsAPIGroupParamsWithContext ¶
func NewGetEventsAPIGroupParamsWithContext(ctx context.Context) *GetEventsAPIGroupParams
NewGetEventsAPIGroupParamsWithContext creates a new GetEventsAPIGroupParams object with the default values initialized, and the ability to set a context for a request
func NewGetEventsAPIGroupParamsWithHTTPClient ¶
func NewGetEventsAPIGroupParamsWithHTTPClient(client *http.Client) *GetEventsAPIGroupParams
NewGetEventsAPIGroupParamsWithHTTPClient creates a new GetEventsAPIGroupParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetEventsAPIGroupParamsWithTimeout ¶
func NewGetEventsAPIGroupParamsWithTimeout(timeout time.Duration) *GetEventsAPIGroupParams
NewGetEventsAPIGroupParamsWithTimeout creates a new GetEventsAPIGroupParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetEventsAPIGroupParams) SetContext ¶
func (o *GetEventsAPIGroupParams) SetContext(ctx context.Context)
SetContext adds the context to the get events API group params
func (*GetEventsAPIGroupParams) SetHTTPClient ¶
func (o *GetEventsAPIGroupParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get events API group params
func (*GetEventsAPIGroupParams) SetTimeout ¶
func (o *GetEventsAPIGroupParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get events API group params
func (*GetEventsAPIGroupParams) WithContext ¶
func (o *GetEventsAPIGroupParams) WithContext(ctx context.Context) *GetEventsAPIGroupParams
WithContext adds the context to the get events API group params
func (*GetEventsAPIGroupParams) WithHTTPClient ¶
func (o *GetEventsAPIGroupParams) WithHTTPClient(client *http.Client) *GetEventsAPIGroupParams
WithHTTPClient adds the HTTPClient to the get events API group params
func (*GetEventsAPIGroupParams) WithTimeout ¶
func (o *GetEventsAPIGroupParams) WithTimeout(timeout time.Duration) *GetEventsAPIGroupParams
WithTimeout adds the timeout to the get events API group params
func (*GetEventsAPIGroupParams) WriteToRequest ¶
func (o *GetEventsAPIGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetEventsAPIGroupReader ¶
type GetEventsAPIGroupReader struct {
// contains filtered or unexported fields
}
GetEventsAPIGroupReader is a Reader for the GetEventsAPIGroup structure.
func (*GetEventsAPIGroupReader) ReadResponse ¶
func (o *GetEventsAPIGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetEventsAPIGroupUnauthorized ¶
type GetEventsAPIGroupUnauthorized struct { }
GetEventsAPIGroupUnauthorized handles this case with default header values.
Unauthorized
func NewGetEventsAPIGroupUnauthorized ¶
func NewGetEventsAPIGroupUnauthorized() *GetEventsAPIGroupUnauthorized
NewGetEventsAPIGroupUnauthorized creates a GetEventsAPIGroupUnauthorized with default headers values
func (*GetEventsAPIGroupUnauthorized) Error ¶
func (o *GetEventsAPIGroupUnauthorized) Error() string