runner_groups

package
v0.3.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2026 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplyRunnergroupBadGateway

type ApplyRunnergroupBadGateway struct {
	Payload *models.ErrorResponse
}

ApplyRunnergroupBadGateway describes a response with status code 502, with default header values.

Bad Gateway

func NewApplyRunnergroupBadGateway

func NewApplyRunnergroupBadGateway() *ApplyRunnergroupBadGateway

NewApplyRunnergroupBadGateway creates a ApplyRunnergroupBadGateway with default headers values

func (*ApplyRunnergroupBadGateway) Code

func (o *ApplyRunnergroupBadGateway) Code() int

Code gets the status code for the apply runnergroup bad gateway response

func (*ApplyRunnergroupBadGateway) Error

func (*ApplyRunnergroupBadGateway) GetPayload

func (*ApplyRunnergroupBadGateway) IsClientError

func (o *ApplyRunnergroupBadGateway) IsClientError() bool

IsClientError returns true when this apply runnergroup bad gateway response has a 4xx status code

func (*ApplyRunnergroupBadGateway) IsCode

func (o *ApplyRunnergroupBadGateway) IsCode(code int) bool

IsCode returns true when this apply runnergroup bad gateway response a status code equal to that given

func (*ApplyRunnergroupBadGateway) IsRedirect

func (o *ApplyRunnergroupBadGateway) IsRedirect() bool

IsRedirect returns true when this apply runnergroup bad gateway response has a 3xx status code

func (*ApplyRunnergroupBadGateway) IsServerError

func (o *ApplyRunnergroupBadGateway) IsServerError() bool

IsServerError returns true when this apply runnergroup bad gateway response has a 5xx status code

func (*ApplyRunnergroupBadGateway) IsSuccess

func (o *ApplyRunnergroupBadGateway) IsSuccess() bool

IsSuccess returns true when this apply runnergroup bad gateway response has a 2xx status code

func (*ApplyRunnergroupBadGateway) String

func (o *ApplyRunnergroupBadGateway) String() string

type ApplyRunnergroupBadRequest

type ApplyRunnergroupBadRequest struct {
	Payload *models.ErrorResponse
}

ApplyRunnergroupBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewApplyRunnergroupBadRequest

func NewApplyRunnergroupBadRequest() *ApplyRunnergroupBadRequest

NewApplyRunnergroupBadRequest creates a ApplyRunnergroupBadRequest with default headers values

func (*ApplyRunnergroupBadRequest) Code

func (o *ApplyRunnergroupBadRequest) Code() int

Code gets the status code for the apply runnergroup bad request response

func (*ApplyRunnergroupBadRequest) Error

func (*ApplyRunnergroupBadRequest) GetPayload

func (*ApplyRunnergroupBadRequest) IsClientError

func (o *ApplyRunnergroupBadRequest) IsClientError() bool

IsClientError returns true when this apply runnergroup bad request response has a 4xx status code

func (*ApplyRunnergroupBadRequest) IsCode

func (o *ApplyRunnergroupBadRequest) IsCode(code int) bool

IsCode returns true when this apply runnergroup bad request response a status code equal to that given

func (*ApplyRunnergroupBadRequest) IsRedirect

func (o *ApplyRunnergroupBadRequest) IsRedirect() bool

IsRedirect returns true when this apply runnergroup bad request response has a 3xx status code

func (*ApplyRunnergroupBadRequest) IsServerError

func (o *ApplyRunnergroupBadRequest) IsServerError() bool

IsServerError returns true when this apply runnergroup bad request response has a 5xx status code

func (*ApplyRunnergroupBadRequest) IsSuccess

func (o *ApplyRunnergroupBadRequest) IsSuccess() bool

IsSuccess returns true when this apply runnergroup bad request response has a 2xx status code

func (*ApplyRunnergroupBadRequest) String

func (o *ApplyRunnergroupBadRequest) String() string

type ApplyRunnergroupOK

type ApplyRunnergroupOK struct {
	Payload *models.JobRunnerGroup
}

ApplyRunnergroupOK describes a response with status code 200, with default header values.

OK

func NewApplyRunnergroupOK

func NewApplyRunnergroupOK() *ApplyRunnergroupOK

NewApplyRunnergroupOK creates a ApplyRunnergroupOK with default headers values

func (*ApplyRunnergroupOK) Code

func (o *ApplyRunnergroupOK) Code() int

Code gets the status code for the apply runnergroup o k response

func (*ApplyRunnergroupOK) Error

func (o *ApplyRunnergroupOK) Error() string

func (*ApplyRunnergroupOK) GetPayload

func (o *ApplyRunnergroupOK) GetPayload() *models.JobRunnerGroup

func (*ApplyRunnergroupOK) IsClientError

func (o *ApplyRunnergroupOK) IsClientError() bool

IsClientError returns true when this apply runnergroup o k response has a 4xx status code

func (*ApplyRunnergroupOK) IsCode

func (o *ApplyRunnergroupOK) IsCode(code int) bool

IsCode returns true when this apply runnergroup o k response a status code equal to that given

func (*ApplyRunnergroupOK) IsRedirect

func (o *ApplyRunnergroupOK) IsRedirect() bool

IsRedirect returns true when this apply runnergroup o k response has a 3xx status code

func (*ApplyRunnergroupOK) IsServerError

func (o *ApplyRunnergroupOK) IsServerError() bool

IsServerError returns true when this apply runnergroup o k response has a 5xx status code

func (*ApplyRunnergroupOK) IsSuccess

func (o *ApplyRunnergroupOK) IsSuccess() bool

IsSuccess returns true when this apply runnergroup o k response has a 2xx status code

func (*ApplyRunnergroupOK) String

func (o *ApplyRunnergroupOK) String() string

type ApplyRunnergroupParams

