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