Documentation
¶
Index ¶
- type Client
- type ClientService
- type GetFlowcontrolApiserverAPIGroupOK
- type GetFlowcontrolApiserverAPIGroupParams
- func NewGetFlowcontrolApiserverAPIGroupParams() *GetFlowcontrolApiserverAPIGroupParams
- func NewGetFlowcontrolApiserverAPIGroupParamsWithContext(ctx context.Context) *GetFlowcontrolApiserverAPIGroupParams
- func NewGetFlowcontrolApiserverAPIGroupParamsWithHTTPClient(client *http.Client) *GetFlowcontrolApiserverAPIGroupParams
- func NewGetFlowcontrolApiserverAPIGroupParamsWithTimeout(timeout time.Duration) *GetFlowcontrolApiserverAPIGroupParams
- func (o *GetFlowcontrolApiserverAPIGroupParams) SetContext(ctx context.Context)
- func (o *GetFlowcontrolApiserverAPIGroupParams) SetHTTPClient(client *http.Client)
- func (o *GetFlowcontrolApiserverAPIGroupParams) SetTimeout(timeout time.Duration)
- func (o *GetFlowcontrolApiserverAPIGroupParams) WithContext(ctx context.Context) *GetFlowcontrolApiserverAPIGroupParams
- func (o *GetFlowcontrolApiserverAPIGroupParams) WithHTTPClient(client *http.Client) *GetFlowcontrolApiserverAPIGroupParams
- func (o *GetFlowcontrolApiserverAPIGroupParams) WithTimeout(timeout time.Duration) *GetFlowcontrolApiserverAPIGroupParams
- func (o *GetFlowcontrolApiserverAPIGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetFlowcontrolApiserverAPIGroupReader
- type GetFlowcontrolApiserverAPIGroupUnauthorized
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 flowcontrol apiserver API
func (*Client) GetFlowcontrolApiserverAPIGroup ¶
func (a *Client) GetFlowcontrolApiserverAPIGroup(params *GetFlowcontrolApiserverAPIGroupParams) (*GetFlowcontrolApiserverAPIGroupOK, error)
GetFlowcontrolApiserverAPIGroup 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 { GetFlowcontrolApiserverAPIGroup(params *GetFlowcontrolApiserverAPIGroupParams) (*GetFlowcontrolApiserverAPIGroupOK, 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 flowcontrol apiserver API client.
type GetFlowcontrolApiserverAPIGroupOK ¶
type GetFlowcontrolApiserverAPIGroupOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1APIGroup
}
GetFlowcontrolApiserverAPIGroupOK handles this case with default header values.
OK
func NewGetFlowcontrolApiserverAPIGroupOK ¶
func NewGetFlowcontrolApiserverAPIGroupOK() *GetFlowcontrolApiserverAPIGroupOK
NewGetFlowcontrolApiserverAPIGroupOK creates a GetFlowcontrolApiserverAPIGroupOK with default headers values
func (*GetFlowcontrolApiserverAPIGroupOK) Error ¶
func (o *GetFlowcontrolApiserverAPIGroupOK) Error() string
func (*GetFlowcontrolApiserverAPIGroupOK) GetPayload ¶
func (o *GetFlowcontrolApiserverAPIGroupOK) GetPayload() *models.IoK8sApimachineryPkgApisMetaV1APIGroup
type GetFlowcontrolApiserverAPIGroupParams ¶
type GetFlowcontrolApiserverAPIGroupParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetFlowcontrolApiserverAPIGroupParams contains all the parameters to send to the API endpoint for the get flowcontrol apiserver API group operation typically these are written to a http.Request
func NewGetFlowcontrolApiserverAPIGroupParams ¶
func NewGetFlowcontrolApiserverAPIGroupParams() *GetFlowcontrolApiserverAPIGroupParams
NewGetFlowcontrolApiserverAPIGroupParams creates a new GetFlowcontrolApiserverAPIGroupParams object with the default values initialized.
func NewGetFlowcontrolApiserverAPIGroupParamsWithContext ¶
func NewGetFlowcontrolApiserverAPIGroupParamsWithContext(ctx context.Context) *GetFlowcontrolApiserverAPIGroupParams
NewGetFlowcontrolApiserverAPIGroupParamsWithContext creates a new GetFlowcontrolApiserverAPIGroupParams object with the default values initialized, and the ability to set a context for a request
func NewGetFlowcontrolApiserverAPIGroupParamsWithHTTPClient ¶
func NewGetFlowcontrolApiserverAPIGroupParamsWithHTTPClient(client *http.Client) *GetFlowcontrolApiserverAPIGroupParams
NewGetFlowcontrolApiserverAPIGroupParamsWithHTTPClient creates a new GetFlowcontrolApiserverAPIGroupParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetFlowcontrolApiserverAPIGroupParamsWithTimeout ¶
func NewGetFlowcontrolApiserverAPIGroupParamsWithTimeout(timeout time.Duration) *GetFlowcontrolApiserverAPIGroupParams
NewGetFlowcontrolApiserverAPIGroupParamsWithTimeout creates a new GetFlowcontrolApiserverAPIGroupParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetFlowcontrolApiserverAPIGroupParams) SetContext ¶
func (o *GetFlowcontrolApiserverAPIGroupParams) SetContext(ctx context.Context)
SetContext adds the context to the get flowcontrol apiserver API group params
func (*GetFlowcontrolApiserverAPIGroupParams) SetHTTPClient ¶
func (o *GetFlowcontrolApiserverAPIGroupParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get flowcontrol apiserver API group params
func (*GetFlowcontrolApiserverAPIGroupParams) SetTimeout ¶
func (o *GetFlowcontrolApiserverAPIGroupParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get flowcontrol apiserver API group params
func (*GetFlowcontrolApiserverAPIGroupParams) WithContext ¶
func (o *GetFlowcontrolApiserverAPIGroupParams) WithContext(ctx context.Context) *GetFlowcontrolApiserverAPIGroupParams
WithContext adds the context to the get flowcontrol apiserver API group params
func (*GetFlowcontrolApiserverAPIGroupParams) WithHTTPClient ¶
func (o *GetFlowcontrolApiserverAPIGroupParams) WithHTTPClient(client *http.Client) *GetFlowcontrolApiserverAPIGroupParams
WithHTTPClient adds the HTTPClient to the get flowcontrol apiserver API group params
func (*GetFlowcontrolApiserverAPIGroupParams) WithTimeout ¶
func (o *GetFlowcontrolApiserverAPIGroupParams) WithTimeout(timeout time.Duration) *GetFlowcontrolApiserverAPIGroupParams
WithTimeout adds the timeout to the get flowcontrol apiserver API group params
func (*GetFlowcontrolApiserverAPIGroupParams) WriteToRequest ¶
func (o *GetFlowcontrolApiserverAPIGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetFlowcontrolApiserverAPIGroupReader ¶
type GetFlowcontrolApiserverAPIGroupReader struct {
// contains filtered or unexported fields
}
GetFlowcontrolApiserverAPIGroupReader is a Reader for the GetFlowcontrolApiserverAPIGroup structure.
func (*GetFlowcontrolApiserverAPIGroupReader) ReadResponse ¶
func (o *GetFlowcontrolApiserverAPIGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetFlowcontrolApiserverAPIGroupUnauthorized ¶
type GetFlowcontrolApiserverAPIGroupUnauthorized struct { }
GetFlowcontrolApiserverAPIGroupUnauthorized handles this case with default header values.
Unauthorized
func NewGetFlowcontrolApiserverAPIGroupUnauthorized ¶
func NewGetFlowcontrolApiserverAPIGroupUnauthorized() *GetFlowcontrolApiserverAPIGroupUnauthorized
NewGetFlowcontrolApiserverAPIGroupUnauthorized creates a GetFlowcontrolApiserverAPIGroupUnauthorized with default headers values
func (*GetFlowcontrolApiserverAPIGroupUnauthorized) Error ¶
func (o *GetFlowcontrolApiserverAPIGroupUnauthorized) Error() string