Documentation
¶
Index ¶
- type ApplyPlanrunnergroupBadGateway
- func (o *ApplyPlanrunnergroupBadGateway) Code() int
- func (o *ApplyPlanrunnergroupBadGateway) Error() string
- func (o *ApplyPlanrunnergroupBadGateway) GetPayload() *models.ErrorResponse
- func (o *ApplyPlanrunnergroupBadGateway) IsClientError() bool
- func (o *ApplyPlanrunnergroupBadGateway) IsCode(code int) bool
- func (o *ApplyPlanrunnergroupBadGateway) IsRedirect() bool
- func (o *ApplyPlanrunnergroupBadGateway) IsServerError() bool
- func (o *ApplyPlanrunnergroupBadGateway) IsSuccess() bool
- func (o *ApplyPlanrunnergroupBadGateway) String() string
- type ApplyPlanrunnergroupBadRequest
- func (o *ApplyPlanrunnergroupBadRequest) Code() int
- func (o *ApplyPlanrunnergroupBadRequest) Error() string
- func (o *ApplyPlanrunnergroupBadRequest) GetPayload() *models.ErrorResponse
- func (o *ApplyPlanrunnergroupBadRequest) IsClientError() bool
- func (o *ApplyPlanrunnergroupBadRequest) IsCode(code int) bool
- func (o *ApplyPlanrunnergroupBadRequest) IsRedirect() bool
- func (o *ApplyPlanrunnergroupBadRequest) IsServerError() bool
- func (o *ApplyPlanrunnergroupBadRequest) IsSuccess() bool
- func (o *ApplyPlanrunnergroupBadRequest) String() string
- type ApplyPlanrunnergroupOK
- func (o *ApplyPlanrunnergroupOK) Code() int
- func (o *ApplyPlanrunnergroupOK) Error() string
- func (o *ApplyPlanrunnergroupOK) GetPayload() *models.PlanRunnerGroup
- func (o *ApplyPlanrunnergroupOK) IsClientError() bool
- func (o *ApplyPlanrunnergroupOK) IsCode(code int) bool
- func (o *ApplyPlanrunnergroupOK) IsRedirect() bool
- func (o *ApplyPlanrunnergroupOK) IsServerError() bool
- func (o *ApplyPlanrunnergroupOK) IsSuccess() bool
- func (o *ApplyPlanrunnergroupOK) String() string
- type ApplyPlanrunnergroupParams
- func NewApplyPlanrunnergroupParams() *ApplyPlanrunnergroupParams
- func NewApplyPlanrunnergroupParamsWithContext(ctx context.Context) *ApplyPlanrunnergroupParams
- func NewApplyPlanrunnergroupParamsWithHTTPClient(client *http.Client) *ApplyPlanrunnergroupParams
- func NewApplyPlanrunnergroupParamsWithTimeout(timeout time.Duration) *ApplyPlanrunnergroupParams
- func (o *ApplyPlanrunnergroupParams) SetContext(ctx context.Context)
- func (o *ApplyPlanrunnergroupParams) SetData(data *models.PlanRunnerGroup)
- func (o *ApplyPlanrunnergroupParams) SetDefaults()
- func (o *ApplyPlanrunnergroupParams) SetHTTPClient(client *http.Client)
- func (o *ApplyPlanrunnergroupParams) SetOrgName(orgName string)
- func (o *ApplyPlanrunnergroupParams) SetPlanRunnerGroupName(planRunnerGroupName string)
- func (o *ApplyPlanrunnergroupParams) SetTimeout(timeout time.Duration)
- func (o *ApplyPlanrunnergroupParams) WithContext(ctx context.Context) *ApplyPlanrunnergroupParams
- func (o *ApplyPlanrunnergroupParams) WithData(data *models.PlanRunnerGroup) *ApplyPlanrunnergroupParams
- func (o *ApplyPlanrunnergroupParams) WithDefaults() *ApplyPlanrunnergroupParams
- func (o *ApplyPlanrunnergroupParams) WithHTTPClient(client *http.Client) *ApplyPlanrunnergroupParams
- func (o *ApplyPlanrunnergroupParams) WithOrgName(orgName string) *ApplyPlanrunnergroupParams
- func (o *ApplyPlanrunnergroupParams) WithPlanRunnerGroupName(planRunnerGroupName string) *ApplyPlanrunnergroupParams
- func (o *ApplyPlanrunnergroupParams) WithTimeout(timeout time.Duration) *ApplyPlanrunnergroupParams
- func (o *ApplyPlanrunnergroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ApplyPlanrunnergroupReader
- type ApplyPlanrunnergroupUnauthorized
- func (o *ApplyPlanrunnergroupUnauthorized) Code() int
- func (o *ApplyPlanrunnergroupUnauthorized) Error() string
- func (o *ApplyPlanrunnergroupUnauthorized) GetPayload() *models.ErrorResponse
- func (o *ApplyPlanrunnergroupUnauthorized) IsClientError() bool
- func (o *ApplyPlanrunnergroupUnauthorized) IsCode(code int) bool
- func (o *ApplyPlanrunnergroupUnauthorized) IsRedirect() bool
- func (o *ApplyPlanrunnergroupUnauthorized) IsServerError() bool
- func (o *ApplyPlanrunnergroupUnauthorized) IsSuccess() bool
- func (o *ApplyPlanrunnergroupUnauthorized) String() string
- type Client
- func (a *Client) ApplyPlanrunnergroup(params *ApplyPlanrunnergroupParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ApplyPlanrunnergroupOK, error)
- func (a *Client) DeletePlanrunnergroup(params *DeletePlanrunnergroupParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeletePlanrunnergroupOK, error)
- func (a *Client) GetPlanrunnergroup(params *GetPlanrunnergroupParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetPlanrunnergroupOK, error)
- func (a *Client) GetPlanrunnergroupSettings(params *GetPlanrunnergroupSettingsParams, ...) (*GetPlanrunnergroupSettingsOK, error)
- func (a *Client) GetPrgDesiredImages(params *GetPrgDesiredImagesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetPrgDesiredImagesOK, error)
- func (a *Client) ListPlanrunnergroup(params *ListPlanrunnergroupParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListPlanrunnergroupOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type DeletePlanrunnergroupBadGateway
- func (o *DeletePlanrunnergroupBadGateway) Code() int
- func (o *DeletePlanrunnergroupBadGateway) Error() string
- func (o *DeletePlanrunnergroupBadGateway) GetPayload() *models.ErrorResponse
- func (o *DeletePlanrunnergroupBadGateway) IsClientError() bool
- func (o *DeletePlanrunnergroupBadGateway) IsCode(code int) bool
- func (o *DeletePlanrunnergroupBadGateway) IsRedirect() bool
- func (o *DeletePlanrunnergroupBadGateway) IsServerError() bool
- func (o *DeletePlanrunnergroupBadGateway) IsSuccess() bool
- func (o *DeletePlanrunnergroupBadGateway) String() string
- type DeletePlanrunnergroupBadRequest
- func (o *DeletePlanrunnergroupBadRequest) Code() int
- func (o *DeletePlanrunnergroupBadRequest) Error() string
- func (o *DeletePlanrunnergroupBadRequest) GetPayload() *models.ErrorResponse
- func (o *DeletePlanrunnergroupBadRequest) IsClientError() bool
- func (o *DeletePlanrunnergroupBadRequest) IsCode(code int) bool
- func (o *DeletePlanrunnergroupBadRequest) IsRedirect() bool
- func (o *DeletePlanrunnergroupBadRequest) IsServerError() bool
- func (o *DeletePlanrunnergroupBadRequest) IsSuccess() bool
- func (o *DeletePlanrunnergroupBadRequest) String() string
- type DeletePlanrunnergroupOK
- func (o *DeletePlanrunnergroupOK) Code() int
- func (o *DeletePlanrunnergroupOK) Error() string
- func (o *DeletePlanrunnergroupOK) GetPayload() models.EmptyResponse
- func (o *DeletePlanrunnergroupOK) IsClientError() bool
- func (o *DeletePlanrunnergroupOK) IsCode(code int) bool
- func (o *DeletePlanrunnergroupOK) IsRedirect() bool
- func (o *DeletePlanrunnergroupOK) IsServerError() bool
- func (o *DeletePlanrunnergroupOK) IsSuccess() bool
- func (o *DeletePlanrunnergroupOK) String() string
- type DeletePlanrunnergroupParams
- func NewDeletePlanrunnergroupParams() *DeletePlanrunnergroupParams
- func NewDeletePlanrunnergroupParamsWithContext(ctx context.Context) *DeletePlanrunnergroupParams
- func NewDeletePlanrunnergroupParamsWithHTTPClient(client *http.Client) *DeletePlanrunnergroupParams
- func NewDeletePlanrunnergroupParamsWithTimeout(timeout time.Duration) *DeletePlanrunnergroupParams
- func (o *DeletePlanrunnergroupParams) SetContext(ctx context.Context)
- func (o *DeletePlanrunnergroupParams) SetDefaults()
- func (o *DeletePlanrunnergroupParams) SetHTTPClient(client *http.Client)
- func (o *DeletePlanrunnergroupParams) SetOrgName(orgName string)
- func (o *DeletePlanrunnergroupParams) SetPlanRunnerGroupName(planRunnerGroupName string)
- func (o *DeletePlanrunnergroupParams) SetTimeout(timeout time.Duration)
- func (o *DeletePlanrunnergroupParams) WithContext(ctx context.Context) *DeletePlanrunnergroupParams
- func (o *DeletePlanrunnergroupParams) WithDefaults() *DeletePlanrunnergroupParams
- func (o *DeletePlanrunnergroupParams) WithHTTPClient(client *http.Client) *DeletePlanrunnergroupParams
- func (o *DeletePlanrunnergroupParams) WithOrgName(orgName string) *DeletePlanrunnergroupParams
- func (o *DeletePlanrunnergroupParams) WithPlanRunnerGroupName(planRunnerGroupName string) *DeletePlanrunnergroupParams
- func (o *DeletePlanrunnergroupParams) WithTimeout(timeout time.Duration) *DeletePlanrunnergroupParams
- func (o *DeletePlanrunnergroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeletePlanrunnergroupReader
- type DeletePlanrunnergroupUnauthorized
- func (o *DeletePlanrunnergroupUnauthorized) Code() int
- func (o *DeletePlanrunnergroupUnauthorized) Error() string
- func (o *DeletePlanrunnergroupUnauthorized) GetPayload() *models.ErrorResponse
- func (o *DeletePlanrunnergroupUnauthorized) IsClientError() bool
- func (o *DeletePlanrunnergroupUnauthorized) IsCode(code int) bool
- func (o *DeletePlanrunnergroupUnauthorized) IsRedirect() bool
- func (o *DeletePlanrunnergroupUnauthorized) IsServerError() bool
- func (o *DeletePlanrunnergroupUnauthorized) IsSuccess() bool
- func (o *DeletePlanrunnergroupUnauthorized) String() string
- type GetPlanrunnergroupBadGateway
- func (o *GetPlanrunnergroupBadGateway) Code() int
- func (o *GetPlanrunnergroupBadGateway) Error() string
- func (o *GetPlanrunnergroupBadGateway) GetPayload() *models.ErrorResponse
- func (o *GetPlanrunnergroupBadGateway) IsClientError() bool
- func (o *GetPlanrunnergroupBadGateway) IsCode(code int) bool
- func (o *GetPlanrunnergroupBadGateway) IsRedirect() bool
- func (o *GetPlanrunnergroupBadGateway) IsServerError() bool
- func (o *GetPlanrunnergroupBadGateway) IsSuccess() bool
- func (o *GetPlanrunnergroupBadGateway) String() string
- type GetPlanrunnergroupBadRequest
- func (o *GetPlanrunnergroupBadRequest) Code() int
- func (o *GetPlanrunnergroupBadRequest) Error() string
- func (o *GetPlanrunnergroupBadRequest) GetPayload() *models.ErrorResponse
- func (o *GetPlanrunnergroupBadRequest) IsClientError() bool
- func (o *GetPlanrunnergroupBadRequest) IsCode(code int) bool
- func (o *GetPlanrunnergroupBadRequest) IsRedirect() bool
- func (o *GetPlanrunnergroupBadRequest) IsServerError() bool
- func (o *GetPlanrunnergroupBadRequest) IsSuccess() bool
- func (o *GetPlanrunnergroupBadRequest) String() string
- type GetPlanrunnergroupOK
- func (o *GetPlanrunnergroupOK) Code() int
- func (o *GetPlanrunnergroupOK) Error() string
- func (o *GetPlanrunnergroupOK) GetPayload() *models.PlanRunnerGroup
- func (o *GetPlanrunnergroupOK) IsClientError() bool
- func (o *GetPlanrunnergroupOK) IsCode(code int) bool
- func (o *GetPlanrunnergroupOK) IsRedirect() bool
- func (o *GetPlanrunnergroupOK) IsServerError() bool
- func (o *GetPlanrunnergroupOK) IsSuccess() bool
- func (o *GetPlanrunnergroupOK) String() string
- type GetPlanrunnergroupParams
- func NewGetPlanrunnergroupParams() *GetPlanrunnergroupParams
- func NewGetPlanrunnergroupParamsWithContext(ctx context.Context) *GetPlanrunnergroupParams
- func NewGetPlanrunnergroupParamsWithHTTPClient(client *http.Client) *GetPlanrunnergroupParams
- func NewGetPlanrunnergroupParamsWithTimeout(timeout time.Duration) *GetPlanrunnergroupParams
- func (o *GetPlanrunnergroupParams) SetContext(ctx context.Context)
- func (o *GetPlanrunnergroupParams) SetDefaults()
- func (o *GetPlanrunnergroupParams) SetHTTPClient(client *http.Client)
- func (o *GetPlanrunnergroupParams) SetOrgName(orgName string)
- func (o *GetPlanrunnergroupParams) SetPlanRunnerGroupName(planRunnerGroupName string)
- func (o *GetPlanrunnergroupParams) SetTimeout(timeout time.Duration)
- func (o *GetPlanrunnergroupParams) WithContext(ctx context.Context) *GetPlanrunnergroupParams
- func (o *GetPlanrunnergroupParams) WithDefaults() *GetPlanrunnergroupParams
- func (o *GetPlanrunnergroupParams) WithHTTPClient(client *http.Client) *GetPlanrunnergroupParams
- func (o *GetPlanrunnergroupParams) WithOrgName(orgName string) *GetPlanrunnergroupParams
- func (o *GetPlanrunnergroupParams) WithPlanRunnerGroupName(planRunnerGroupName string) *GetPlanrunnergroupParams
- func (o *GetPlanrunnergroupParams) WithTimeout(timeout time.Duration) *GetPlanrunnergroupParams
- func (o *GetPlanrunnergroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPlanrunnergroupReader
- type GetPlanrunnergroupSettingsBadGateway
- func (o *GetPlanrunnergroupSettingsBadGateway) Code() int
- func (o *GetPlanrunnergroupSettingsBadGateway) Error() string
- func (o *GetPlanrunnergroupSettingsBadGateway) GetPayload() *models.ErrorResponse
- func (o *GetPlanrunnergroupSettingsBadGateway) IsClientError() bool
- func (o *GetPlanrunnergroupSettingsBadGateway) IsCode(code int) bool
- func (o *GetPlanrunnergroupSettingsBadGateway) IsRedirect() bool
- func (o *GetPlanrunnergroupSettingsBadGateway) IsServerError() bool
- func (o *GetPlanrunnergroupSettingsBadGateway) IsSuccess() bool
- func (o *GetPlanrunnergroupSettingsBadGateway) String() string
- type GetPlanrunnergroupSettingsBadRequest
- func (o *GetPlanrunnergroupSettingsBadRequest) Code() int
- func (o *GetPlanrunnergroupSettingsBadRequest) Error() string
- func (o *GetPlanrunnergroupSettingsBadRequest) GetPayload() *models.ErrorResponse
- func (o *GetPlanrunnergroupSettingsBadRequest) IsClientError() bool
- func (o *GetPlanrunnergroupSettingsBadRequest) IsCode(code int) bool
- func (o *GetPlanrunnergroupSettingsBadRequest) IsRedirect() bool
- func (o *GetPlanrunnergroupSettingsBadRequest) IsServerError() bool
- func (o *GetPlanrunnergroupSettingsBadRequest) IsSuccess() bool
- func (o *GetPlanrunnergroupSettingsBadRequest) String() string
- type GetPlanrunnergroupSettingsOK
- func (o *GetPlanrunnergroupSettingsOK) Code() int
- func (o *GetPlanrunnergroupSettingsOK) Error() string
- func (o *GetPlanrunnergroupSettingsOK) GetPayload() *models.PlanRunnerGroupSettingsResponse
- func (o *GetPlanrunnergroupSettingsOK) IsClientError() bool
- func (o *GetPlanrunnergroupSettingsOK) IsCode(code int) bool
- func (o *GetPlanrunnergroupSettingsOK) IsRedirect() bool
- func (o *GetPlanrunnergroupSettingsOK) IsServerError() bool
- func (o *GetPlanrunnergroupSettingsOK) IsSuccess() bool
- func (o *GetPlanrunnergroupSettingsOK) String() string
- type GetPlanrunnergroupSettingsParams
- func NewGetPlanrunnergroupSettingsParams() *GetPlanrunnergroupSettingsParams
- func NewGetPlanrunnergroupSettingsParamsWithContext(ctx context.Context) *GetPlanrunnergroupSettingsParams
- func NewGetPlanrunnergroupSettingsParamsWithHTTPClient(client *http.Client) *GetPlanrunnergroupSettingsParams
- func NewGetPlanrunnergroupSettingsParamsWithTimeout(timeout time.Duration) *GetPlanrunnergroupSettingsParams
- func (o *GetPlanrunnergroupSettingsParams) SetContext(ctx context.Context)
- func (o *GetPlanrunnergroupSettingsParams) SetDefaults()
- func (o *GetPlanrunnergroupSettingsParams) SetHTTPClient(client *http.Client)
- func (o *GetPlanrunnergroupSettingsParams) SetOrgName(orgName string)
- func (o *GetPlanrunnergroupSettingsParams) SetTimeout(timeout time.Duration)
- func (o *GetPlanrunnergroupSettingsParams) WithContext(ctx context.Context) *GetPlanrunnergroupSettingsParams
- func (o *GetPlanrunnergroupSettingsParams) WithDefaults() *GetPlanrunnergroupSettingsParams
- func (o *GetPlanrunnergroupSettingsParams) WithHTTPClient(client *http.Client) *GetPlanrunnergroupSettingsParams
- func (o *GetPlanrunnergroupSettingsParams) WithOrgName(orgName string) *GetPlanrunnergroupSettingsParams
- func (o *GetPlanrunnergroupSettingsParams) WithTimeout(timeout time.Duration) *GetPlanrunnergroupSettingsParams
- func (o *GetPlanrunnergroupSettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPlanrunnergroupSettingsReader
- type GetPlanrunnergroupSettingsUnauthorized
- func (o *GetPlanrunnergroupSettingsUnauthorized) Code() int
- func (o *GetPlanrunnergroupSettingsUnauthorized) Error() string
- func (o *GetPlanrunnergroupSettingsUnauthorized) GetPayload() *models.ErrorResponse
- func (o *GetPlanrunnergroupSettingsUnauthorized) IsClientError() bool
- func (o *GetPlanrunnergroupSettingsUnauthorized) IsCode(code int) bool
- func (o *GetPlanrunnergroupSettingsUnauthorized) IsRedirect() bool
- func (o *GetPlanrunnergroupSettingsUnauthorized) IsServerError() bool
- func (o *GetPlanrunnergroupSettingsUnauthorized) IsSuccess() bool
- func (o *GetPlanrunnergroupSettingsUnauthorized) String() string
- type GetPlanrunnergroupUnauthorized
- func (o *GetPlanrunnergroupUnauthorized) Code() int
- func (o *GetPlanrunnergroupUnauthorized) Error() string
- func (o *GetPlanrunnergroupUnauthorized) GetPayload() *models.ErrorResponse
- func (o *GetPlanrunnergroupUnauthorized) IsClientError() bool
- func (o *GetPlanrunnergroupUnauthorized) IsCode(code int) bool
- func (o *GetPlanrunnergroupUnauthorized) IsRedirect() bool
- func (o *GetPlanrunnergroupUnauthorized) IsServerError() bool
- func (o *GetPlanrunnergroupUnauthorized) IsSuccess() bool
- func (o *GetPlanrunnergroupUnauthorized) String() string
- type GetPrgDesiredImagesNotFound
- func (o *GetPrgDesiredImagesNotFound) Code() int
- func (o *GetPrgDesiredImagesNotFound) Error() string
- func (o *GetPrgDesiredImagesNotFound) GetPayload() *models.ErrorResponse
- func (o *GetPrgDesiredImagesNotFound) IsClientError() bool
- func (o *GetPrgDesiredImagesNotFound) IsCode(code int) bool
- func (o *GetPrgDesiredImagesNotFound) IsRedirect() bool
- func (o *GetPrgDesiredImagesNotFound) IsServerError() bool
- func (o *GetPrgDesiredImagesNotFound) IsSuccess() bool
- func (o *GetPrgDesiredImagesNotFound) String() string
- type GetPrgDesiredImagesNotModified
- func (o *GetPrgDesiredImagesNotModified) Code() int
- func (o *GetPrgDesiredImagesNotModified) Error() string
- func (o *GetPrgDesiredImagesNotModified) IsClientError() bool
- func (o *GetPrgDesiredImagesNotModified) IsCode(code int) bool
- func (o *GetPrgDesiredImagesNotModified) IsRedirect() bool
- func (o *GetPrgDesiredImagesNotModified) IsServerError() bool
- func (o *GetPrgDesiredImagesNotModified) IsSuccess() bool
- func (o *GetPrgDesiredImagesNotModified) String() string
- type GetPrgDesiredImagesOK
- func (o *GetPrgDesiredImagesOK) Code() int
- func (o *GetPrgDesiredImagesOK) Error() string
- func (o *GetPrgDesiredImagesOK) GetPayload() *models.PlanDesiredImagesResponse
- func (o *GetPrgDesiredImagesOK) IsClientError() bool
- func (o *GetPrgDesiredImagesOK) IsCode(code int) bool
- func (o *GetPrgDesiredImagesOK) IsRedirect() bool
- func (o *GetPrgDesiredImagesOK) IsServerError() bool
- func (o *GetPrgDesiredImagesOK) IsSuccess() bool
- func (o *GetPrgDesiredImagesOK) String() string
- type GetPrgDesiredImagesParams
- func NewGetPrgDesiredImagesParams() *GetPrgDesiredImagesParams
- func NewGetPrgDesiredImagesParamsWithContext(ctx context.Context) *GetPrgDesiredImagesParams
- func NewGetPrgDesiredImagesParamsWithHTTPClient(client *http.Client) *GetPrgDesiredImagesParams
- func NewGetPrgDesiredImagesParamsWithTimeout(timeout time.Duration) *GetPrgDesiredImagesParams
- func (o *GetPrgDesiredImagesParams) SetContext(ctx context.Context)
- func (o *GetPrgDesiredImagesParams) SetDefaults()
- func (o *GetPrgDesiredImagesParams) SetHTTPClient(client *http.Client)
- func (o *GetPrgDesiredImagesParams) SetOrgName(orgName string)
- func (o *GetPrgDesiredImagesParams) SetPlanRunnerGroupName(planRunnerGroupName string)
- func (o *GetPrgDesiredImagesParams) SetTimeout(timeout time.Duration)
- func (o *GetPrgDesiredImagesParams) WithContext(ctx context.Context) *GetPrgDesiredImagesParams
- func (o *GetPrgDesiredImagesParams) WithDefaults() *GetPrgDesiredImagesParams
- func (o *GetPrgDesiredImagesParams) WithHTTPClient(client *http.Client) *GetPrgDesiredImagesParams
- func (o *GetPrgDesiredImagesParams) WithOrgName(orgName string) *GetPrgDesiredImagesParams
- func (o *GetPrgDesiredImagesParams) WithPlanRunnerGroupName(planRunnerGroupName string) *GetPrgDesiredImagesParams
- func (o *GetPrgDesiredImagesParams) WithTimeout(timeout time.Duration) *GetPrgDesiredImagesParams
- func (o *GetPrgDesiredImagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPrgDesiredImagesReader
- type ListPlanrunnergroupBadGateway
- func (o *ListPlanrunnergroupBadGateway) Code() int
- func (o *ListPlanrunnergroupBadGateway) Error() string
- func (o *ListPlanrunnergroupBadGateway) GetPayload() *models.ErrorResponse
- func (o *ListPlanrunnergroupBadGateway) IsClientError() bool
- func (o *ListPlanrunnergroupBadGateway) IsCode(code int) bool
- func (o *ListPlanrunnergroupBadGateway) IsRedirect() bool
- func (o *ListPlanrunnergroupBadGateway) IsServerError() bool
- func (o *ListPlanrunnergroupBadGateway) IsSuccess() bool
- func (o *ListPlanrunnergroupBadGateway) String() string
- type ListPlanrunnergroupBadRequest
- func (o *ListPlanrunnergroupBadRequest) Code() int
- func (o *ListPlanrunnergroupBadRequest) Error() string
- func (o *ListPlanrunnergroupBadRequest) GetPayload() *models.ErrorResponse
- func (o *ListPlanrunnergroupBadRequest) IsClientError() bool
- func (o *ListPlanrunnergroupBadRequest) IsCode(code int) bool
- func (o *ListPlanrunnergroupBadRequest) IsRedirect() bool
- func (o *ListPlanrunnergroupBadRequest) IsServerError() bool
- func (o *ListPlanrunnergroupBadRequest) IsSuccess() bool
- func (o *ListPlanrunnergroupBadRequest) String() string
- type ListPlanrunnergroupOK
- func (o *ListPlanrunnergroupOK) Code() int
- func (o *ListPlanrunnergroupOK) Error() string
- func (o *ListPlanrunnergroupOK) GetPayload() []*models.PlanRunnerGroup
- func (o *ListPlanrunnergroupOK) IsClientError() bool
- func (o *ListPlanrunnergroupOK) IsCode(code int) bool
- func (o *ListPlanrunnergroupOK) IsRedirect() bool
- func (o *ListPlanrunnergroupOK) IsServerError() bool
- func (o *ListPlanrunnergroupOK) IsSuccess() bool
- func (o *ListPlanrunnergroupOK) String() string
- type ListPlanrunnergroupParams
- func NewListPlanrunnergroupParams() *ListPlanrunnergroupParams
- func NewListPlanrunnergroupParamsWithContext(ctx context.Context) *ListPlanrunnergroupParams
- func NewListPlanrunnergroupParamsWithHTTPClient(client *http.Client) *ListPlanrunnergroupParams
- func NewListPlanrunnergroupParamsWithTimeout(timeout time.Duration) *ListPlanrunnergroupParams
- func (o *ListPlanrunnergroupParams) SetContext(ctx context.Context)
- func (o *ListPlanrunnergroupParams) SetDefaults()
- func (o *ListPlanrunnergroupParams) SetHTTPClient(client *http.Client)
- func (o *ListPlanrunnergroupParams) SetOrgName(orgName string)
- func (o *ListPlanrunnergroupParams) SetTimeout(timeout time.Duration)
- func (o *ListPlanrunnergroupParams) WithContext(ctx context.Context) *ListPlanrunnergroupParams
- func (o *ListPlanrunnergroupParams) WithDefaults() *ListPlanrunnergroupParams
- func (o *ListPlanrunnergroupParams) WithHTTPClient(client *http.Client) *ListPlanrunnergroupParams
- func (o *ListPlanrunnergroupParams) WithOrgName(orgName string) *ListPlanrunnergroupParams
- func (o *ListPlanrunnergroupParams) WithTimeout(timeout time.Duration) *ListPlanrunnergroupParams
- func (o *ListPlanrunnergroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListPlanrunnergroupReader
- type ListPlanrunnergroupUnauthorized
- func (o *ListPlanrunnergroupUnauthorized) Code() int
- func (o *ListPlanrunnergroupUnauthorized) Error() string
- func (o *ListPlanrunnergroupUnauthorized) GetPayload() *models.ErrorResponse
- func (o *ListPlanrunnergroupUnauthorized) IsClientError() bool
- func (o *ListPlanrunnergroupUnauthorized) IsCode(code int) bool
- func (o *ListPlanrunnergroupUnauthorized) IsRedirect() bool
- func (o *ListPlanrunnergroupUnauthorized) IsServerError() bool
- func (o *ListPlanrunnergroupUnauthorized) IsSuccess() bool
- func (o *ListPlanrunnergroupUnauthorized) String() string
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 ¶
func (o *ApplyPlanrunnergroupBadGateway) Code() int
Code gets the status code for the apply planrunnergroup bad gateway response
func (*ApplyPlanrunnergroupBadGateway) Error ¶
func (o *ApplyPlanrunnergroupBadGateway) Error() string
func (*ApplyPlanrunnergroupBadGateway) GetPayload ¶
func (o *ApplyPlanrunnergroupBadGateway) GetPayload() *models.ErrorResponse
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 ¶
func (o *ApplyPlanrunnergroupBadGateway) String() 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 ¶
func (o *ApplyPlanrunnergroupBadRequest) Code() int
Code gets the status code for the apply planrunnergroup bad request response
func (*ApplyPlanrunnergroupBadRequest) Error ¶
func (o *ApplyPlanrunnergroupBadRequest) Error() string
func (*ApplyPlanrunnergroupBadRequest) GetPayload ¶
func (o *ApplyPlanrunnergroupBadRequest) GetPayload() *models.ErrorResponse
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 ¶
func (o *ApplyPlanrunnergroupBadRequest) String() 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 (o *ApplyPlanrunnergroupOK) GetPayload() *models.PlanRunnerGroup
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 ¶
func (o *ApplyPlanrunnergroupParams) SetData(data *models.PlanRunnerGroup)
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 ¶
func (o *ApplyPlanrunnergroupParams) WithContext(ctx context.Context) *ApplyPlanrunnergroupParams
WithContext adds the context to the apply planrunnergroup params
func (*ApplyPlanrunnergroupParams) WithData ¶
func (o *ApplyPlanrunnergroupParams) WithData(data *models.PlanRunnerGroup) *ApplyPlanrunnergroupParams
WithData adds the data to the apply planrunnergroup params
func (*ApplyPlanrunnergroupParams) WithDefaults ¶
func (o *ApplyPlanrunnergroupParams) WithDefaults() *ApplyPlanrunnergroupParams
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 ¶
func (o *ApplyPlanrunnergroupParams) WithHTTPClient(client *http.Client) *ApplyPlanrunnergroupParams
WithHTTPClient adds the HTTPClient to the apply planrunnergroup params
func (*ApplyPlanrunnergroupParams) WithOrgName ¶
func (o *ApplyPlanrunnergroupParams) WithOrgName(orgName string) *ApplyPlanrunnergroupParams
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 ¶
func (o *ApplyPlanrunnergroupParams) WithTimeout(timeout time.Duration) *ApplyPlanrunnergroupParams
WithTimeout adds the timeout to the apply planrunnergroup params
func (*ApplyPlanrunnergroupParams) WriteToRequest ¶
func (o *ApplyPlanrunnergroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}
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 ¶
func (o *ApplyPlanrunnergroupUnauthorized) Code() int
Code gets the status code for the apply planrunnergroup unauthorized response
func (*ApplyPlanrunnergroupUnauthorized) Error ¶
func (o *ApplyPlanrunnergroupUnauthorized) Error() string
func (*ApplyPlanrunnergroupUnauthorized) GetPayload ¶
func (o *ApplyPlanrunnergroupUnauthorized) GetPayload() *models.ErrorResponse
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 ¶
func (o *ApplyPlanrunnergroupUnauthorized) String() 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 ¶
func (o *DeletePlanrunnergroupBadGateway) Code() int
Code gets the status code for the delete planrunnergroup bad gateway response
func (*DeletePlanrunnergroupBadGateway) Error ¶
func (o *DeletePlanrunnergroupBadGateway) Error() string
func (*DeletePlanrunnergroupBadGateway) GetPayload ¶
func (o *DeletePlanrunnergroupBadGateway) GetPayload() *models.ErrorResponse
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 ¶
func (o *DeletePlanrunnergroupBadGateway) String() 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 ¶
func (o *DeletePlanrunnergroupBadRequest) Code() int
Code gets the status code for the delete planrunnergroup bad request response
func (*DeletePlanrunnergroupBadRequest) Error ¶
func (o *DeletePlanrunnergroupBadRequest) Error() string
func (*DeletePlanrunnergroupBadRequest) GetPayload ¶
func (o *DeletePlanrunnergroupBadRequest) GetPayload() *models.ErrorResponse
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 ¶
func (o *DeletePlanrunnergroupBadRequest) String() 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 (o *DeletePlanrunnergroupOK) GetPayload() models.EmptyResponse
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 ¶
func (o *DeletePlanrunnergroupParams) WithContext(ctx context.Context) *DeletePlanrunnergroupParams
WithContext adds the context to the delete planrunnergroup params
func (*DeletePlanrunnergroupParams) WithDefaults ¶
func (o *DeletePlanrunnergroupParams) WithDefaults() *DeletePlanrunnergroupParams
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 ¶
func (o *DeletePlanrunnergroupParams) WithHTTPClient(client *http.Client) *DeletePlanrunnergroupParams
WithHTTPClient adds the HTTPClient to the delete planrunnergroup params
func (*DeletePlanrunnergroupParams) WithOrgName ¶
func (o *DeletePlanrunnergroupParams) WithOrgName(orgName string) *DeletePlanrunnergroupParams
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 ¶
func (o *DeletePlanrunnergroupParams) WithTimeout(timeout time.Duration) *DeletePlanrunnergroupParams
WithTimeout adds the timeout to the delete planrunnergroup params
func (*DeletePlanrunnergroupParams) WriteToRequest ¶
func (o *DeletePlanrunnergroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}
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 ¶
func (o *DeletePlanrunnergroupUnauthorized) Code() int
Code gets the status code for the delete planrunnergroup unauthorized response
func (*DeletePlanrunnergroupUnauthorized) Error ¶
func (o *DeletePlanrunnergroupUnauthorized) Error() string
func (*DeletePlanrunnergroupUnauthorized) GetPayload ¶
func (o *DeletePlanrunnergroupUnauthorized) GetPayload() *models.ErrorResponse
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 ¶
func (o *DeletePlanrunnergroupUnauthorized) String() 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 ¶
func (o *GetPlanrunnergroupBadGateway) Code() int
Code gets the status code for the get planrunnergroup bad gateway response
func (*GetPlanrunnergroupBadGateway) Error ¶
func (o *GetPlanrunnergroupBadGateway) Error() string
func (*GetPlanrunnergroupBadGateway) GetPayload ¶
func (o *GetPlanrunnergroupBadGateway) GetPayload() *models.ErrorResponse
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 ¶
func (o *GetPlanrunnergroupBadGateway) String() 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 ¶
func (o *GetPlanrunnergroupBadRequest) Code() int
Code gets the status code for the get planrunnergroup bad request response
func (*GetPlanrunnergroupBadRequest) Error ¶
func (o *GetPlanrunnergroupBadRequest) Error() string
func (*GetPlanrunnergroupBadRequest) GetPayload ¶
func (o *GetPlanrunnergroupBadRequest) GetPayload() *models.ErrorResponse
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 ¶
func (o *GetPlanrunnergroupBadRequest) String() 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 ¶
func (o *GetPlanrunnergroupParams) WithContext(ctx context.Context) *GetPlanrunnergroupParams
WithContext adds the context to the get planrunnergroup params
func (*GetPlanrunnergroupParams) WithDefaults ¶
func (o *GetPlanrunnergroupParams) WithDefaults() *GetPlanrunnergroupParams
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 ¶
func (o *GetPlanrunnergroupParams) WithTimeout(timeout time.Duration) *GetPlanrunnergroupParams
WithTimeout adds the timeout to the get planrunnergroup params
func (*GetPlanrunnergroupParams) WriteToRequest ¶
func (o *GetPlanrunnergroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetPlanrunnergroupSettingsBadGateway) Code() int
Code gets the status code for the get planrunnergroup settings bad gateway response
func (*GetPlanrunnergroupSettingsBadGateway) Error ¶
func (o *GetPlanrunnergroupSettingsBadGateway) Error() string
func (*GetPlanrunnergroupSettingsBadGateway) GetPayload ¶
func (o *GetPlanrunnergroupSettingsBadGateway) GetPayload() *models.ErrorResponse
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 ¶
func (o *GetPlanrunnergroupSettingsBadGateway) IsCode(code int) bool
IsCode returns true when this get planrunnergroup settings bad gateway response a status code equal to that given
func (*GetPlanrunnergroupSettingsBadGateway) IsRedirect ¶
func (o *GetPlanrunnergroupSettingsBadGateway) IsRedirect() bool
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 ¶
func (o *GetPlanrunnergroupSettingsBadGateway) IsSuccess() bool
IsSuccess returns true when this get planrunnergroup settings bad gateway response has a 2xx status code
func (*GetPlanrunnergroupSettingsBadGateway) String ¶
func (o *GetPlanrunnergroupSettingsBadGateway) String() 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 ¶
func (o *GetPlanrunnergroupSettingsBadRequest) Code() int
Code gets the status code for the get planrunnergroup settings bad request response
func (*GetPlanrunnergroupSettingsBadRequest) Error ¶
func (o *GetPlanrunnergroupSettingsBadRequest) Error() string
func (*GetPlanrunnergroupSettingsBadRequest) GetPayload ¶
func (o *GetPlanrunnergroupSettingsBadRequest) GetPayload() *models.ErrorResponse
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 ¶
func (o *GetPlanrunnergroupSettingsBadRequest) IsCode(code int) bool
IsCode returns true when this get planrunnergroup settings bad request response a status code equal to that given
func (*GetPlanrunnergroupSettingsBadRequest) IsRedirect ¶
func (o *GetPlanrunnergroupSettingsBadRequest) IsRedirect() bool
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 ¶
func (o *GetPlanrunnergroupSettingsBadRequest) IsSuccess() bool
IsSuccess returns true when this get planrunnergroup settings bad request response has a 2xx status code
func (*GetPlanrunnergroupSettingsBadRequest) String ¶
func (o *GetPlanrunnergroupSettingsBadRequest) String() 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 ¶
func (o *GetPlanrunnergroupSettingsOK) Code() int
Code gets the status code for the get planrunnergroup settings o k response
func (*GetPlanrunnergroupSettingsOK) Error ¶
func (o *GetPlanrunnergroupSettingsOK) Error() string
func (*GetPlanrunnergroupSettingsOK) GetPayload ¶
func (o *GetPlanrunnergroupSettingsOK) GetPayload() *models.PlanRunnerGroupSettingsResponse
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 ¶
func (o *GetPlanrunnergroupSettingsOK) String() 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 ¶
func (o *GetPlanrunnergroupSettingsParams) SetContext(ctx context.Context)
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 ¶
func (o *GetPlanrunnergroupSettingsParams) WithContext(ctx context.Context) *GetPlanrunnergroupSettingsParams
WithContext adds the context to the get planrunnergroup settings params
func (*GetPlanrunnergroupSettingsParams) WithDefaults ¶
func (o *GetPlanrunnergroupSettingsParams) WithDefaults() *GetPlanrunnergroupSettingsParams
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 ¶
func (o *GetPlanrunnergroupSettingsParams) WithHTTPClient(client *http.Client) *GetPlanrunnergroupSettingsParams
WithHTTPClient adds the HTTPClient to the get planrunnergroup settings params
func (*GetPlanrunnergroupSettingsParams) WithOrgName ¶
func (o *GetPlanrunnergroupSettingsParams) WithOrgName(orgName string) *GetPlanrunnergroupSettingsParams
WithOrgName adds the orgName to the get planrunnergroup settings params
func (*GetPlanrunnergroupSettingsParams) WithTimeout ¶
func (o *GetPlanrunnergroupSettingsParams) WithTimeout(timeout time.Duration) *GetPlanrunnergroupSettingsParams
WithTimeout adds the timeout to the get planrunnergroup settings params
func (*GetPlanrunnergroupSettingsParams) WriteToRequest ¶
func (o *GetPlanrunnergroupSettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}
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 ¶
func (o *GetPlanrunnergroupSettingsUnauthorized) Code() int
Code gets the status code for the get planrunnergroup settings unauthorized response
func (*GetPlanrunnergroupSettingsUnauthorized) Error ¶
func (o *GetPlanrunnergroupSettingsUnauthorized) Error() string
func (*GetPlanrunnergroupSettingsUnauthorized) GetPayload ¶
func (o *GetPlanrunnergroupSettingsUnauthorized) GetPayload() *models.ErrorResponse
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 ¶
func (o *GetPlanrunnergroupSettingsUnauthorized) IsCode(code int) bool
IsCode returns true when this get planrunnergroup settings unauthorized response a status code equal to that given
func (*GetPlanrunnergroupSettingsUnauthorized) IsRedirect ¶
func (o *GetPlanrunnergroupSettingsUnauthorized) IsRedirect() bool
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 ¶
func (o *GetPlanrunnergroupSettingsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get planrunnergroup settings unauthorized response has a 2xx status code
func (*GetPlanrunnergroupSettingsUnauthorized) String ¶
func (o *GetPlanrunnergroupSettingsUnauthorized) String() string
type GetPlanrunnergroupUnauthorized ¶
type GetPlanrunnergroupUnauthorized struct {
}
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 ¶
func (o *GetPlanrunnergroupUnauthorized) Code() int
Code gets the status code for the get planrunnergroup unauthorized response
func (*GetPlanrunnergroupUnauthorized) Error ¶
func (o *GetPlanrunnergroupUnauthorized) Error() string
func (*GetPlanrunnergroupUnauthorized) GetPayload ¶
func (o *GetPlanrunnergroupUnauthorized) GetPayload() *models.ErrorResponse
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 ¶
func (o *GetPlanrunnergroupUnauthorized) String() 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 (o *GetPrgDesiredImagesNotFound) Error() string
func (*GetPrgDesiredImagesNotFound) GetPayload ¶
func (o *GetPrgDesiredImagesNotFound) GetPayload() *models.ErrorResponse
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 ¶
func (o *GetPrgDesiredImagesNotModified) Code() int
Code gets the status code for the get prg desired images not modified response
func (*GetPrgDesiredImagesNotModified) Error ¶
func (o *GetPrgDesiredImagesNotModified) Error() string
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 ¶
func (o *GetPrgDesiredImagesNotModified) String() 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 (o *GetPrgDesiredImagesOK) GetPayload() *models.PlanDesiredImagesResponse
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 ¶
func (o *GetPrgDesiredImagesParams) WithContext(ctx context.Context) *GetPrgDesiredImagesParams
WithContext adds the context to the get prg desired images params
func (*GetPrgDesiredImagesParams) WithDefaults ¶
func (o *GetPrgDesiredImagesParams) WithDefaults() *GetPrgDesiredImagesParams
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 ¶
func (o *GetPrgDesiredImagesParams) WithOrgName(orgName string) *GetPrgDesiredImagesParams
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 ¶
func (o *GetPrgDesiredImagesParams) WithTimeout(timeout time.Duration) *GetPrgDesiredImagesParams
WithTimeout adds the timeout to the get prg desired images params
func (*GetPrgDesiredImagesParams) WriteToRequest ¶
func (o *GetPrgDesiredImagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *ListPlanrunnergroupBadGateway) Code() int
Code gets the status code for the list planrunnergroup bad gateway response
func (*ListPlanrunnergroupBadGateway) Error ¶
func (o *ListPlanrunnergroupBadGateway) Error() string
func (*ListPlanrunnergroupBadGateway) GetPayload ¶
func (o *ListPlanrunnergroupBadGateway) GetPayload() *models.ErrorResponse
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 ¶
func (o *ListPlanrunnergroupBadGateway) String() 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 ¶
func (o *ListPlanrunnergroupBadRequest) Code() int
Code gets the status code for the list planrunnergroup bad request response
func (*ListPlanrunnergroupBadRequest) Error ¶
func (o *ListPlanrunnergroupBadRequest) Error() string
func (*ListPlanrunnergroupBadRequest) GetPayload ¶
func (o *ListPlanrunnergroupBadRequest) GetPayload() *models.ErrorResponse
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 ¶
func (o *ListPlanrunnergroupBadRequest) String() 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 ¶
func (o *ListPlanrunnergroupParams) WithContext(ctx context.Context) *ListPlanrunnergroupParams
WithContext adds the context to the list planrunnergroup params
func (*ListPlanrunnergroupParams) WithDefaults ¶
func (o *ListPlanrunnergroupParams) WithDefaults() *ListPlanrunnergroupParams
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 ¶
func (o *ListPlanrunnergroupParams) WithOrgName(orgName string) *ListPlanrunnergroupParams
WithOrgName adds the orgName to the list planrunnergroup params
func (*ListPlanrunnergroupParams) WithTimeout ¶
func (o *ListPlanrunnergroupParams) WithTimeout(timeout time.Duration) *ListPlanrunnergroupParams
WithTimeout adds the timeout to the list planrunnergroup params
func (*ListPlanrunnergroupParams) WriteToRequest ¶
func (o *ListPlanrunnergroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}
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 ¶
func (o *ListPlanrunnergroupUnauthorized) Code() int
Code gets the status code for the list planrunnergroup unauthorized response
func (*ListPlanrunnergroupUnauthorized) Error ¶
func (o *ListPlanrunnergroupUnauthorized) Error() string
func (*ListPlanrunnergroupUnauthorized) GetPayload ¶
func (o *ListPlanrunnergroupUnauthorized) GetPayload() *models.ErrorResponse
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 ¶
func (o *ListPlanrunnergroupUnauthorized) String() string
Source Files
¶
- apply_planrunnergroup_parameters.go
- apply_planrunnergroup_responses.go
- delete_planrunnergroup_parameters.go
- delete_planrunnergroup_responses.go
- get_planrunnergroup_parameters.go
- get_planrunnergroup_responses.go
- get_planrunnergroup_settings_parameters.go
- get_planrunnergroup_settings_responses.go
- get_prg_desired_images_parameters.go
- get_prg_desired_images_responses.go
- list_planrunnergroup_parameters.go
- list_planrunnergroup_responses.go
- plan_runner_groups_client.go