type ApplyRunnergroupParams struct {

	/* Data.

	   Request to create or update runnergroup
	*/
	Data *models.JobRunnerGroup

	/* OrgName.

	   Signadot Org Name
	*/
	OrgName string

	/* RunnergroupName.

	   RunnerGroup Name
	*/
	RunnergroupName string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ApplyRunnergroupParams contains all the parameters to send to the API endpoint

for the apply runnergroup operation.

Typically these are written to a http.Request.

func NewApplyRunnergroupParams

func NewApplyRunnergroupParams() *ApplyRunnergroupParams

NewApplyRunnergroupParams creates a new ApplyRunnergroupParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewApplyRunnergroupParamsWithContext

func NewApplyRunnergroupParamsWithContext(ctx context.Context) *ApplyRunnergroupParams

NewApplyRunnergroupParamsWithContext creates a new ApplyRunnergroupParams object with the ability to set a context for a request.

func NewApplyRunnergroupParamsWithHTTPClient

func NewApplyRunnergroupParamsWithHTTPClient(client *http.Client) *ApplyRunnergroupParams

NewApplyRunnergroupParamsWithHTTPClient creates a new ApplyRunnergroupParams object with the ability to set a custom HTTPClient for a request.

func NewApplyRunnergroupParamsWithTimeout

func NewApplyRunnergroupParamsWithTimeout(timeout time.Duration) *ApplyRunnergroupParams

NewApplyRunnergroupParamsWithTimeout creates a new ApplyRunnergroupParams object with the ability to set a timeout on a request.

func (*ApplyRunnergroupParams) SetContext

func (o *ApplyRunnergroupParams) SetContext(ctx context.Context)

SetContext adds the context to the apply runnergroup params

func (*ApplyRunnergroupParams) SetData

func (o *ApplyRunnergroupParams) SetData(data *models.JobRunnerGroup)

SetData adds the data to the apply runnergroup params

func (*ApplyRunnergroupParams) SetDefaults

func (o *ApplyRunnergroupParams) SetDefaults()

SetDefaults hydrates default values in the apply runnergroup params (not the query body).

All values with no default are reset to their zero value.

func (*ApplyRunnergroupParams) SetHTTPClient

func (o *ApplyRunnergroupParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the apply runnergroup params

func (*ApplyRunnergroupParams) SetOrgName

func (o *ApplyRunnergroupParams) SetOrgName(orgName string)

SetOrgName adds the orgName to the apply runnergroup params

func (*ApplyRunnergroupParams) SetRunnergroupName

func (o *ApplyRunnergroupParams) SetRunnergroupName(runnergroupName string)

SetRunnergroupName adds the runnergroupName to the apply runnergroup params

func (*ApplyRunnergroupParams) SetTimeout

func (o *ApplyRunnergroupParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the apply runnergroup params

func (*ApplyRunnergroupParams) WithContext

WithContext adds the context to the apply runnergroup params

func (*ApplyRunnergroupParams) WithData

WithData adds the data to the apply runnergroup params

func (*ApplyRunnergroupParams) WithDefaults

WithDefaults hydrates default values in the apply runnergroup params (not the query body).

All values with no default are reset to their zero value.

func (*ApplyRunnergroupParams) WithHTTPClient

func (o *ApplyRunnergroupParams) WithHTTPClient(client *http.Client) *ApplyRunnergroupParams

WithHTTPClient adds the HTTPClient to the apply runnergroup params

func (*ApplyRunnergroupParams) WithOrgName

func (o *ApplyRunnergroupParams) WithOrgName(orgName string) *ApplyRunnergroupParams

WithOrgName adds the orgName to the apply runnergroup params

func (*ApplyRunnergroupParams) WithRunnergroupName

func (o *ApplyRunnergroupParams) WithRunnergroupName(runnergroupName string) *ApplyRunnergroupParams

WithRunnergroupName adds the runnergroupName to the apply runnergroup params

func (*ApplyRunnergroupParams) WithTimeout

WithTimeout adds the timeout to the apply runnergroup params

func (*ApplyRunnergroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplyRunnergroupReader

type ApplyRunnergroupReader struct {
	// contains filtered or unexported fields
}

ApplyRunnergroupReader is a Reader for the ApplyRunnergroup structure.

func (*ApplyRunnergroupReader) ReadResponse

func (o *ApplyRunnergroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ApplyRunnergroupUnauthorized

type ApplyRunnergroupUnauthorized struct {
	Payload *models.ErrorResponse
}

ApplyRunnergroupUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewApplyRunnergroupUnauthorized

func NewApplyRunnergroupUnauthorized() *ApplyRunnergroupUnauthorized

NewApplyRunnergroupUnauthorized creates a ApplyRunnergroupUnauthorized with default headers values

func (*ApplyRunnergroupUnauthorized) Code

Code gets the status code for the apply runnergroup unauthorized response

func (*ApplyRunnergroupUnauthorized) Error

func (*ApplyRunnergroupUnauthorized) GetPayload

func (*ApplyRunnergroupUnauthorized) IsClientError

func (o *ApplyRunnergroupUnauthorized) IsClientError() bool

IsClientError returns true when this apply runnergroup unauthorized response has a 4xx status code

func (*ApplyRunnergroupUnauthorized) IsCode

func (o *ApplyRunnergroupUnauthorized) IsCode(code int) bool

IsCode returns true when this apply runnergroup unauthorized response a status code equal to that given

func (*ApplyRunnergroupUnauthorized) IsRedirect

func (o *ApplyRunnergroupUnauthorized) IsRedirect() bool

IsRedirect returns true when this apply runnergroup unauthorized response has a 3xx status code

func (*ApplyRunnergroupUnauthorized) IsServerError

func (o *ApplyRunnergroupUnauthorized) IsServerError() bool

IsServerError returns true when this apply runnergroup unauthorized response has a 5xx status code

func (*ApplyRunnergroupUnauthorized) IsSuccess

func (o *ApplyRunnergroupUnauthorized) IsSuccess() bool

IsSuccess returns true when this apply runnergroup unauthorized response has a 2xx status code

func (*ApplyRunnergroupUnauthorized) String

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for runner groups API

func (*Client) ApplyRunnergroup

func (a *Client) ApplyRunnergroup(params *ApplyRunnergroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ApplyRunnergroupOK, error)

ApplyRunnergroup creates or update a runnergroup

Creates or updates a runnergroup with the provided parameters.

func (*Client) DeleteRunnergroup

func (a *Client) DeleteRunnergroup(params *DeleteRunnergroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteRunnergroupOK, error)

DeleteRunnergroup deletes a runnergroup

Delete a given jobrunnergroup.

func (*Client) GetRunnergroup

func (a *Client) GetRunnergroup(params *GetRunnergroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetRunnergroupOK, error)

GetRunnergroup gets a runnergroup

Fetch the details about a given jobrunnergroup.

func (*Client) ListRunnergroup

func (a *Client) ListRunnergroup(params *ListRunnergroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListRunnergroupOK, error)

ListRunnergroup lists runner groups

List RunnerGroups

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption may be used to customize the behavior of Client methods.

type ClientService

type ClientService interface {
	ApplyRunnergroup(params *ApplyRunnergroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ApplyRunnergroupOK, error)

	DeleteRunnergroup(params *DeleteRunnergroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteRunnergroupOK, error)

	GetRunnergroup(params *GetRunnergroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetRunnergroupOK, error)

	ListRunnergroup(params *ListRunnergroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListRunnergroupOK, 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 runner groups API client.

func NewClientWithBasicAuth

func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService

New creates a new runner groups API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.

func NewClientWithBearerToken

func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService

New creates a new runner groups API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.

type DeleteRunnergroupBadGateway

type DeleteRunnergroupBadGateway struct {
	Payload *models.ErrorResponse
}

DeleteRunnergroupBadGateway describes a response with status code 502, with default header values.

Bad Gateway

func NewDeleteRunnergroupBadGateway

func NewDeleteRunnergroupBadGateway() *DeleteRunnergroupBadGateway

NewDeleteRunnergroupBadGateway creates a DeleteRunnergroupBadGateway with default headers values

func (*DeleteRunnergroupBadGateway) Code

func (o *DeleteRunnergroupBadGateway) Code() int

Code gets the status code for the delete runnergroup bad gateway response

func (*DeleteRunnergroupBadGateway) Error

func (*DeleteRunnergroupBadGateway) GetPayload

func (*DeleteRunnergroupBadGateway) IsClientError

func (o *DeleteRunnergroupBadGateway) IsClientError() bool

IsClientError returns true when this delete runnergroup bad gateway response has a 4xx status code

func (*DeleteRunnergroupBadGateway) IsCode

func (o *DeleteRunnergroupBadGateway) IsCode(code int) bool

IsCode returns true when this delete runnergroup bad gateway response a status code equal to that given

func (*DeleteRunnergroupBadGateway) IsRedirect

func (o *DeleteRunnergroupBadGateway) IsRedirect() bool

IsRedirect returns true when this delete runnergroup bad gateway response has a 3xx status code

func (*DeleteRunnergroupBadGateway) IsServerError

func (o *DeleteRunnergroupBadGateway) IsServerError() bool

IsServerError returns true when this delete runnergroup bad gateway response has a 5xx status code

func (*DeleteRunnergroupBadGateway) IsSuccess

func (o *DeleteRunnergroupBadGateway) IsSuccess() bool

IsSuccess returns true when this delete runnergroup bad gateway response has a 2xx status code

func (*DeleteRunnergroupBadGateway) String

func (o *DeleteRunnergroupBadGateway) String() string

type DeleteRunnergroupBadRequest

type DeleteRunnergroupBadRequest struct {
	Payload *models.ErrorResponse
}

DeleteRunnergroupBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDeleteRunnergroupBadRequest

func NewDeleteRunnergroupBadRequest() *DeleteRunnergroupBadRequest

NewDeleteRunnergroupBadRequest creates a DeleteRunnergroupBadRequest with default headers values

func (*DeleteRunnergroupBadRequest) Code

func (o *DeleteRunnergroupBadRequest) Code() int

Code gets the status code for the delete runnergroup bad request response

func (*DeleteRunnergroupBadRequest) Error

func (*DeleteRunnergroupBadRequest) GetPayload

func (*DeleteRunnergroupBadRequest) IsClientError

func (o *DeleteRunnergroupBadRequest) IsClientError() bool

IsClientError returns true when this delete runnergroup bad request response has a 4xx status code

func (*DeleteRunnergroupBadRequest) IsCode

func (o *DeleteRunnergroupBadRequest) IsCode(code int) bool

IsCode returns true when this delete runnergroup bad request response a status code equal to that given

func (*DeleteRunnergroupBadRequest) IsRedirect

func (o *DeleteRunnergroupBadRequest) IsRedirect() bool

IsRedirect returns true when this delete runnergroup bad request response has a 3xx status code

func (*DeleteRunnergroupBadRequest) IsServerError

func (o *DeleteRunnergroupBadRequest) IsServerError() bool

IsServerError returns true when this delete runnergroup bad request response has a 5xx status code

func (*DeleteRunnergroupBadRequest) IsSuccess

func (o *DeleteRunnergroupBadRequest) IsSuccess() bool

IsSuccess returns true when this delete runnergroup bad request response has a 2xx status code

func (*DeleteRunnergroupBadRequest) String

func (o *DeleteRunnergroupBadRequest) String() string

type DeleteRunnergroupOK

type DeleteRunnergroupOK struct {
	Payload models.EmptyResponse
}

DeleteRunnergroupOK describes a response with status code 200, with default header values.

OK

func NewDeleteRunnergroupOK

func NewDeleteRunnergroupOK() *DeleteRunnergroupOK

NewDeleteRunnergroupOK creates a DeleteRunnergroupOK with default headers values

func (*DeleteRunnergroupOK) Code

func (o *DeleteRunnergroupOK) Code() int

Code gets the status code for the delete runnergroup o k response

func (*DeleteRunnergroupOK) Error

func (o *DeleteRunnergroupOK) Error() string

func (*DeleteRunnergroupOK) GetPayload

func (o *DeleteRunnergroupOK) GetPayload() models.EmptyResponse

func (*DeleteRunnergroupOK) IsClientError

func (o *DeleteRunnergroupOK) IsClientError() bool

IsClientError returns true when this delete runnergroup o k response has a 4xx status code

func (*DeleteRunnergroupOK) IsCode

func (o *DeleteRunnergroupOK) IsCode(code int) bool

IsCode returns true when this delete runnergroup o k response a status code equal to that given

func (*DeleteRunnergroupOK) IsRedirect

func (o *DeleteRunnergroupOK) IsRedirect() bool

IsRedirect returns true when this delete runnergroup o k response has a 3xx status code

func (*DeleteRunnergroupOK) IsServerError

func (o *DeleteRunnergroupOK) IsServerError() bool

IsServerError returns true when this delete runnergroup o k response has a 5xx status code

func (*DeleteRunnergroupOK) IsSuccess

func (o *DeleteRunnergroupOK) IsSuccess() bool

IsSuccess returns true when this delete runnergroup o k response has a 2xx status code

func (*DeleteRunnergroupOK) String

func (o *DeleteRunnergroupOK) String() string

type DeleteRunnergroupParams

type DeleteRunnergroupParams struct {

	/* OrgName.

	   Signadot Org Name
	*/
	OrgName string

	/* RunnergroupName.

	   RunnerGroup Name
	*/
	RunnergroupName string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteRunnergroupParams contains all the parameters to send to the API endpoint

for the delete runnergroup operation.

Typically these are written to a http.Request.

func NewDeleteRunnergroupParams

func NewDeleteRunnergroupParams() *DeleteRunnergroupParams

NewDeleteRunnergroupParams creates a new DeleteRunnergroupParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteRunnergroupParamsWithContext

func NewDeleteRunnergroupParamsWithContext(ctx context.Context) *DeleteRunnergroupParams

NewDeleteRunnergroupParamsWithContext creates a new DeleteRunnergroupParams object with the ability to set a context for a request.

func NewDeleteRunnergroupParamsWithHTTPClient

func NewDeleteRunnergroupParamsWithHTTPClient(client *http.Client) *DeleteRunnergroupParams

NewDeleteRunnergroupParamsWithHTTPClient creates a new DeleteRunnergroupParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteRunnergroupParamsWithTimeout

func NewDeleteRunnergroupParamsWithTimeout(timeout time.Duration) *DeleteRunnergroupParams

NewDeleteRunnergroupParamsWithTimeout creates a new DeleteRunnergroupParams object with the ability to set a timeout on a request.

func (*DeleteRunnergroupParams) SetContext

func (o *DeleteRunnergroupParams) SetContext(ctx context.Context)

SetContext adds the context to the delete runnergroup params

func (*DeleteRunnergroupParams) SetDefaults

func (o *DeleteRunnergroupParams) SetDefaults()

SetDefaults hydrates default values in the delete runnergroup params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteRunnergroupParams) SetHTTPClient

func (o *DeleteRunnergroupParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete runnergroup params

func (*DeleteRunnergroupParams) SetOrgName

func (o *DeleteRunnergroupParams) SetOrgName(orgName string)

SetOrgName adds the orgName to the delete runnergroup params

func (*DeleteRunnergroupParams) SetRunnergroupName

func (o *DeleteRunnergroupParams) SetRunnergroupName(runnergroupName string)

SetRunnergroupName adds the runnergroupName to the delete runnergroup params

func (*DeleteRunnergroupParams) SetTimeout

func (o *DeleteRunnergroupParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete runnergroup params

func (*DeleteRunnergroupParams) WithContext

WithContext adds the context to the delete runnergroup params

func (*DeleteRunnergroupParams) WithDefaults

WithDefaults hydrates default values in the delete runnergroup params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteRunnergroupParams) WithHTTPClient

func (o *DeleteRunnergroupParams) WithHTTPClient(client *http.Client) *DeleteRunnergroupParams

WithHTTPClient adds the HTTPClient to the delete runnergroup params

func (*DeleteRunnergroupParams) WithOrgName

func (o *DeleteRunnergroupParams) WithOrgName(orgName string) *DeleteRunnergroupParams

WithOrgName adds the orgName to the delete runnergroup params

func (*DeleteRunnergroupParams) WithRunnergroupName

func (o *DeleteRunnergroupParams) WithRunnergroupName(runnergroupName string) *DeleteRunnergroupParams

WithRunnergroupName adds the runnergroupName to the delete runnergroup params

func (*DeleteRunnergroupParams) WithTimeout

WithTimeout adds the timeout to the delete runnergroup params

func (*DeleteRunnergroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRunnergroupReader

type DeleteRunnergroupReader struct {
	// contains filtered or unexported fields
}

DeleteRunnergroupReader is a Reader for the DeleteRunnergroup structure.

func (*DeleteRunnergroupReader) ReadResponse

func (o *DeleteRunnergroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type DeleteRunnergroupUnauthorized

type DeleteRunnergroupUnauthorized struct {
	Payload *models.ErrorResponse
}

DeleteRunnergroupUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewDeleteRunnergroupUnauthorized

func NewDeleteRunnergroupUnauthorized() *DeleteRunnergroupUnauthorized

NewDeleteRunnergroupUnauthorized creates a DeleteRunnergroupUnauthorized with default headers values

func (*DeleteRunnergroupUnauthorized) Code

Code gets the status code for the delete runnergroup unauthorized response

func (*DeleteRunnergroupUnauthorized) Error

func (*DeleteRunnergroupUnauthorized) GetPayload

func (*DeleteRunnergroupUnauthorized) IsClientError

func (o *DeleteRunnergroupUnauthorized) IsClientError() bool

IsClientError returns true when this delete runnergroup unauthorized response has a 4xx status code

func (*DeleteRunnergroupUnauthorized) IsCode

func (o *DeleteRunnergroupUnauthorized) IsCode(code int) bool

IsCode returns true when this delete runnergroup unauthorized response a status code equal to that given

func (*DeleteRunnergroupUnauthorized) IsRedirect

func (o *DeleteRunnergroupUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete runnergroup unauthorized response has a 3xx status code

func (*DeleteRunnergroupUnauthorized) IsServerError

func (o *DeleteRunnergroupUnauthorized) IsServerError() bool

IsServerError returns true when this delete runnergroup unauthorized response has a 5xx status code

func (*DeleteRunnergroupUnauthorized) IsSuccess

func (o *DeleteRunnergroupUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete runnergroup unauthorized response has a 2xx status code

func (*DeleteRunnergroupUnauthorized) String

type GetRunnergroupBadGateway

type GetRunnergroupBadGateway struct {
	Payload *models.ErrorResponse
}

GetRunnergroupBadGateway describes a response with status code 502, with default header values.

Bad Gateway

func NewGetRunnergroupBadGateway

func NewGetRunnergroupBadGateway() *GetRunnergroupBadGateway

NewGetRunnergroupBadGateway creates a GetRunnergroupBadGateway with default headers values

func (*GetRunnergroupBadGateway) Code

func (o *GetRunnergroupBadGateway) Code() int

Code gets the status code for the get runnergroup bad gateway response

func (*GetRunnergroupBadGateway) Error

func (o *GetRunnergroupBadGateway) Error() string

func (*GetRunnergroupBadGateway) GetPayload

func (*GetRunnergroupBadGateway) IsClientError

func (o *GetRunnergroupBadGateway) IsClientError() bool

IsClientError returns true when this get runnergroup bad gateway response has a 4xx status code

func (*GetRunnergroupBadGateway) IsCode

func (o *GetRunnergroupBadGateway) IsCode(code int) bool

IsCode returns true when this get runnergroup bad gateway response a status code equal to that given

func (*GetRunnergroupBadGateway) IsRedirect

func (o *GetRunnergroupBadGateway) IsRedirect() bool

IsRedirect returns true when this get runnergroup bad gateway response has a 3xx status code

func (*GetRunnergroupBadGateway) IsServerError

func (o *GetRunnergroupBadGateway) IsServerError() bool

IsServerError returns true when this get runnergroup bad gateway response has a 5xx status code

func (*GetRunnergroupBadGateway) IsSuccess

func (o *GetRunnergroupBadGateway) IsSuccess() bool

IsSuccess returns true when this get runnergroup bad gateway response has a 2xx status code

func (*GetRunnergroupBadGateway) String

func (o *GetRunnergroupBadGateway) String() string

type GetRunnergroupBadRequest

type GetRunnergroupBadRequest struct {
	Payload *models.ErrorResponse
}

GetRunnergroupBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetRunnergroupBadRequest

func NewGetRunnergroupBadRequest() *GetRunnergroupBadRequest

NewGetRunnergroupBadRequest creates a GetRunnergroupBadRequest with default headers values

func (*GetRunnergroupBadRequest) Code

func (o *GetRunnergroupBadRequest) Code() int

Code gets the status code for the get runnergroup bad request response

func (*GetRunnergroupBadRequest) Error

func (o *GetRunnergroupBadRequest) Error() string

func (*GetRunnergroupBadRequest) GetPayload

func (*GetRunnergroupBadRequest) IsClientError

func (o *GetRunnergroupBadRequest) IsClientError() bool

IsClientError returns true when this get runnergroup bad request response has a 4xx status code

func (*GetRunnergroupBadRequest) IsCode

func (o *GetRunnergroupBadRequest) IsCode(code int) bool

IsCode returns true when this get runnergroup bad request response a status code equal to that given

func (*GetRunnergroupBadRequest) IsRedirect

func (o *GetRunnergroupBadRequest) IsRedirect() bool

IsRedirect returns true when this get runnergroup bad request response has a 3xx status code

func (*GetRunnergroupBadRequest) IsServerError

func (o *GetRunnergroupBadRequest) IsServerError() bool

IsServerError returns true when this get runnergroup bad request response has a 5xx status code

func (*GetRunnergroupBadRequest) IsSuccess

func (o *GetRunnergroupBadRequest) IsSuccess() bool

IsSuccess returns true when this get runnergroup bad request response has a 2xx status code

func (*GetRunnergroupBadRequest) String

func (o *GetRunnergroupBadRequest) String() string

type GetRunnergroupOK

type GetRunnergroupOK struct {
	Payload *models.JobRunnerGroup
}

GetRunnergroupOK describes a response with status code 200, with default header values.

OK

func NewGetRunnergroupOK

func NewGetRunnergroupOK() *GetRunnergroupOK

NewGetRunnergroupOK creates a GetRunnergroupOK with default headers values

func (*GetRunnergroupOK) Code

func (o *GetRunnergroupOK) Code() int

Code gets the status code for the get runnergroup o k response

func (*GetRunnergroupOK) Error

func (o *GetRunnergroupOK) Error() string

func (*GetRunnergroupOK) GetPayload

func (o *GetRunnergroupOK) GetPayload() *models.JobRunnerGroup

func (*GetRunnergroupOK) IsClientError

func (o *GetRunnergroupOK) IsClientError() bool

IsClientError returns true when this get runnergroup o k response has a 4xx status code

func (*GetRunnergroupOK) IsCode

func (o *GetRunnergroupOK) IsCode(code int) bool

IsCode returns true when this get runnergroup o k response a status code equal to that given

func (*GetRunnergroupOK) IsRedirect

func (o *GetRunnergroupOK) IsRedirect() bool

IsRedirect returns true when this get runnergroup o k response has a 3xx status code

func (*GetRunnergroupOK) IsServerError

func (o *GetRunnergroupOK) IsServerError() bool

IsServerError returns true when this get runnergroup o k response has a 5xx status code

func (*GetRunnergroupOK) IsSuccess

func (o *GetRunnergroupOK) IsSuccess() bool

IsSuccess returns true when this get runnergroup o k response has a 2xx status code

func (*GetRunnergroupOK) String

func (o *GetRunnergroupOK) String() string

type GetRunnergroupParams

type GetRunnergroupParams struct {

	/* OrgName.

	   Signadot Org Name
	*/
	OrgName string

	/* RunnergroupName.

	   RunnerGroup Name
	*/
	RunnergroupName string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRunnergroupParams contains all the parameters to send to the API endpoint

for the get runnergroup operation.

Typically these are written to a http.Request.

func NewGetRunnergroupParams

func NewGetRunnergroupParams() *GetRunnergroupParams

NewGetRunnergroupParams creates a new GetRunnergroupParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRunnergroupParamsWithContext

func NewGetRunnergroupParamsWithContext(ctx context.Context) *GetRunnergroupParams

NewGetRunnergroupParamsWithContext creates a new GetRunnergroupParams object with the ability to set a context for a request.

func NewGetRunnergroupParamsWithHTTPClient

func NewGetRunnergroupParamsWithHTTPClient(client *http.Client) *GetRunnergroupParams

NewGetRunnergroupParamsWithHTTPClient creates a new GetRunnergroupParams object with the ability to set a custom HTTPClient for a request.

func NewGetRunnergroupParamsWithTimeout

func NewGetRunnergroupParamsWithTimeout(timeout time.Duration) *GetRunnergroupParams

NewGetRunnergroupParamsWithTimeout creates a new GetRunnergroupParams object with the ability to set a timeout on a request.

func (*GetRunnergroupParams) SetContext

func (o *GetRunnergroupParams) SetContext(ctx context.Context)

SetContext adds the context to the get runnergroup params

func (*GetRunnergroupParams) SetDefaults

func (o *GetRunnergroupParams) SetDefaults()

SetDefaults hydrates default values in the get runnergroup params (not the query body).

All values with no default are reset to their zero value.

func (*GetRunnergroupParams) SetHTTPClient

func (o *GetRunnergroupParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get runnergroup params

func (*GetRunnergroupParams) SetOrgName

func (o *GetRunnergroupParams) SetOrgName(orgName string)

SetOrgName adds the orgName to the get runnergroup params

func (*GetRunnergroupParams) SetRunnergroupName

func (o *GetRunnergroupParams) SetRunnergroupName(runnergroupName string)

SetRunnergroupName adds the runnergroupName to the get runnergroup params

func (*GetRunnergroupParams) SetTimeout

func (o *GetRunnergroupParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get runnergroup params

func (*GetRunnergroupParams) WithContext

WithContext adds the context to the get runnergroup params

func (*GetRunnergroupParams) WithDefaults

func (o *GetRunnergroupParams) WithDefaults() *GetRunnergroupParams

WithDefaults hydrates default values in the get runnergroup params (not the query body).

All values with no default are reset to their zero value.

func (*GetRunnergroupParams) WithHTTPClient

func (o *GetRunnergroupParams) WithHTTPClient(client *http.Client) *GetRunnergroupParams

WithHTTPClient adds the HTTPClient to the get runnergroup params

func (*GetRunnergroupParams) WithOrgName

func (o *GetRunnergroupParams) WithOrgName(orgName string) *GetRunnergroupParams

WithOrgName adds the orgName to the get runnergroup params

func (*GetRunnergroupParams) WithRunnergroupName

func (o *GetRunnergroupParams) WithRunnergroupName(runnergroupName string) *GetRunnergroupParams

WithRunnergroupName adds the runnergroupName to the get runnergroup params

func (*GetRunnergroupParams) WithTimeout

func (o *GetRunnergroupParams) WithTimeout(timeout time.Duration) *GetRunnergroupParams

WithTimeout adds the timeout to the get runnergroup params

func (*GetRunnergroupParams) WriteToRequest

func (o *GetRunnergroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetRunnergroupReader

type GetRunnergroupReader struct {
	// contains filtered or unexported fields
}

GetRunnergroupReader is a Reader for the GetRunnergroup structure.

func (*GetRunnergroupReader) ReadResponse

func (o *GetRunnergroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetRunnergroupUnauthorized

type GetRunnergroupUnauthorized struct {
	Payload *models.ErrorResponse
}

GetRunnergroupUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetRunnergroupUnauthorized

func NewGetRunnergroupUnauthorized() *GetRunnergroupUnauthorized

NewGetRunnergroupUnauthorized creates a GetRunnergroupUnauthorized with default headers values

func (*GetRunnergroupUnauthorized) Code

func (o *GetRunnergroupUnauthorized) Code() int

Code gets the status code for the get runnergroup unauthorized response

func (*GetRunnergroupUnauthorized) Error

func (*GetRunnergroupUnauthorized) GetPayload

func (*GetRunnergroupUnauthorized) IsClientError

func (o *GetRunnergroupUnauthorized) IsClientError() bool

IsClientError returns true when this get runnergroup unauthorized response has a 4xx status code

func (*GetRunnergroupUnauthorized) IsCode

func (o *GetRunnergroupUnauthorized) IsCode(code int) bool

IsCode returns true when this get runnergroup unauthorized response a status code equal to that given

func (*GetRunnergroupUnauthorized) IsRedirect

func (o *GetRunnergroupUnauthorized) IsRedirect() bool

IsRedirect returns true when this get runnergroup unauthorized response has a 3xx status code

func (*GetRunnergroupUnauthorized) IsServerError

func (o *GetRunnergroupUnauthorized) IsServerError() bool

IsServerError returns true when this get runnergroup unauthorized response has a 5xx status code

func (*GetRunnergroupUnauthorized) IsSuccess

func (o *GetRunnergroupUnauthorized) IsSuccess() bool

IsSuccess returns true when this get runnergroup unauthorized response has a 2xx status code

func (*GetRunnergroupUnauthorized) String

func (o *GetRunnergroupUnauthorized) String() string

type ListRunnergroupBadGateway

type ListRunnergroupBadGateway struct {
	Payload *models.ErrorResponse
}

ListRunnergroupBadGateway describes a response with status code 502, with default header values.

Bad Gateway

func NewListRunnergroupBadGateway

func NewListRunnergroupBadGateway() *ListRunnergroupBadGateway

NewListRunnergroupBadGateway creates a ListRunnergroupBadGateway with default headers values

func (*ListRunnergroupBadGateway) Code

func (o *ListRunnergroupBadGateway) Code() int

Code gets the status code for the list runnergroup bad gateway response

func (*ListRunnergroupBadGateway) Error

func (o *ListRunnergroupBadGateway) Error() string

func (*ListRunnergroupBadGateway) GetPayload

func (*ListRunnergroupBadGateway) IsClientError

func (o *ListRunnergroupBadGateway) IsClientError() bool

IsClientError returns true when this list runnergroup bad gateway response has a 4xx status code

func (*ListRunnergroupBadGateway) IsCode

func (o *ListRunnergroupBadGateway) IsCode(code int) bool

IsCode returns true when this list runnergroup bad gateway response a status code equal to that given

func (*ListRunnergroupBadGateway) IsRedirect

func (o *ListRunnergroupBadGateway) IsRedirect() bool

IsRedirect returns true when this list runnergroup bad gateway response has a 3xx status code

func (*ListRunnergroupBadGateway) IsServerError

func (o *ListRunnergroupBadGateway) IsServerError() bool

IsServerError returns true when this list runnergroup bad gateway response has a 5xx status code

func (*ListRunnergroupBadGateway) IsSuccess

func (o *ListRunnergroupBadGateway) IsSuccess() bool

IsSuccess returns true when this list runnergroup bad gateway response has a 2xx status code

func (*ListRunnergroupBadGateway) String

func (o *ListRunnergroupBadGateway) String() string

type ListRunnergroupBadRequest

type ListRunnergroupBadRequest struct {
	Payload *models.ErrorResponse
}

ListRunnergroupBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewListRunnergroupBadRequest

func NewListRunnergroupBadRequest() *ListRunnergroupBadRequest

NewListRunnergroupBadRequest creates a ListRunnergroupBadRequest with default headers values

func (*ListRunnergroupBadRequest) Code

func (o *ListRunnergroupBadRequest) Code() int

Code gets the status code for the list runnergroup bad request response

func (*ListRunnergroupBadRequest) Error

func (o *ListRunnergroupBadRequest) Error() string

func (*ListRunnergroupBadRequest) GetPayload

func (*ListRunnergroupBadRequest) IsClientError

func (o *ListRunnergroupBadRequest) IsClientError() bool

IsClientError returns true when this list runnergroup bad request response has a 4xx status code

func (*ListRunnergroupBadRequest) IsCode

func (o *ListRunnergroupBadRequest) IsCode(code int) bool

IsCode returns true when this list runnergroup bad request response a status code equal to that given

func (*ListRunnergroupBadRequest) IsRedirect

func (o *ListRunnergroupBadRequest) IsRedirect() bool

IsRedirect returns true when this list runnergroup bad request response has a 3xx status code

func (*ListRunnergroupBadRequest) IsServerError

func (o *ListRunnergroupBadRequest) IsServerError() bool

IsServerError returns true when this list runnergroup bad request response has a 5xx status code

func (*ListRunnergroupBadRequest) IsSuccess

func (o *ListRunnergroupBadRequest) IsSuccess() bool

IsSuccess returns true when this list runnergroup bad request response has a 2xx status code

func (*ListRunnergroupBadRequest) String

func (o *ListRunnergroupBadRequest) String() string

type ListRunnergroupOK

type ListRunnergroupOK struct {
	Payload []*models.JobRunnerGroup
}

ListRunnergroupOK describes a response with status code 200, with default header values.

OK

func NewListRunnergroupOK

func NewListRunnergroupOK() *ListRunnergroupOK

NewListRunnergroupOK creates a ListRunnergroupOK with default headers values

func (*ListRunnergroupOK) Code

func (o *ListRunnergroupOK) Code() int

Code gets the status code for the list runnergroup o k response

func (*ListRunnergroupOK) Error

func (o *ListRunnergroupOK) Error() string

func (*ListRunnergroupOK) GetPayload

func (o *ListRunnergroupOK) GetPayload() []*models.JobRunnerGroup

func (*ListRunnergroupOK) IsClientError

func (o *ListRunnergroupOK) IsClientError() bool

IsClientError returns true when this list runnergroup o k response has a 4xx status code

func (*ListRunnergroupOK) IsCode

func (o *ListRunnergroupOK) IsCode(code int) bool

IsCode returns true when this list runnergroup o k response a status code equal to that given

func (*ListRunnergroupOK) IsRedirect

func (o *ListRunnergroupOK) IsRedirect() bool

IsRedirect returns true when this list runnergroup o k response has a 3xx status code

func (*ListRunnergroupOK) IsServerError

func (o *ListRunnergroupOK) IsServerError() bool

IsServerError returns true when this list runnergroup o k response has a 5xx status code

func (*ListRunnergroupOK) IsSuccess

func (o *ListRunnergroupOK) IsSuccess() bool

IsSuccess returns true when this list runnergroup o k response has a 2xx status code

func (*ListRunnergroupOK) String

func (o *ListRunnergroupOK) String() string

type ListRunnergroupParams

type ListRunnergroupParams struct {

	/* OrgName.

	   Signadot Org Name
	*/
	OrgName string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListRunnergroupParams contains all the parameters to send to the API endpoint

for the list runnergroup operation.

Typically these are written to a http.Request.

func NewListRunnergroupParams

func NewListRunnergroupParams() *ListRunnergroupParams

NewListRunnergroupParams creates a new ListRunnergroupParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListRunnergroupParamsWithContext

func NewListRunnergroupParamsWithContext(ctx context.Context) *ListRunnergroupParams

NewListRunnergroupParamsWithContext creates a new ListRunnergroupParams object with the ability to set a context for a request.

func NewListRunnergroupParamsWithHTTPClient

func NewListRunnergroupParamsWithHTTPClient(client *http.Client) *ListRunnergroupParams

NewListRunnergroupParamsWithHTTPClient creates a new ListRunnergroupParams object with the ability to set a custom HTTPClient for a request.

func NewListRunnergroupParamsWithTimeout

func NewListRunnergroupParamsWithTimeout(timeout time.Duration) *ListRunnergroupParams

NewListRunnergroupParamsWithTimeout creates a new ListRunnergroupParams object with the ability to set a timeout on a request.

func (*ListRunnergroupParams) SetContext

func (o *ListRunnergroupParams) SetContext(ctx context.Context)

SetContext adds the context to the list runnergroup params

func (*ListRunnergroupParams) SetDefaults

func (o *ListRunnergroupParams) SetDefaults()

SetDefaults hydrates default values in the list runnergroup params (not the query body).

All values with no default are reset to their zero value.

func (*ListRunnergroupParams) SetHTTPClient

func (o *ListRunnergroupParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list runnergroup params

func (*ListRunnergroupParams) SetOrgName

func (o *ListRunnergroupParams) SetOrgName(orgName string)

SetOrgName adds the orgName to the list runnergroup params

func (*ListRunnergroupParams) SetTimeout

func (o *ListRunnergroupParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list runnergroup params

func (*ListRunnergroupParams) WithContext

WithContext adds the context to the list runnergroup params

func (*ListRunnergroupParams) WithDefaults

func (o *ListRunnergroupParams) WithDefaults() *ListRunnergroupParams

WithDefaults hydrates default values in the list runnergroup params (not the query body).

All values with no default are reset to their zero value.

func (*ListRunnergroupParams) WithHTTPClient

func (o *ListRunnergroupParams) WithHTTPClient(client *http.Client) *ListRunnergroupParams

WithHTTPClient adds the HTTPClient to the list runnergroup params

func (*ListRunnergroupParams) WithOrgName

func (o *ListRunnergroupParams) WithOrgName(orgName string) *ListRunnergroupParams

WithOrgName adds the orgName to the list runnergroup params

func (*ListRunnergroupParams) WithTimeout

func (o *ListRunnergroupParams) WithTimeout(timeout time.Duration) *ListRunnergroupParams

WithTimeout adds the timeout to the list runnergroup params

func (*ListRunnergroupParams) WriteToRequest

func (o *ListRunnergroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListRunnergroupReader

type ListRunnergroupReader struct {
	// contains filtered or unexported fields
}

ListRunnergroupReader is a Reader for the ListRunnergroup structure.

func (*ListRunnergroupReader) ReadResponse

func (o *ListRunnergroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListRunnergroupUnauthorized

type ListRunnergroupUnauthorized struct {
	Payload *models.ErrorResponse
}

ListRunnergroupUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewListRunnergroupUnauthorized

func NewListRunnergroupUnauthorized() *ListRunnergroupUnauthorized

NewListRunnergroupUnauthorized creates a ListRunnergroupUnauthorized with default headers values

func (*ListRunnergroupUnauthorized) Code

func (o *ListRunnergroupUnauthorized) Code() int

Code gets the status code for the list runnergroup unauthorized response

func (*ListRunnergroupUnauthorized) Error

func (*ListRunnergroupUnauthorized) GetPayload

func (*ListRunnergroupUnauthorized) IsClientError

func (o *ListRunnergroupUnauthorized) IsClientError() bool

IsClientError returns true when this list runnergroup unauthorized response has a 4xx status code

func (*ListRunnergroupUnauthorized) IsCode

func (o *ListRunnergroupUnauthorized) IsCode(code int) bool

IsCode returns true when this list runnergroup unauthorized response a status code equal to that given

func (*ListRunnergroupUnauthorized) IsRedirect

func (o *ListRunnergroupUnauthorized) IsRedirect() bool

IsRedirect returns true when this list runnergroup unauthorized response has a 3xx status code

func (*ListRunnergroupUnauthorized) IsServerError

func (o *ListRunnergroupUnauthorized) IsServerError() bool

IsServerError returns true when this list runnergroup unauthorized response has a 5xx status code

func (*ListRunnergroupUnauthorized) IsSuccess

func (o *ListRunnergroupUnauthorized) IsSuccess() bool

IsSuccess returns true when this list runnergroup unauthorized response has a 2xx status code

func (*ListRunnergroupUnauthorized) String

func (o *ListRunnergroupUnauthorized) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL