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