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