plan_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 ApplyPlanrunnergroupBadGateway

type ApplyPlanrunnergroupBadGateway struct {
	Payload *models.ErrorResponse
}

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

Bad Gateway

func NewApplyPlanrunnergroupBadGateway

func NewApplyPlanrunnergroupBadGateway() *ApplyPlanrunnergroupBadGateway

NewApplyPlanrunnergroupBadGateway creates a ApplyPlanrunnergroupBadGateway with default headers values

func (*ApplyPlanrunnergroupBadGateway) Code

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

func (*ApplyPlanrunnergroupBadGateway) Error

func (*ApplyPlanrunnergroupBadGateway) GetPayload

func (*ApplyPlanrunnergroupBadGateway) IsClientError

func (o *ApplyPlanrunnergroupBadGateway) IsClientError() bool

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

func (*ApplyPlanrunnergroupBadGateway) IsCode

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

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

func (*ApplyPlanrunnergroupBadGateway) IsRedirect

func (o *ApplyPlanrunnergroupBadGateway) IsRedirect() bool

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

func (*ApplyPlanrunnergroupBadGateway) IsServerError

func (o *ApplyPlanrunnergroupBadGateway) IsServerError() bool

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

func (*ApplyPlanrunnergroupBadGateway) IsSuccess

func (o *ApplyPlanrunnergroupBadGateway) IsSuccess() bool

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

func (*ApplyPlanrunnergroupBadGateway) String

type ApplyPlanrunnergroupBadRequest

type ApplyPlanrunnergroupBadRequest struct {
	Payload *models.ErrorResponse
}

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

Bad Request

func NewApplyPlanrunnergroupBadRequest

func NewApplyPlanrunnergroupBadRequest() *ApplyPlanrunnergroupBadRequest

NewApplyPlanrunnergroupBadRequest creates a ApplyPlanrunnergroupBadRequest with default headers values

func (*ApplyPlanrunnergroupBadRequest) Code

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

func (*ApplyPlanrunnergroupBadRequest) Error

func (*ApplyPlanrunnergroupBadRequest) GetPayload

func (*ApplyPlanrunnergroupBadRequest) IsClientError

func (o *ApplyPlanrunnergroupBadRequest) IsClientError() bool

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

func (*ApplyPlanrunnergroupBadRequest) IsCode

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

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

func (*ApplyPlanrunnergroupBadRequest) IsRedirect

func (o *ApplyPlanrunnergroupBadRequest) IsRedirect() bool

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

func (*ApplyPlanrunnergroupBadRequest) IsServerError

func (o *ApplyPlanrunnergroupBadRequest) IsServerError() bool

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

func (*ApplyPlanrunnergroupBadRequest) IsSuccess

func (o *ApplyPlanrunnergroupBadRequest) IsSuccess() bool

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

func (*ApplyPlanrunnergroupBadRequest) String

type ApplyPlanrunnergroupOK

type ApplyPlanrunnergroupOK struct {
	Payload *models.PlanRunnerGroup
}

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

OK

func NewApplyPlanrunnergroupOK

func NewApplyPlanrunnergroupOK() *ApplyPlanrunnergroupOK

NewApplyPlanrunnergroupOK creates a ApplyPlanrunnergroupOK with default headers values

func (*ApplyPlanrunnergroupOK) Code

func (o *ApplyPlanrunnergroupOK) Code() int

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

func (*ApplyPlanrunnergroupOK) Error

func (o *ApplyPlanrunnergroupOK) Error() string

func (*ApplyPlanrunnergroupOK) GetPayload

func (*ApplyPlanrunnergroupOK) IsClientError

func (o *ApplyPlanrunnergroupOK) IsClientError() bool

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

func (*ApplyPlanrunnergroupOK) IsCode

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

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

func (*ApplyPlanrunnergroupOK) IsRedirect

func (o *ApplyPlanrunnergroupOK) IsRedirect() bool

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

func (*ApplyPlanrunnergroupOK) IsServerError

func (o *ApplyPlanrunnergroupOK) IsServerError() bool

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

func (*ApplyPlanrunnergroupOK) IsSuccess

func (o *ApplyPlanrunnergroupOK) IsSuccess() bool

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

func (*ApplyPlanrunnergroupOK) String

func (o *ApplyPlanrunnergroupOK) String() string

type ApplyPlanrunnergroupParams

type ApplyPlanrunnergroupParams struct {

	/* Data.

	   Request to create or update plan runner group
	*/
	Data *models.PlanRunnerGroup

	/* OrgName.

	   Signadot Org Name
	*/
	OrgName string

	/* PlanRunnerGroupName.

	   PlanRunnerGroup Name
	*/
	PlanRunnerGroupName string

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

ApplyPlanrunnergroupParams contains all the parameters to send to the API endpoint

for the apply planrunnergroup operation.

Typically these are written to a http.Request.

func NewApplyPlanrunnergroupParams

func NewApplyPlanrunnergroupParams() *ApplyPlanrunnergroupParams

NewApplyPlanrunnergroupParams creates a new ApplyPlanrunnergroupParams 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 NewApplyPlanrunnergroupParamsWithContext

func NewApplyPlanrunnergroupParamsWithContext(ctx context.Context) *ApplyPlanrunnergroupParams

NewApplyPlanrunnergroupParamsWithContext creates a new ApplyPlanrunnergroupParams object with the ability to set a context for a request.

func NewApplyPlanrunnergroupParamsWithHTTPClient

func NewApplyPlanrunnergroupParamsWithHTTPClient(client *http.Client) *ApplyPlanrunnergroupParams

NewApplyPlanrunnergroupParamsWithHTTPClient creates a new ApplyPlanrunnergroupParams object with the ability to set a custom HTTPClient for a request.

func NewApplyPlanrunnergroupParamsWithTimeout

func NewApplyPlanrunnergroupParamsWithTimeout(timeout time.Duration) *ApplyPlanrunnergroupParams

NewApplyPlanrunnergroupParamsWithTimeout creates a new ApplyPlanrunnergroupParams object with the ability to set a timeout on a request.

func (*ApplyPlanrunnergroupParams) SetContext

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

SetContext adds the context to the apply planrunnergroup params

func (*ApplyPlanrunnergroupParams) SetData

SetData adds the data to the apply planrunnergroup params

func (*ApplyPlanrunnergroupParams) SetDefaults

func (o *ApplyPlanrunnergroupParams) SetDefaults()

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

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

func (*ApplyPlanrunnergroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the apply planrunnergroup params

func (*ApplyPlanrunnergroupParams) SetOrgName

func (o *ApplyPlanrunnergroupParams) SetOrgName(orgName string)

SetOrgName adds the orgName to the apply planrunnergroup params

func (*ApplyPlanrunnergroupParams) SetPlanRunnerGroupName

func (o *ApplyPlanrunnergroupParams) SetPlanRunnerGroupName(planRunnerGroupName string)

SetPlanRunnerGroupName adds the planRunnerGroupName to the apply planrunnergroup params

func (*ApplyPlanrunnergroupParams) SetTimeout

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

SetTimeout adds the timeout to the apply planrunnergroup params

func (*ApplyPlanrunnergroupParams) WithContext

WithContext adds the context to the apply planrunnergroup params

func (*ApplyPlanrunnergroupParams) WithData

WithData adds the data to the apply planrunnergroup params

func (*ApplyPlanrunnergroupParams) WithDefaults

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

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

func (*ApplyPlanrunnergroupParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the apply planrunnergroup params

func (*ApplyPlanrunnergroupParams) WithOrgName

WithOrgName adds the orgName to the apply planrunnergroup params

func (*ApplyPlanrunnergroupParams) WithPlanRunnerGroupName

func (o *ApplyPlanrunnergroupParams) WithPlanRunnerGroupName(planRunnerGroupName string) *ApplyPlanrunnergroupParams

WithPlanRunnerGroupName adds the planRunnerGroupName to the apply planrunnergroup params

func (*ApplyPlanrunnergroupParams) WithTimeout

WithTimeout adds the timeout to the apply planrunnergroup params

func (*ApplyPlanrunnergroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplyPlanrunnergroupReader

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

ApplyPlanrunnergroupReader is a Reader for the ApplyPlanrunnergroup structure.

func (*ApplyPlanrunnergroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplyPlanrunnergroupUnauthorized

type ApplyPlanrunnergroupUnauthorized struct {
	Payload *models.ErrorResponse
}

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

Unauthorized

func NewApplyPlanrunnergroupUnauthorized

func NewApplyPlanrunnergroupUnauthorized() *ApplyPlanrunnergroupUnauthorized

NewApplyPlanrunnergroupUnauthorized creates a ApplyPlanrunnergroupUnauthorized with default headers values

func (*ApplyPlanrunnergroupUnauthorized) Code

Code gets the status code for the apply planrunnergroup unauthorized response

func (*ApplyPlanrunnergroupUnauthorized) Error

func (*ApplyPlanrunnergroupUnauthorized) GetPayload

func (*ApplyPlanrunnergroupUnauthorized) IsClientError

func (o *ApplyPlanrunnergroupUnauthorized) IsClientError() bool

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

func (*ApplyPlanrunnergroupUnauthorized) IsCode

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

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

func (*ApplyPlanrunnergroupUnauthorized) IsRedirect

func (o *ApplyPlanrunnergroupUnauthorized) IsRedirect() bool

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

func (*ApplyPlanrunnergroupUnauthorized) IsServerError

func (o *ApplyPlanrunnergroupUnauthorized) IsServerError() bool

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

func (*ApplyPlanrunnergroupUnauthorized) IsSuccess

func (o *ApplyPlanrunnergroupUnauthorized) IsSuccess() bool

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

func (*ApplyPlanrunnergroupUnauthorized) String

type Client

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

Client for plan runner groups API

func (*Client) ApplyPlanrunnergroup

func (a *Client) ApplyPlanrunnergroup(params *ApplyPlanrunnergroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ApplyPlanrunnergroupOK, error)

ApplyPlanrunnergroup creates or update a plan runner group

Creates or updates a plan runner group with the provided parameters.

func (*Client) DeletePlanrunnergroup

func (a *Client) DeletePlanrunnergroup(params *DeletePlanrunnergroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeletePlanrunnergroupOK, error)

DeletePlanrunnergroup deletes a plan runner group

Delete a given plan runner group.

func (*Client) GetPlanrunnergroup

func (a *Client) GetPlanrunnergroup(params *GetPlanrunnergroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPlanrunnergroupOK, error)

GetPlanrunnergroup gets a plan runner group

Fetch the details about a given plan runner group.

func (*Client) GetPlanrunnergroupSettings

func (a *Client) GetPlanrunnergroupSettings(params *GetPlanrunnergroupSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPlanrunnergroupSettingsOK, error)

GetPlanrunnergroupSettings gets plan runner group settings

Returns cluster eligibility information with nested plan runner group data.

func (*Client) GetPrgDesiredImages

func (a *Client) GetPrgDesiredImages(params *GetPrgDesiredImagesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPrgDesiredImagesOK, error)

GetPrgDesiredImages desireds image set for a plan runner group

Returns the set of literal \image refs declared by

func (*Client) ListPlanrunnergroup

func (a *Client) ListPlanrunnergroup(params *ListPlanrunnergroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListPlanrunnergroupOK, error)

ListPlanrunnergroup lists plan runner groups

List PlanRunnerGroups.

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 {
	ApplyPlanrunnergroup(params *ApplyPlanrunnergroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ApplyPlanrunnergroupOK, error)

	DeletePlanrunnergroup(params *DeletePlanrunnergroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeletePlanrunnergroupOK, error)

	GetPlanrunnergroup(params *GetPlanrunnergroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPlanrunnergroupOK, error)

	GetPlanrunnergroupSettings(params *GetPlanrunnergroupSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPlanrunnergroupSettingsOK, error)

	GetPrgDesiredImages(params *GetPrgDesiredImagesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPrgDesiredImagesOK, error)

	ListPlanrunnergroup(params *ListPlanrunnergroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListPlanrunnergroupOK, 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 plan runner groups API client.

func NewClientWithBasicAuth

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

New creates a new plan 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 plan 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 DeletePlanrunnergroupBadGateway

type DeletePlanrunnergroupBadGateway struct {
	Payload *models.ErrorResponse
}

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

Bad Gateway

func NewDeletePlanrunnergroupBadGateway

func NewDeletePlanrunnergroupBadGateway() *DeletePlanrunnergroupBadGateway

NewDeletePlanrunnergroupBadGateway creates a DeletePlanrunnergroupBadGateway with default headers values

func (*DeletePlanrunnergroupBadGateway) Code

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

func (*DeletePlanrunnergroupBadGateway) Error

func (*DeletePlanrunnergroupBadGateway) GetPayload

func (*DeletePlanrunnergroupBadGateway) IsClientError

func (o *DeletePlanrunnergroupBadGateway) IsClientError() bool

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

func (*DeletePlanrunnergroupBadGateway) IsCode

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

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

func (*DeletePlanrunnergroupBadGateway) IsRedirect

func (o *DeletePlanrunnergroupBadGateway) IsRedirect() bool

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

func (*DeletePlanrunnergroupBadGateway) IsServerError

func (o *DeletePlanrunnergroupBadGateway) IsServerError() bool

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

func (*DeletePlanrunnergroupBadGateway) IsSuccess

func (o *DeletePlanrunnergroupBadGateway) IsSuccess() bool

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

func (*DeletePlanrunnergroupBadGateway) String

type DeletePlanrunnergroupBadRequest

type DeletePlanrunnergroupBadRequest struct {
	Payload *models.ErrorResponse
}

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

Bad Request

func NewDeletePlanrunnergroupBadRequest

func NewDeletePlanrunnergroupBadRequest() *DeletePlanrunnergroupBadRequest

NewDeletePlanrunnergroupBadRequest creates a DeletePlanrunnergroupBadRequest with default headers values

func (*DeletePlanrunnergroupBadRequest) Code

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

func (*DeletePlanrunnergroupBadRequest) Error

func (*DeletePlanrunnergroupBadRequest) GetPayload

func (*DeletePlanrunnergroupBadRequest) IsClientError

func (o *DeletePlanrunnergroupBadRequest) IsClientError() bool

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

func (*DeletePlanrunnergroupBadRequest) IsCode

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

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

func (*DeletePlanrunnergroupBadRequest) IsRedirect

func (o *DeletePlanrunnergroupBadRequest) IsRedirect() bool

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

func (*DeletePlanrunnergroupBadRequest) IsServerError

func (o *DeletePlanrunnergroupBadRequest) IsServerError() bool

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

func (*DeletePlanrunnergroupBadRequest) IsSuccess

func (o *DeletePlanrunnergroupBadRequest) IsSuccess() bool

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

func (*DeletePlanrunnergroupBadRequest) String

type DeletePlanrunnergroupOK

type DeletePlanrunnergroupOK struct {
	Payload models.EmptyResponse
}

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

OK

func NewDeletePlanrunnergroupOK

func NewDeletePlanrunnergroupOK() *DeletePlanrunnergroupOK

NewDeletePlanrunnergroupOK creates a DeletePlanrunnergroupOK with default headers values

func (*DeletePlanrunnergroupOK) Code

func (o *DeletePlanrunnergroupOK) Code() int

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

func (*DeletePlanrunnergroupOK) Error

func (o *DeletePlanrunnergroupOK) Error() string

func (*DeletePlanrunnergroupOK) GetPayload

func (*DeletePlanrunnergroupOK) IsClientError

func (o *DeletePlanrunnergroupOK) IsClientError() bool

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

func (*DeletePlanrunnergroupOK) IsCode

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

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

func (*DeletePlanrunnergroupOK) IsRedirect

func (o *DeletePlanrunnergroupOK) IsRedirect() bool

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

func (*DeletePlanrunnergroupOK) IsServerError

func (o *DeletePlanrunnergroupOK) IsServerError() bool

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

func (*DeletePlanrunnergroupOK) IsSuccess

func (o *DeletePlanrunnergroupOK) IsSuccess() bool

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

func (*DeletePlanrunnergroupOK) String

func (o *DeletePlanrunnergroupOK) String() string

type DeletePlanrunnergroupParams

type DeletePlanrunnergroupParams struct {

	/* OrgName.

	   Signadot Org Name
	*/
	OrgName string

	/* PlanRunnerGroupName.

	   PlanRunnerGroup Name
	*/
	PlanRunnerGroupName string

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

DeletePlanrunnergroupParams contains all the parameters to send to the API endpoint

for the delete planrunnergroup operation.

Typically these are written to a http.Request.

func NewDeletePlanrunnergroupParams

func NewDeletePlanrunnergroupParams() *DeletePlanrunnergroupParams

NewDeletePlanrunnergroupParams creates a new DeletePlanrunnergroupParams 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 NewDeletePlanrunnergroupParamsWithContext

func NewDeletePlanrunnergroupParamsWithContext(ctx context.Context) *DeletePlanrunnergroupParams

NewDeletePlanrunnergroupParamsWithContext creates a new DeletePlanrunnergroupParams object with the ability to set a context for a request.

func NewDeletePlanrunnergroupParamsWithHTTPClient

func NewDeletePlanrunnergroupParamsWithHTTPClient(client *http.Client) *DeletePlanrunnergroupParams

NewDeletePlanrunnergroupParamsWithHTTPClient creates a new DeletePlanrunnergroupParams object with the ability to set a custom HTTPClient for a request.

func NewDeletePlanrunnergroupParamsWithTimeout

func NewDeletePlanrunnergroupParamsWithTimeout(timeout time.Duration) *DeletePlanrunnergroupParams

NewDeletePlanrunnergroupParamsWithTimeout creates a new DeletePlanrunnergroupParams object with the ability to set a timeout on a request.

func (*DeletePlanrunnergroupParams) SetContext

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

SetContext adds the context to the delete planrunnergroup params

func (*DeletePlanrunnergroupParams) SetDefaults

func (o *DeletePlanrunnergroupParams) SetDefaults()

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

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

func (*DeletePlanrunnergroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete planrunnergroup params

func (*DeletePlanrunnergroupParams) SetOrgName

func (o *DeletePlanrunnergroupParams) SetOrgName(orgName string)

SetOrgName adds the orgName to the delete planrunnergroup params

func (*DeletePlanrunnergroupParams) SetPlanRunnerGroupName

func (o *DeletePlanrunnergroupParams) SetPlanRunnerGroupName(planRunnerGroupName string)

SetPlanRunnerGroupName adds the planRunnerGroupName to the delete planrunnergroup params

func (*DeletePlanrunnergroupParams) SetTimeout

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

SetTimeout adds the timeout to the delete planrunnergroup params

func (*DeletePlanrunnergroupParams) WithContext

WithContext adds the context to the delete planrunnergroup params

func (*DeletePlanrunnergroupParams) WithDefaults

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

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

func (*DeletePlanrunnergroupParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete planrunnergroup params

func (*DeletePlanrunnergroupParams) WithOrgName

WithOrgName adds the orgName to the delete planrunnergroup params

func (*DeletePlanrunnergroupParams) WithPlanRunnerGroupName

func (o *DeletePlanrunnergroupParams) WithPlanRunnerGroupName(planRunnerGroupName string) *DeletePlanrunnergroupParams

WithPlanRunnerGroupName adds the planRunnerGroupName to the delete planrunnergroup params

func (*DeletePlanrunnergroupParams) WithTimeout

WithTimeout adds the timeout to the delete planrunnergroup params

func (*DeletePlanrunnergroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeletePlanrunnergroupReader

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

DeletePlanrunnergroupReader is a Reader for the DeletePlanrunnergroup structure.

func (*DeletePlanrunnergroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeletePlanrunnergroupUnauthorized

type DeletePlanrunnergroupUnauthorized struct {
	Payload *models.ErrorResponse
}

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

Unauthorized

func NewDeletePlanrunnergroupUnauthorized

func NewDeletePlanrunnergroupUnauthorized() *DeletePlanrunnergroupUnauthorized

NewDeletePlanrunnergroupUnauthorized creates a DeletePlanrunnergroupUnauthorized with default headers values

func (*DeletePlanrunnergroupUnauthorized) Code

Code gets the status code for the delete planrunnergroup unauthorized response

func (*DeletePlanrunnergroupUnauthorized) Error

func (*DeletePlanrunnergroupUnauthorized) GetPayload

func (*DeletePlanrunnergroupUnauthorized) IsClientError

func (o *DeletePlanrunnergroupUnauthorized) IsClientError() bool

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

func (*DeletePlanrunnergroupUnauthorized) IsCode

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

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

func (*DeletePlanrunnergroupUnauthorized) IsRedirect

func (o *DeletePlanrunnergroupUnauthorized) IsRedirect() bool

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

func (*DeletePlanrunnergroupUnauthorized) IsServerError

func (o *DeletePlanrunnergroupUnauthorized) IsServerError() bool

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

func (*DeletePlanrunnergroupUnauthorized) IsSuccess

func (o *DeletePlanrunnergroupUnauthorized) IsSuccess() bool

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

func (*DeletePlanrunnergroupUnauthorized) String

type GetPlanrunnergroupBadGateway

type GetPlanrunnergroupBadGateway struct {
	Payload *models.ErrorResponse
}

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

Bad Gateway

func NewGetPlanrunnergroupBadGateway

func NewGetPlanrunnergroupBadGateway() *GetPlanrunnergroupBadGateway

NewGetPlanrunnergroupBadGateway creates a GetPlanrunnergroupBadGateway with default headers values

func (*GetPlanrunnergroupBadGateway) Code

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

func (*GetPlanrunnergroupBadGateway) Error

func (*GetPlanrunnergroupBadGateway) GetPayload

func (*GetPlanrunnergroupBadGateway) IsClientError

func (o *GetPlanrunnergroupBadGateway) IsClientError() bool

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

func (*GetPlanrunnergroupBadGateway) IsCode

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

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

func (*GetPlanrunnergroupBadGateway) IsRedirect

func (o *GetPlanrunnergroupBadGateway) IsRedirect() bool

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

func (*GetPlanrunnergroupBadGateway) IsServerError

func (o *GetPlanrunnergroupBadGateway) IsServerError() bool

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

func (*GetPlanrunnergroupBadGateway) IsSuccess

func (o *GetPlanrunnergroupBadGateway) IsSuccess() bool

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

func (*GetPlanrunnergroupBadGateway) String

type GetPlanrunnergroupBadRequest

type GetPlanrunnergroupBadRequest struct {
	Payload *models.ErrorResponse
}

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

Bad Request

func NewGetPlanrunnergroupBadRequest

func NewGetPlanrunnergroupBadRequest() *GetPlanrunnergroupBadRequest

NewGetPlanrunnergroupBadRequest creates a GetPlanrunnergroupBadRequest with default headers values

func (*GetPlanrunnergroupBadRequest) Code

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

func (*GetPlanrunnergroupBadRequest) Error

func (*GetPlanrunnergroupBadRequest) GetPayload

func (*GetPlanrunnergroupBadRequest) IsClientError

func (o *GetPlanrunnergroupBadRequest) IsClientError() bool

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

func (*GetPlanrunnergroupBadRequest) IsCode

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

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

func (*GetPlanrunnergroupBadRequest) IsRedirect

func (o *GetPlanrunnergroupBadRequest) IsRedirect() bool

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

func (*GetPlanrunnergroupBadRequest) IsServerError

func (o *GetPlanrunnergroupBadRequest) IsServerError() bool

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

func (*GetPlanrunnergroupBadRequest) IsSuccess

func (o *GetPlanrunnergroupBadRequest) IsSuccess() bool

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

func (*GetPlanrunnergroupBadRequest) String

type GetPlanrunnergroupOK

type GetPlanrunnergroupOK struct {
	Payload *models.PlanRunnerGroup
}

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

OK

func NewGetPlanrunnergroupOK

func NewGetPlanrunnergroupOK() *GetPlanrunnergroupOK

NewGetPlanrunnergroupOK creates a GetPlanrunnergroupOK with default headers values

func (*GetPlanrunnergroupOK) Code

func (o *GetPlanrunnergroupOK) Code() int

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

func (*GetPlanrunnergroupOK) Error

func (o *GetPlanrunnergroupOK) Error() string

func (*GetPlanrunnergroupOK) GetPayload

func (o *GetPlanrunnergroupOK) GetPayload() *models.PlanRunnerGroup

func (*GetPlanrunnergroupOK) IsClientError

func (o *GetPlanrunnergroupOK) IsClientError() bool

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

func (*GetPlanrunnergroupOK) IsCode

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

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

func (*GetPlanrunnergroupOK) IsRedirect

func (o *GetPlanrunnergroupOK) IsRedirect() bool

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

func (*GetPlanrunnergroupOK) IsServerError

func (o *GetPlanrunnergroupOK) IsServerError() bool

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

func (*GetPlanrunnergroupOK) IsSuccess

func (o *GetPlanrunnergroupOK) IsSuccess() bool

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

func (*GetPlanrunnergroupOK) String

func (o *GetPlanrunnergroupOK) String() string

type GetPlanrunnergroupParams

type GetPlanrunnergroupParams struct {

	/* OrgName.

	   Signadot Org Name
	*/
	OrgName string

	/* PlanRunnerGroupName.

	   PlanRunnerGroup Name
	*/
	PlanRunnerGroupName string

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

GetPlanrunnergroupParams contains all the parameters to send to the API endpoint

for the get planrunnergroup operation.

Typically these are written to a http.Request.

func NewGetPlanrunnergroupParams

func NewGetPlanrunnergroupParams() *GetPlanrunnergroupParams

NewGetPlanrunnergroupParams creates a new GetPlanrunnergroupParams 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 NewGetPlanrunnergroupParamsWithContext

func NewGetPlanrunnergroupParamsWithContext(ctx context.Context) *GetPlanrunnergroupParams

NewGetPlanrunnergroupParamsWithContext creates a new GetPlanrunnergroupParams object with the ability to set a context for a request.

func NewGetPlanrunnergroupParamsWithHTTPClient

func NewGetPlanrunnergroupParamsWithHTTPClient(client *http.Client) *GetPlanrunnergroupParams

NewGetPlanrunnergroupParamsWithHTTPClient creates a new GetPlanrunnergroupParams object with the ability to set a custom HTTPClient for a request.

func NewGetPlanrunnergroupParamsWithTimeout

func NewGetPlanrunnergroupParamsWithTimeout(timeout time.Duration) *GetPlanrunnergroupParams

NewGetPlanrunnergroupParamsWithTimeout creates a new GetPlanrunnergroupParams object with the ability to set a timeout on a request.

func (*GetPlanrunnergroupParams) SetContext

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

SetContext adds the context to the get planrunnergroup params

func (*GetPlanrunnergroupParams) SetDefaults

func (o *GetPlanrunnergroupParams) SetDefaults()

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

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

func (*GetPlanrunnergroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get planrunnergroup params

func (*GetPlanrunnergroupParams) SetOrgName

func (o *GetPlanrunnergroupParams) SetOrgName(orgName string)

SetOrgName adds the orgName to the get planrunnergroup params

func (*GetPlanrunnergroupParams) SetPlanRunnerGroupName

func (o *GetPlanrunnergroupParams) SetPlanRunnerGroupName(planRunnerGroupName string)

SetPlanRunnerGroupName adds the planRunnerGroupName to the get planrunnergroup params

func (*GetPlanrunnergroupParams) SetTimeout

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

SetTimeout adds the timeout to the get planrunnergroup params

func (*GetPlanrunnergroupParams) WithContext

WithContext adds the context to the get planrunnergroup params

func (*GetPlanrunnergroupParams) WithDefaults

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

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

func (*GetPlanrunnergroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get planrunnergroup params

func (*GetPlanrunnergroupParams) WithOrgName

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

WithOrgName adds the orgName to the get planrunnergroup params

func (*GetPlanrunnergroupParams) WithPlanRunnerGroupName

func (o *GetPlanrunnergroupParams) WithPlanRunnerGroupName(planRunnerGroupName string) *GetPlanrunnergroupParams

WithPlanRunnerGroupName adds the planRunnerGroupName to the get planrunnergroup params

func (*GetPlanrunnergroupParams) WithTimeout

WithTimeout adds the timeout to the get planrunnergroup params

func (*GetPlanrunnergroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPlanrunnergroupReader

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

GetPlanrunnergroupReader is a Reader for the GetPlanrunnergroup structure.

func (*GetPlanrunnergroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPlanrunnergroupSettingsBadGateway

type GetPlanrunnergroupSettingsBadGateway struct {
	Payload *models.ErrorResponse
}

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

Bad Gateway

func NewGetPlanrunnergroupSettingsBadGateway

func NewGetPlanrunnergroupSettingsBadGateway() *GetPlanrunnergroupSettingsBadGateway

NewGetPlanrunnergroupSettingsBadGateway creates a GetPlanrunnergroupSettingsBadGateway with default headers values

func (*GetPlanrunnergroupSettingsBadGateway) Code

Code gets the status code for the get planrunnergroup settings bad gateway response

func (*GetPlanrunnergroupSettingsBadGateway) Error

func (*GetPlanrunnergroupSettingsBadGateway) GetPayload

func (*GetPlanrunnergroupSettingsBadGateway) IsClientError

func (o *GetPlanrunnergroupSettingsBadGateway) IsClientError() bool

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

func (*GetPlanrunnergroupSettingsBadGateway) IsCode

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

func (*GetPlanrunnergroupSettingsBadGateway) IsRedirect

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

func (*GetPlanrunnergroupSettingsBadGateway) IsServerError

func (o *GetPlanrunnergroupSettingsBadGateway) IsServerError() bool

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

func (*GetPlanrunnergroupSettingsBadGateway) IsSuccess

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

func (*GetPlanrunnergroupSettingsBadGateway) String

type GetPlanrunnergroupSettingsBadRequest

type GetPlanrunnergroupSettingsBadRequest struct {
	Payload *models.ErrorResponse
}

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

Bad Request

func NewGetPlanrunnergroupSettingsBadRequest

func NewGetPlanrunnergroupSettingsBadRequest() *GetPlanrunnergroupSettingsBadRequest

NewGetPlanrunnergroupSettingsBadRequest creates a GetPlanrunnergroupSettingsBadRequest with default headers values

func (*GetPlanrunnergroupSettingsBadRequest) Code

Code gets the status code for the get planrunnergroup settings bad request response

func (*GetPlanrunnergroupSettingsBadRequest) Error

func (*GetPlanrunnergroupSettingsBadRequest) GetPayload

func (*GetPlanrunnergroupSettingsBadRequest) IsClientError

func (o *GetPlanrunnergroupSettingsBadRequest) IsClientError() bool

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

func (*GetPlanrunnergroupSettingsBadRequest) IsCode

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

func (*GetPlanrunnergroupSettingsBadRequest) IsRedirect

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

func (*GetPlanrunnergroupSettingsBadRequest) IsServerError

func (o *GetPlanrunnergroupSettingsBadRequest) IsServerError() bool

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

func (*GetPlanrunnergroupSettingsBadRequest) IsSuccess

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

func (*GetPlanrunnergroupSettingsBadRequest) String

type GetPlanrunnergroupSettingsOK

type GetPlanrunnergroupSettingsOK struct {
	Payload *models.PlanRunnerGroupSettingsResponse
}

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

OK

func NewGetPlanrunnergroupSettingsOK

func NewGetPlanrunnergroupSettingsOK() *GetPlanrunnergroupSettingsOK

NewGetPlanrunnergroupSettingsOK creates a GetPlanrunnergroupSettingsOK with default headers values

func (*GetPlanrunnergroupSettingsOK) Code

Code gets the status code for the get planrunnergroup settings o k response

func (*GetPlanrunnergroupSettingsOK) Error

func (*GetPlanrunnergroupSettingsOK) GetPayload

func (*GetPlanrunnergroupSettingsOK) IsClientError

func (o *GetPlanrunnergroupSettingsOK) IsClientError() bool

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

func (*GetPlanrunnergroupSettingsOK) IsCode

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

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

func (*GetPlanrunnergroupSettingsOK) IsRedirect

func (o *GetPlanrunnergroupSettingsOK) IsRedirect() bool

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

func (*GetPlanrunnergroupSettingsOK) IsServerError

func (o *GetPlanrunnergroupSettingsOK) IsServerError() bool

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

func (*GetPlanrunnergroupSettingsOK) IsSuccess

func (o *GetPlanrunnergroupSettingsOK) IsSuccess() bool

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

func (*GetPlanrunnergroupSettingsOK) String

type GetPlanrunnergroupSettingsParams

type GetPlanrunnergroupSettingsParams struct {

	/* OrgName.

	   Signadot Org Name
	*/
	OrgName string

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

GetPlanrunnergroupSettingsParams contains all the parameters to send to the API endpoint

for the get planrunnergroup settings operation.

Typically these are written to a http.Request.

func NewGetPlanrunnergroupSettingsParams

func NewGetPlanrunnergroupSettingsParams() *GetPlanrunnergroupSettingsParams

NewGetPlanrunnergroupSettingsParams creates a new GetPlanrunnergroupSettingsParams 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 NewGetPlanrunnergroupSettingsParamsWithContext

func NewGetPlanrunnergroupSettingsParamsWithContext(ctx context.Context) *GetPlanrunnergroupSettingsParams

NewGetPlanrunnergroupSettingsParamsWithContext creates a new GetPlanrunnergroupSettingsParams object with the ability to set a context for a request.

func NewGetPlanrunnergroupSettingsParamsWithHTTPClient

func NewGetPlanrunnergroupSettingsParamsWithHTTPClient(client *http.Client) *GetPlanrunnergroupSettingsParams

NewGetPlanrunnergroupSettingsParamsWithHTTPClient creates a new GetPlanrunnergroupSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewGetPlanrunnergroupSettingsParamsWithTimeout

func NewGetPlanrunnergroupSettingsParamsWithTimeout(timeout time.Duration) *GetPlanrunnergroupSettingsParams

NewGetPlanrunnergroupSettingsParamsWithTimeout creates a new GetPlanrunnergroupSettingsParams object with the ability to set a timeout on a request.

func (*GetPlanrunnergroupSettingsParams) SetContext

SetContext adds the context to the get planrunnergroup settings params

func (*GetPlanrunnergroupSettingsParams) SetDefaults

func (o *GetPlanrunnergroupSettingsParams) SetDefaults()

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

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

func (*GetPlanrunnergroupSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get planrunnergroup settings params

func (*GetPlanrunnergroupSettingsParams) SetOrgName

func (o *GetPlanrunnergroupSettingsParams) SetOrgName(orgName string)

SetOrgName adds the orgName to the get planrunnergroup settings params

func (*GetPlanrunnergroupSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the get planrunnergroup settings params

func (*GetPlanrunnergroupSettingsParams) WithContext

WithContext adds the context to the get planrunnergroup settings params

func (*GetPlanrunnergroupSettingsParams) WithDefaults

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

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

func (*GetPlanrunnergroupSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get planrunnergroup settings params

func (*GetPlanrunnergroupSettingsParams) WithOrgName

WithOrgName adds the orgName to the get planrunnergroup settings params

func (*GetPlanrunnergroupSettingsParams) WithTimeout

WithTimeout adds the timeout to the get planrunnergroup settings params

func (*GetPlanrunnergroupSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPlanrunnergroupSettingsReader

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

GetPlanrunnergroupSettingsReader is a Reader for the GetPlanrunnergroupSettings structure.

func (*GetPlanrunnergroupSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPlanrunnergroupSettingsUnauthorized

type GetPlanrunnergroupSettingsUnauthorized struct {
	Payload *models.ErrorResponse
}

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

Unauthorized

func NewGetPlanrunnergroupSettingsUnauthorized

func NewGetPlanrunnergroupSettingsUnauthorized() *GetPlanrunnergroupSettingsUnauthorized

NewGetPlanrunnergroupSettingsUnauthorized creates a GetPlanrunnergroupSettingsUnauthorized with default headers values

func (*GetPlanrunnergroupSettingsUnauthorized) Code

Code gets the status code for the get planrunnergroup settings unauthorized response

func (*GetPlanrunnergroupSettingsUnauthorized) Error

func (*GetPlanrunnergroupSettingsUnauthorized) GetPayload

func (*GetPlanrunnergroupSettingsUnauthorized) IsClientError

func (o *GetPlanrunnergroupSettingsUnauthorized) IsClientError() bool

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

func (*GetPlanrunnergroupSettingsUnauthorized) IsCode

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

func (*GetPlanrunnergroupSettingsUnauthorized) IsRedirect

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

func (*GetPlanrunnergroupSettingsUnauthorized) IsServerError

func (o *GetPlanrunnergroupSettingsUnauthorized) IsServerError() bool

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

func (*GetPlanrunnergroupSettingsUnauthorized) IsSuccess

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

func (*GetPlanrunnergroupSettingsUnauthorized) String

type GetPlanrunnergroupUnauthorized

type GetPlanrunnergroupUnauthorized struct {
	Payload *models.ErrorResponse
}

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

Unauthorized

func NewGetPlanrunnergroupUnauthorized

func NewGetPlanrunnergroupUnauthorized() *GetPlanrunnergroupUnauthorized

NewGetPlanrunnergroupUnauthorized creates a GetPlanrunnergroupUnauthorized with default headers values

func (*GetPlanrunnergroupUnauthorized) Code

Code gets the status code for the get planrunnergroup unauthorized response

func (*GetPlanrunnergroupUnauthorized) Error

func (*GetPlanrunnergroupUnauthorized) GetPayload

func (*GetPlanrunnergroupUnauthorized) IsClientError

func (o *GetPlanrunnergroupUnauthorized) IsClientError() bool

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

func (*GetPlanrunnergroupUnauthorized) IsCode

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

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

func (*GetPlanrunnergroupUnauthorized) IsRedirect

func (o *GetPlanrunnergroupUnauthorized) IsRedirect() bool

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

func (*GetPlanrunnergroupUnauthorized) IsServerError

func (o *GetPlanrunnergroupUnauthorized) IsServerError() bool

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

func (*GetPlanrunnergroupUnauthorized) IsSuccess

func (o *GetPlanrunnergroupUnauthorized) IsSuccess() bool

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

func (*GetPlanrunnergroupUnauthorized) String

type GetPrgDesiredImagesNotFound

type GetPrgDesiredImagesNotFound struct {
	Payload *models.ErrorResponse
}

GetPrgDesiredImagesNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetPrgDesiredImagesNotFound

func NewGetPrgDesiredImagesNotFound() *GetPrgDesiredImagesNotFound

NewGetPrgDesiredImagesNotFound creates a GetPrgDesiredImagesNotFound with default headers values

func (*GetPrgDesiredImagesNotFound) Code

func (o *GetPrgDesiredImagesNotFound) Code() int

Code gets the status code for the get prg desired images not found response

func (*GetPrgDesiredImagesNotFound) Error

func (*GetPrgDesiredImagesNotFound) GetPayload

func (*GetPrgDesiredImagesNotFound) IsClientError

func (o *GetPrgDesiredImagesNotFound) IsClientError() bool

IsClientError returns true when this get prg desired images not found response has a 4xx status code

func (*GetPrgDesiredImagesNotFound) IsCode

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

IsCode returns true when this get prg desired images not found response a status code equal to that given

func (*GetPrgDesiredImagesNotFound) IsRedirect

func (o *GetPrgDesiredImagesNotFound) IsRedirect() bool

IsRedirect returns true when this get prg desired images not found response has a 3xx status code

func (*GetPrgDesiredImagesNotFound) IsServerError

func (o *GetPrgDesiredImagesNotFound) IsServerError() bool

IsServerError returns true when this get prg desired images not found response has a 5xx status code

func (*GetPrgDesiredImagesNotFound) IsSuccess

func (o *GetPrgDesiredImagesNotFound) IsSuccess() bool

IsSuccess returns true when this get prg desired images not found response has a 2xx status code

func (*GetPrgDesiredImagesNotFound) String

func (o *GetPrgDesiredImagesNotFound) String() string

type GetPrgDesiredImagesNotModified

type GetPrgDesiredImagesNotModified struct {
}

GetPrgDesiredImagesNotModified describes a response with status code 304, with default header values.

Not Modified — desired set unchanged since the client's ETag

func NewGetPrgDesiredImagesNotModified

func NewGetPrgDesiredImagesNotModified() *GetPrgDesiredImagesNotModified

NewGetPrgDesiredImagesNotModified creates a GetPrgDesiredImagesNotModified with default headers values

func (*GetPrgDesiredImagesNotModified) Code

Code gets the status code for the get prg desired images not modified response

func (*GetPrgDesiredImagesNotModified) Error

func (*GetPrgDesiredImagesNotModified) IsClientError

func (o *GetPrgDesiredImagesNotModified) IsClientError() bool

IsClientError returns true when this get prg desired images not modified response has a 4xx status code

func (*GetPrgDesiredImagesNotModified) IsCode

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

IsCode returns true when this get prg desired images not modified response a status code equal to that given

func (*GetPrgDesiredImagesNotModified) IsRedirect

func (o *GetPrgDesiredImagesNotModified) IsRedirect() bool

IsRedirect returns true when this get prg desired images not modified response has a 3xx status code

func (*GetPrgDesiredImagesNotModified) IsServerError

func (o *GetPrgDesiredImagesNotModified) IsServerError() bool

IsServerError returns true when this get prg desired images not modified response has a 5xx status code

func (*GetPrgDesiredImagesNotModified) IsSuccess

func (o *GetPrgDesiredImagesNotModified) IsSuccess() bool

IsSuccess returns true when this get prg desired images not modified response has a 2xx status code

func (*GetPrgDesiredImagesNotModified) String

type GetPrgDesiredImagesOK

type GetPrgDesiredImagesOK struct {
	Payload *models.PlanDesiredImagesResponse
}

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

OK

func NewGetPrgDesiredImagesOK

func NewGetPrgDesiredImagesOK() *GetPrgDesiredImagesOK

NewGetPrgDesiredImagesOK creates a GetPrgDesiredImagesOK with default headers values

func (*GetPrgDesiredImagesOK) Code

func (o *GetPrgDesiredImagesOK) Code() int

Code gets the status code for the get prg desired images o k response

func (*GetPrgDesiredImagesOK) Error

func (o *GetPrgDesiredImagesOK) Error() string

func (*GetPrgDesiredImagesOK) GetPayload

func (*GetPrgDesiredImagesOK) IsClientError

func (o *GetPrgDesiredImagesOK) IsClientError() bool

IsClientError returns true when this get prg desired images o k response has a 4xx status code

func (*GetPrgDesiredImagesOK) IsCode

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

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

func (*GetPrgDesiredImagesOK) IsRedirect

func (o *GetPrgDesiredImagesOK) IsRedirect() bool

IsRedirect returns true when this get prg desired images o k response has a 3xx status code

func (*GetPrgDesiredImagesOK) IsServerError

func (o *GetPrgDesiredImagesOK) IsServerError() bool

IsServerError returns true when this get prg desired images o k response has a 5xx status code

func (*GetPrgDesiredImagesOK) IsSuccess

func (o *GetPrgDesiredImagesOK) IsSuccess() bool

IsSuccess returns true when this get prg desired images o k response has a 2xx status code

func (*GetPrgDesiredImagesOK) String

func (o *GetPrgDesiredImagesOK) String() string

type GetPrgDesiredImagesParams

type GetPrgDesiredImagesParams struct {

	/* OrgName.

	   Signadot Org Name
	*/
	OrgName string

	/* PlanRunnerGroupName.

	   Plan Runner Group Name
	*/
	PlanRunnerGroupName string

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

GetPrgDesiredImagesParams contains all the parameters to send to the API endpoint

for the get prg desired images operation.

Typically these are written to a http.Request.

func NewGetPrgDesiredImagesParams

func NewGetPrgDesiredImagesParams() *GetPrgDesiredImagesParams

NewGetPrgDesiredImagesParams creates a new GetPrgDesiredImagesParams 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 NewGetPrgDesiredImagesParamsWithContext

func NewGetPrgDesiredImagesParamsWithContext(ctx context.Context) *GetPrgDesiredImagesParams

NewGetPrgDesiredImagesParamsWithContext creates a new GetPrgDesiredImagesParams object with the ability to set a context for a request.

func NewGetPrgDesiredImagesParamsWithHTTPClient

func NewGetPrgDesiredImagesParamsWithHTTPClient(client *http.Client) *GetPrgDesiredImagesParams

NewGetPrgDesiredImagesParamsWithHTTPClient creates a new GetPrgDesiredImagesParams object with the ability to set a custom HTTPClient for a request.

func NewGetPrgDesiredImagesParamsWithTimeout

func NewGetPrgDesiredImagesParamsWithTimeout(timeout time.Duration) *GetPrgDesiredImagesParams

NewGetPrgDesiredImagesParamsWithTimeout creates a new GetPrgDesiredImagesParams object with the ability to set a timeout on a request.

func (*GetPrgDesiredImagesParams) SetContext

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

SetContext adds the context to the get prg desired images params

func (*GetPrgDesiredImagesParams) SetDefaults

func (o *GetPrgDesiredImagesParams) SetDefaults()

SetDefaults hydrates default values in the get prg desired images params (not the query body).

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

func (*GetPrgDesiredImagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get prg desired images params

func (*GetPrgDesiredImagesParams) SetOrgName

func (o *GetPrgDesiredImagesParams) SetOrgName(orgName string)

SetOrgName adds the orgName to the get prg desired images params

func (*GetPrgDesiredImagesParams) SetPlanRunnerGroupName

func (o *GetPrgDesiredImagesParams) SetPlanRunnerGroupName(planRunnerGroupName string)

SetPlanRunnerGroupName adds the planRunnerGroupName to the get prg desired images params

func (*GetPrgDesiredImagesParams) SetTimeout

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

SetTimeout adds the timeout to the get prg desired images params

func (*GetPrgDesiredImagesParams) WithContext

WithContext adds the context to the get prg desired images params

func (*GetPrgDesiredImagesParams) WithDefaults

WithDefaults hydrates default values in the get prg desired images params (not the query body).

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

func (*GetPrgDesiredImagesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get prg desired images params

func (*GetPrgDesiredImagesParams) WithOrgName

WithOrgName adds the orgName to the get prg desired images params

func (*GetPrgDesiredImagesParams) WithPlanRunnerGroupName

func (o *GetPrgDesiredImagesParams) WithPlanRunnerGroupName(planRunnerGroupName string) *GetPrgDesiredImagesParams

WithPlanRunnerGroupName adds the planRunnerGroupName to the get prg desired images params

func (*GetPrgDesiredImagesParams) WithTimeout

WithTimeout adds the timeout to the get prg desired images params

func (*GetPrgDesiredImagesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPrgDesiredImagesReader

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

GetPrgDesiredImagesReader is a Reader for the GetPrgDesiredImages structure.

func (*GetPrgDesiredImagesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListPlanrunnergroupBadGateway

type ListPlanrunnergroupBadGateway struct {
	Payload *models.ErrorResponse
}

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

Bad Gateway

func NewListPlanrunnergroupBadGateway

func NewListPlanrunnergroupBadGateway() *ListPlanrunnergroupBadGateway

NewListPlanrunnergroupBadGateway creates a ListPlanrunnergroupBadGateway with default headers values

func (*ListPlanrunnergroupBadGateway) Code

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

func (*ListPlanrunnergroupBadGateway) Error

func (*ListPlanrunnergroupBadGateway) GetPayload

func (*ListPlanrunnergroupBadGateway) IsClientError

func (o *ListPlanrunnergroupBadGateway) IsClientError() bool

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

func (*ListPlanrunnergroupBadGateway) IsCode

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

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

func (*ListPlanrunnergroupBadGateway) IsRedirect

func (o *ListPlanrunnergroupBadGateway) IsRedirect() bool

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

func (*ListPlanrunnergroupBadGateway) IsServerError

func (o *ListPlanrunnergroupBadGateway) IsServerError() bool

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

func (*ListPlanrunnergroupBadGateway) IsSuccess

func (o *ListPlanrunnergroupBadGateway) IsSuccess() bool

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

func (*ListPlanrunnergroupBadGateway) String

type ListPlanrunnergroupBadRequest

type ListPlanrunnergroupBadRequest struct {
	Payload *models.ErrorResponse
}

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

Bad Request

func NewListPlanrunnergroupBadRequest

func NewListPlanrunnergroupBadRequest() *ListPlanrunnergroupBadRequest

NewListPlanrunnergroupBadRequest creates a ListPlanrunnergroupBadRequest with default headers values

func (*ListPlanrunnergroupBadRequest) Code

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

func (*ListPlanrunnergroupBadRequest) Error

func (*ListPlanrunnergroupBadRequest) GetPayload

func (*ListPlanrunnergroupBadRequest) IsClientError

func (o *ListPlanrunnergroupBadRequest) IsClientError() bool

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

func (*ListPlanrunnergroupBadRequest) IsCode

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

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

func (*ListPlanrunnergroupBadRequest) IsRedirect

func (o *ListPlanrunnergroupBadRequest) IsRedirect() bool

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

func (*ListPlanrunnergroupBadRequest) IsServerError

func (o *ListPlanrunnergroupBadRequest) IsServerError() bool

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

func (*ListPlanrunnergroupBadRequest) IsSuccess

func (o *ListPlanrunnergroupBadRequest) IsSuccess() bool

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

func (*ListPlanrunnergroupBadRequest) String

type ListPlanrunnergroupOK

type ListPlanrunnergroupOK struct {
	Payload []*models.PlanRunnerGroup
}

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

OK

func NewListPlanrunnergroupOK

func NewListPlanrunnergroupOK() *ListPlanrunnergroupOK

NewListPlanrunnergroupOK creates a ListPlanrunnergroupOK with default headers values

func (*ListPlanrunnergroupOK) Code

func (o *ListPlanrunnergroupOK) Code() int

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

func (*ListPlanrunnergroupOK) Error

func (o *ListPlanrunnergroupOK) Error() string

func (*ListPlanrunnergroupOK) GetPayload

func (o *ListPlanrunnergroupOK) GetPayload() []*models.PlanRunnerGroup

func (*ListPlanrunnergroupOK) IsClientError

func (o *ListPlanrunnergroupOK) IsClientError() bool

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

func (*ListPlanrunnergroupOK) IsCode

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

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

func (*ListPlanrunnergroupOK) IsRedirect

func (o *ListPlanrunnergroupOK) IsRedirect() bool

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

func (*ListPlanrunnergroupOK) IsServerError

func (o *ListPlanrunnergroupOK) IsServerError() bool

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

func (*ListPlanrunnergroupOK) IsSuccess

func (o *ListPlanrunnergroupOK) IsSuccess() bool

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

func (*ListPlanrunnergroupOK) String

func (o *ListPlanrunnergroupOK) String() string

type ListPlanrunnergroupParams

type ListPlanrunnergroupParams struct {

	/* OrgName.

	   Signadot Org Name
	*/
	OrgName string

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

ListPlanrunnergroupParams contains all the parameters to send to the API endpoint

for the list planrunnergroup operation.

Typically these are written to a http.Request.

func NewListPlanrunnergroupParams

func NewListPlanrunnergroupParams() *ListPlanrunnergroupParams

NewListPlanrunnergroupParams creates a new ListPlanrunnergroupParams 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 NewListPlanrunnergroupParamsWithContext

func NewListPlanrunnergroupParamsWithContext(ctx context.Context) *ListPlanrunnergroupParams

NewListPlanrunnergroupParamsWithContext creates a new ListPlanrunnergroupParams object with the ability to set a context for a request.

func NewListPlanrunnergroupParamsWithHTTPClient

func NewListPlanrunnergroupParamsWithHTTPClient(client *http.Client) *ListPlanrunnergroupParams

NewListPlanrunnergroupParamsWithHTTPClient creates a new ListPlanrunnergroupParams object with the ability to set a custom HTTPClient for a request.

func NewListPlanrunnergroupParamsWithTimeout

func NewListPlanrunnergroupParamsWithTimeout(timeout time.Duration) *ListPlanrunnergroupParams

NewListPlanrunnergroupParamsWithTimeout creates a new ListPlanrunnergroupParams object with the ability to set a timeout on a request.

func (*ListPlanrunnergroupParams) SetContext

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

SetContext adds the context to the list planrunnergroup params

func (*ListPlanrunnergroupParams) SetDefaults

func (o *ListPlanrunnergroupParams) SetDefaults()

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

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

func (*ListPlanrunnergroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list planrunnergroup params

func (*ListPlanrunnergroupParams) SetOrgName

func (o *ListPlanrunnergroupParams) SetOrgName(orgName string)

SetOrgName adds the orgName to the list planrunnergroup params

func (*ListPlanrunnergroupParams) SetTimeout

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

SetTimeout adds the timeout to the list planrunnergroup params

func (*ListPlanrunnergroupParams) WithContext

WithContext adds the context to the list planrunnergroup params

func (*ListPlanrunnergroupParams) WithDefaults

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

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

func (*ListPlanrunnergroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list planrunnergroup params

func (*ListPlanrunnergroupParams) WithOrgName

WithOrgName adds the orgName to the list planrunnergroup params

func (*ListPlanrunnergroupParams) WithTimeout

WithTimeout adds the timeout to the list planrunnergroup params

func (*ListPlanrunnergroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListPlanrunnergroupReader

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

ListPlanrunnergroupReader is a Reader for the ListPlanrunnergroup structure.

func (*ListPlanrunnergroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListPlanrunnergroupUnauthorized

type ListPlanrunnergroupUnauthorized struct {
	Payload *models.ErrorResponse
}

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

Unauthorized

func NewListPlanrunnergroupUnauthorized

func NewListPlanrunnergroupUnauthorized() *ListPlanrunnergroupUnauthorized

NewListPlanrunnergroupUnauthorized creates a ListPlanrunnergroupUnauthorized with default headers values

func (*ListPlanrunnergroupUnauthorized) Code

Code gets the status code for the list planrunnergroup unauthorized response

func (*ListPlanrunnergroupUnauthorized) Error

func (*ListPlanrunnergroupUnauthorized) GetPayload

func (*ListPlanrunnergroupUnauthorized) IsClientError

func (o *ListPlanrunnergroupUnauthorized) IsClientError() bool

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

func (*ListPlanrunnergroupUnauthorized) IsCode

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

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

func (*ListPlanrunnergroupUnauthorized) IsRedirect

func (o *ListPlanrunnergroupUnauthorized) IsRedirect() bool

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

func (*ListPlanrunnergroupUnauthorized) IsServerError

func (o *ListPlanrunnergroupUnauthorized) IsServerError() bool

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

func (*ListPlanrunnergroupUnauthorized) IsSuccess

func (o *ListPlanrunnergroupUnauthorized) IsSuccess() bool

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

func (*ListPlanrunnergroupUnauthorized) String

Jump to

Keyboard shortcuts

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