Documentation
¶
Index ¶
- type ApplySandboxBadGateway
- func (o *ApplySandboxBadGateway) Code() int
- func (o *ApplySandboxBadGateway) Error() string
- func (o *ApplySandboxBadGateway) GetPayload() *models.ErrorResponse
- func (o *ApplySandboxBadGateway) IsClientError() bool
- func (o *ApplySandboxBadGateway) IsCode(code int) bool
- func (o *ApplySandboxBadGateway) IsRedirect() bool
- func (o *ApplySandboxBadGateway) IsServerError() bool
- func (o *ApplySandboxBadGateway) IsSuccess() bool
- func (o *ApplySandboxBadGateway) String() string
- type ApplySandboxBadRequest
- func (o *ApplySandboxBadRequest) Code() int
- func (o *ApplySandboxBadRequest) Error() string
- func (o *ApplySandboxBadRequest) GetPayload() *models.ErrorResponse
- func (o *ApplySandboxBadRequest) IsClientError() bool
- func (o *ApplySandboxBadRequest) IsCode(code int) bool
- func (o *ApplySandboxBadRequest) IsRedirect() bool
- func (o *ApplySandboxBadRequest) IsServerError() bool
- func (o *ApplySandboxBadRequest) IsSuccess() bool
- func (o *ApplySandboxBadRequest) String() string
- type ApplySandboxOK
- func (o *ApplySandboxOK) Code() int
- func (o *ApplySandboxOK) Error() string
- func (o *ApplySandboxOK) GetPayload() *models.Sandbox
- func (o *ApplySandboxOK) IsClientError() bool
- func (o *ApplySandboxOK) IsCode(code int) bool
- func (o *ApplySandboxOK) IsRedirect() bool
- func (o *ApplySandboxOK) IsServerError() bool
- func (o *ApplySandboxOK) IsSuccess() bool
- func (o *ApplySandboxOK) String() string
- type ApplySandboxParams
- func (o *ApplySandboxParams) SetContext(ctx context.Context)
- func (o *ApplySandboxParams) SetData(data *models.Sandbox)
- func (o *ApplySandboxParams) SetDefaults()
- func (o *ApplySandboxParams) SetHTTPClient(client *http.Client)
- func (o *ApplySandboxParams) SetOrgName(orgName string)
- func (o *ApplySandboxParams) SetSandboxName(sandboxName string)
- func (o *ApplySandboxParams) SetTimeout(timeout time.Duration)
- func (o *ApplySandboxParams) WithContext(ctx context.Context) *ApplySandboxParams
- func (o *ApplySandboxParams) WithData(data *models.Sandbox) *ApplySandboxParams
- func (o *ApplySandboxParams) WithDefaults() *ApplySandboxParams
- func (o *ApplySandboxParams) WithHTTPClient(client *http.Client) *ApplySandboxParams
- func (o *ApplySandboxParams) WithOrgName(orgName string) *ApplySandboxParams
- func (o *ApplySandboxParams) WithSandboxName(sandboxName string) *ApplySandboxParams
- func (o *ApplySandboxParams) WithTimeout(timeout time.Duration) *ApplySandboxParams
- func (o *ApplySandboxParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ApplySandboxReader
- type ApplySandboxUnauthorized
- func (o *ApplySandboxUnauthorized) Code() int
- func (o *ApplySandboxUnauthorized) Error() string
- func (o *ApplySandboxUnauthorized) GetPayload() *models.ErrorResponse
- func (o *ApplySandboxUnauthorized) IsClientError() bool
- func (o *ApplySandboxUnauthorized) IsCode(code int) bool
- func (o *ApplySandboxUnauthorized) IsRedirect() bool
- func (o *ApplySandboxUnauthorized) IsServerError() bool
- func (o *ApplySandboxUnauthorized) IsSuccess() bool
- func (o *ApplySandboxUnauthorized) String() string
- type Client
- func (a *Client) ApplySandbox(params *ApplySandboxParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ApplySandboxOK, error)
- func (a *Client) DeleteSandbox(params *DeleteSandboxParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteSandboxOK, error)
- func (a *Client) ExplainSandboxStatus(params *ExplainSandboxStatusParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ExplainSandboxStatusOK, error)
- func (a *Client) GetSandbox(params *GetSandboxParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetSandboxOK, error)
- func (a *Client) GetSandboxLogs(params *GetSandboxLogsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetSandboxLogsOK, error)
- func (a *Client) ListSandboxes(params *ListSandboxesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListSandboxesOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type DeleteSandboxBadGateway
- func (o *DeleteSandboxBadGateway) Code() int
- func (o *DeleteSandboxBadGateway) Error() string
- func (o *DeleteSandboxBadGateway) GetPayload() *models.ErrorResponse
- func (o *DeleteSandboxBadGateway) IsClientError() bool
- func (o *DeleteSandboxBadGateway) IsCode(code int) bool
- func (o *DeleteSandboxBadGateway) IsRedirect() bool
- func (o *DeleteSandboxBadGateway) IsServerError() bool
- func (o *DeleteSandboxBadGateway) IsSuccess() bool
- func (o *DeleteSandboxBadGateway) String() string
- type DeleteSandboxBadRequest
- func (o *DeleteSandboxBadRequest) Code() int
- func (o *DeleteSandboxBadRequest) Error() string
- func (o *DeleteSandboxBadRequest) GetPayload() *models.ErrorResponse
- func (o *DeleteSandboxBadRequest) IsClientError() bool
- func (o *DeleteSandboxBadRequest) IsCode(code int) bool
- func (o *DeleteSandboxBadRequest) IsRedirect() bool
- func (o *DeleteSandboxBadRequest) IsServerError() bool
- func (o *DeleteSandboxBadRequest) IsSuccess() bool
- func (o *DeleteSandboxBadRequest) String() string
- type DeleteSandboxOK
- func (o *DeleteSandboxOK) Code() int
- func (o *DeleteSandboxOK) Error() string
- func (o *DeleteSandboxOK) GetPayload() models.EmptyResponse
- func (o *DeleteSandboxOK) IsClientError() bool
- func (o *DeleteSandboxOK) IsCode(code int) bool
- func (o *DeleteSandboxOK) IsRedirect() bool
- func (o *DeleteSandboxOK) IsServerError() bool
- func (o *DeleteSandboxOK) IsSuccess() bool
- func (o *DeleteSandboxOK) String() string
- type DeleteSandboxParams
- func (o *DeleteSandboxParams) SetContext(ctx context.Context)
- func (o *DeleteSandboxParams) SetDefaults()
- func (o *DeleteSandboxParams) SetForce(force *bool)
- func (o *DeleteSandboxParams) SetHTTPClient(client *http.Client)
- func (o *DeleteSandboxParams) SetOrgName(orgName string)
- func (o *DeleteSandboxParams) SetSandboxName(sandboxName string)
- func (o *DeleteSandboxParams) SetTimeout(timeout time.Duration)
- func (o *DeleteSandboxParams) WithContext(ctx context.Context) *DeleteSandboxParams
- func (o *DeleteSandboxParams) WithDefaults() *DeleteSandboxParams
- func (o *DeleteSandboxParams) WithForce(force *bool) *DeleteSandboxParams
- func (o *DeleteSandboxParams) WithHTTPClient(client *http.Client) *DeleteSandboxParams
- func (o *DeleteSandboxParams) WithOrgName(orgName string) *DeleteSandboxParams
- func (o *DeleteSandboxParams) WithSandboxName(sandboxName string) *DeleteSandboxParams
- func (o *DeleteSandboxParams) WithTimeout(timeout time.Duration) *DeleteSandboxParams
- func (o *DeleteSandboxParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteSandboxReader
- type DeleteSandboxUnauthorized
- func (o *DeleteSandboxUnauthorized) Code() int
- func (o *DeleteSandboxUnauthorized) Error() string
- func (o *DeleteSandboxUnauthorized) GetPayload() *models.ErrorResponse
- func (o *DeleteSandboxUnauthorized) IsClientError() bool
- func (o *DeleteSandboxUnauthorized) IsCode(code int) bool
- func (o *DeleteSandboxUnauthorized) IsRedirect() bool
- func (o *DeleteSandboxUnauthorized) IsServerError() bool
- func (o *DeleteSandboxUnauthorized) IsSuccess() bool
- func (o *DeleteSandboxUnauthorized) String() string
- type ExplainSandboxStatusBadGateway
- func (o *ExplainSandboxStatusBadGateway) Code() int
- func (o *ExplainSandboxStatusBadGateway) Error() string
- func (o *ExplainSandboxStatusBadGateway) GetPayload() *models.ErrorResponse
- func (o *ExplainSandboxStatusBadGateway) IsClientError() bool
- func (o *ExplainSandboxStatusBadGateway) IsCode(code int) bool
- func (o *ExplainSandboxStatusBadGateway) IsRedirect() bool
- func (o *ExplainSandboxStatusBadGateway) IsServerError() bool
- func (o *ExplainSandboxStatusBadGateway) IsSuccess() bool
- func (o *ExplainSandboxStatusBadGateway) String() string
- type ExplainSandboxStatusBadRequest
- func (o *ExplainSandboxStatusBadRequest) Code() int
- func (o *ExplainSandboxStatusBadRequest) Error() string
- func (o *ExplainSandboxStatusBadRequest) GetPayload() *models.ErrorResponse
- func (o *ExplainSandboxStatusBadRequest) IsClientError() bool
- func (o *ExplainSandboxStatusBadRequest) IsCode(code int) bool
- func (o *ExplainSandboxStatusBadRequest) IsRedirect() bool
- func (o *ExplainSandboxStatusBadRequest) IsServerError() bool
- func (o *ExplainSandboxStatusBadRequest) IsSuccess() bool
- func (o *ExplainSandboxStatusBadRequest) String() string
- type ExplainSandboxStatusForbidden
- func (o *ExplainSandboxStatusForbidden) Code() int
- func (o *ExplainSandboxStatusForbidden) Error() string
- func (o *ExplainSandboxStatusForbidden) GetPayload() *models.ErrorResponse
- func (o *ExplainSandboxStatusForbidden) IsClientError() bool
- func (o *ExplainSandboxStatusForbidden) IsCode(code int) bool
- func (o *ExplainSandboxStatusForbidden) IsRedirect() bool
- func (o *ExplainSandboxStatusForbidden) IsServerError() bool
- func (o *ExplainSandboxStatusForbidden) IsSuccess() bool
- func (o *ExplainSandboxStatusForbidden) String() string
- type ExplainSandboxStatusNotFound
- func (o *ExplainSandboxStatusNotFound) Code() int
- func (o *ExplainSandboxStatusNotFound) Error() string
- func (o *ExplainSandboxStatusNotFound) GetPayload() *models.ErrorResponse
- func (o *ExplainSandboxStatusNotFound) IsClientError() bool
- func (o *ExplainSandboxStatusNotFound) IsCode(code int) bool
- func (o *ExplainSandboxStatusNotFound) IsRedirect() bool
- func (o *ExplainSandboxStatusNotFound) IsServerError() bool
- func (o *ExplainSandboxStatusNotFound) IsSuccess() bool
- func (o *ExplainSandboxStatusNotFound) String() string
- type ExplainSandboxStatusNotImplemented
- func (o *ExplainSandboxStatusNotImplemented) Code() int
- func (o *ExplainSandboxStatusNotImplemented) Error() string
- func (o *ExplainSandboxStatusNotImplemented) GetPayload() *models.ErrorResponse
- func (o *ExplainSandboxStatusNotImplemented) IsClientError() bool
- func (o *ExplainSandboxStatusNotImplemented) IsCode(code int) bool
- func (o *ExplainSandboxStatusNotImplemented) IsRedirect() bool
- func (o *ExplainSandboxStatusNotImplemented) IsServerError() bool
- func (o *ExplainSandboxStatusNotImplemented) IsSuccess() bool
- func (o *ExplainSandboxStatusNotImplemented) String() string
- type ExplainSandboxStatusOK
- func (o *ExplainSandboxStatusOK) Code() int
- func (o *ExplainSandboxStatusOK) Error() string
- func (o *ExplainSandboxStatusOK) GetPayload() *models.SandboxesSandboxStatusExplainResponse
- func (o *ExplainSandboxStatusOK) IsClientError() bool
- func (o *ExplainSandboxStatusOK) IsCode(code int) bool
- func (o *ExplainSandboxStatusOK) IsRedirect() bool
- func (o *ExplainSandboxStatusOK) IsServerError() bool
- func (o *ExplainSandboxStatusOK) IsSuccess() bool
- func (o *ExplainSandboxStatusOK) String() string
- type ExplainSandboxStatusParams
- func NewExplainSandboxStatusParams() *ExplainSandboxStatusParams
- func NewExplainSandboxStatusParamsWithContext(ctx context.Context) *ExplainSandboxStatusParams
- func NewExplainSandboxStatusParamsWithHTTPClient(client *http.Client) *ExplainSandboxStatusParams
- func NewExplainSandboxStatusParamsWithTimeout(timeout time.Duration) *ExplainSandboxStatusParams
- func (o *ExplainSandboxStatusParams) SetContext(ctx context.Context)
- func (o *ExplainSandboxStatusParams) SetDefaults()
- func (o *ExplainSandboxStatusParams) SetHTTPClient(client *http.Client)
- func (o *ExplainSandboxStatusParams) SetMode(mode *string)
- func (o *ExplainSandboxStatusParams) SetOrgName(orgName string)
- func (o *ExplainSandboxStatusParams) SetSandboxName(sandboxName string)
- func (o *ExplainSandboxStatusParams) SetTimeout(timeout time.Duration)
- func (o *ExplainSandboxStatusParams) WithContext(ctx context.Context) *ExplainSandboxStatusParams
- func (o *ExplainSandboxStatusParams) WithDefaults() *ExplainSandboxStatusParams
- func (o *ExplainSandboxStatusParams) WithHTTPClient(client *http.Client) *ExplainSandboxStatusParams
- func (o *ExplainSandboxStatusParams) WithMode(mode *string) *ExplainSandboxStatusParams
- func (o *ExplainSandboxStatusParams) WithOrgName(orgName string) *ExplainSandboxStatusParams
- func (o *ExplainSandboxStatusParams) WithSandboxName(sandboxName string) *ExplainSandboxStatusParams
- func (o *ExplainSandboxStatusParams) WithTimeout(timeout time.Duration) *ExplainSandboxStatusParams
- func (o *ExplainSandboxStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ExplainSandboxStatusReader
- type ExplainSandboxStatusUnauthorized
- func (o *ExplainSandboxStatusUnauthorized) Code() int
- func (o *ExplainSandboxStatusUnauthorized) Error() string
- func (o *ExplainSandboxStatusUnauthorized) GetPayload() *models.ErrorResponse
- func (o *ExplainSandboxStatusUnauthorized) IsClientError() bool
- func (o *ExplainSandboxStatusUnauthorized) IsCode(code int) bool
- func (o *ExplainSandboxStatusUnauthorized) IsRedirect() bool
- func (o *ExplainSandboxStatusUnauthorized) IsServerError() bool
- func (o *ExplainSandboxStatusUnauthorized) IsSuccess() bool
- func (o *ExplainSandboxStatusUnauthorized) String() string
- type GetSandboxBadGateway
- func (o *GetSandboxBadGateway) Code() int
- func (o *GetSandboxBadGateway) Error() string
- func (o *GetSandboxBadGateway) GetPayload() *models.ErrorResponse
- func (o *GetSandboxBadGateway) IsClientError() bool
- func (o *GetSandboxBadGateway) IsCode(code int) bool
- func (o *GetSandboxBadGateway) IsRedirect() bool
- func (o *GetSandboxBadGateway) IsServerError() bool
- func (o *GetSandboxBadGateway) IsSuccess() bool
- func (o *GetSandboxBadGateway) String() string
- type GetSandboxBadRequest
- func (o *GetSandboxBadRequest) Code() int
- func (o *GetSandboxBadRequest) Error() string
- func (o *GetSandboxBadRequest) GetPayload() *models.ErrorResponse
- func (o *GetSandboxBadRequest) IsClientError() bool
- func (o *GetSandboxBadRequest) IsCode(code int) bool
- func (o *GetSandboxBadRequest) IsRedirect() bool
- func (o *GetSandboxBadRequest) IsServerError() bool
- func (o *GetSandboxBadRequest) IsSuccess() bool
- func (o *GetSandboxBadRequest) String() string
- type GetSandboxLogsBadGateway
- func (o *GetSandboxLogsBadGateway) Code() int
- func (o *GetSandboxLogsBadGateway) Error() string
- func (o *GetSandboxLogsBadGateway) GetPayload() *models.ErrorResponse
- func (o *GetSandboxLogsBadGateway) IsClientError() bool
- func (o *GetSandboxLogsBadGateway) IsCode(code int) bool
- func (o *GetSandboxLogsBadGateway) IsRedirect() bool
- func (o *GetSandboxLogsBadGateway) IsServerError() bool
- func (o *GetSandboxLogsBadGateway) IsSuccess() bool
- func (o *GetSandboxLogsBadGateway) String() string
- type GetSandboxLogsBadRequest
- func (o *GetSandboxLogsBadRequest) Code() int
- func (o *GetSandboxLogsBadRequest) Error() string
- func (o *GetSandboxLogsBadRequest) GetPayload() *models.ErrorResponse
- func (o *GetSandboxLogsBadRequest) IsClientError() bool
- func (o *GetSandboxLogsBadRequest) IsCode(code int) bool
- func (o *GetSandboxLogsBadRequest) IsRedirect() bool
- func (o *GetSandboxLogsBadRequest) IsServerError() bool
- func (o *GetSandboxLogsBadRequest) IsSuccess() bool
- func (o *GetSandboxLogsBadRequest) String() string
- type GetSandboxLogsNotFound
- func (o *GetSandboxLogsNotFound) Code() int
- func (o *GetSandboxLogsNotFound) Error() string
- func (o *GetSandboxLogsNotFound) GetPayload() *models.ErrorResponse
- func (o *GetSandboxLogsNotFound) IsClientError() bool
- func (o *GetSandboxLogsNotFound) IsCode(code int) bool
- func (o *GetSandboxLogsNotFound) IsRedirect() bool
- func (o *GetSandboxLogsNotFound) IsServerError() bool
- func (o *GetSandboxLogsNotFound) IsSuccess() bool
- func (o *GetSandboxLogsNotFound) String() string
- type GetSandboxLogsOK
- func (o *GetSandboxLogsOK) Code() int
- func (o *GetSandboxLogsOK) Error() string
- func (o *GetSandboxLogsOK) GetPayload() []*models.LogsContainerLogs
- func (o *GetSandboxLogsOK) IsClientError() bool
- func (o *GetSandboxLogsOK) IsCode(code int) bool
- func (o *GetSandboxLogsOK) IsRedirect() bool
- func (o *GetSandboxLogsOK) IsServerError() bool
- func (o *GetSandboxLogsOK) IsSuccess() bool
- func (o *GetSandboxLogsOK) String() string
- type GetSandboxLogsParams
- func NewGetSandboxLogsParams() *GetSandboxLogsParams
- func NewGetSandboxLogsParamsWithContext(ctx context.Context) *GetSandboxLogsParams
- func NewGetSandboxLogsParamsWithHTTPClient(client *http.Client) *GetSandboxLogsParams
- func NewGetSandboxLogsParamsWithTimeout(timeout time.Duration) *GetSandboxLogsParams
- func (o *GetSandboxLogsParams) SetContainer(container *string)
- func (o *GetSandboxLogsParams) SetContext(ctx context.Context)
- func (o *GetSandboxLogsParams) SetDefaults()
- func (o *GetSandboxLogsParams) SetHTTPClient(client *http.Client)
- func (o *GetSandboxLogsParams) SetOrgName(orgName string)
- func (o *GetSandboxLogsParams) SetResource(resource *string)
- func (o *GetSandboxLogsParams) SetSandboxName(sandboxName string)
- func (o *GetSandboxLogsParams) SetSinceTime(sinceTime *string)
- func (o *GetSandboxLogsParams) SetStep(step *string)
- func (o *GetSandboxLogsParams) SetTimeout(timeout time.Duration)
- func (o *GetSandboxLogsParams) SetWorkload(workload *string)
- func (o *GetSandboxLogsParams) WithContainer(container *string) *GetSandboxLogsParams
- func (o *GetSandboxLogsParams) WithContext(ctx context.Context) *GetSandboxLogsParams
- func (o *GetSandboxLogsParams) WithDefaults() *GetSandboxLogsParams
- func (o *GetSandboxLogsParams) WithHTTPClient(client *http.Client) *GetSandboxLogsParams
- func (o *GetSandboxLogsParams) WithOrgName(orgName string) *GetSandboxLogsParams
- func (o *GetSandboxLogsParams) WithResource(resource *string) *GetSandboxLogsParams
- func (o *GetSandboxLogsParams) WithSandboxName(sandboxName string) *GetSandboxLogsParams
- func (o *GetSandboxLogsParams) WithSinceTime(sinceTime *string) *GetSandboxLogsParams
- func (o *GetSandboxLogsParams) WithStep(step *string) *GetSandboxLogsParams
- func (o *GetSandboxLogsParams) WithTimeout(timeout time.Duration) *GetSandboxLogsParams
- func (o *GetSandboxLogsParams) WithWorkload(workload *string) *GetSandboxLogsParams
- func (o *GetSandboxLogsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSandboxLogsReader
- type GetSandboxLogsUnauthorized
- func (o *GetSandboxLogsUnauthorized) Code() int
- func (o *GetSandboxLogsUnauthorized) Error() string
- func (o *GetSandboxLogsUnauthorized) GetPayload() *models.ErrorResponse
- func (o *GetSandboxLogsUnauthorized) IsClientError() bool
- func (o *GetSandboxLogsUnauthorized) IsCode(code int) bool
- func (o *GetSandboxLogsUnauthorized) IsRedirect() bool
- func (o *GetSandboxLogsUnauthorized) IsServerError() bool
- func (o *GetSandboxLogsUnauthorized) IsSuccess() bool
- func (o *GetSandboxLogsUnauthorized) String() string
- type GetSandboxOK
- func (o *GetSandboxOK) Code() int
- func (o *GetSandboxOK) Error() string
- func (o *GetSandboxOK) GetPayload() *models.Sandbox
- func (o *GetSandboxOK) IsClientError() bool
- func (o *GetSandboxOK) IsCode(code int) bool
- func (o *GetSandboxOK) IsRedirect() bool
- func (o *GetSandboxOK) IsServerError() bool
- func (o *GetSandboxOK) IsSuccess() bool
- func (o *GetSandboxOK) String() string
- type GetSandboxParams
- func (o *GetSandboxParams) SetContext(ctx context.Context)
- func (o *GetSandboxParams) SetDefaults()
- func (o *GetSandboxParams) SetHTTPClient(client *http.Client)
- func (o *GetSandboxParams) SetOrgName(orgName string)
- func (o *GetSandboxParams) SetSandboxName(sandboxName string)
- func (o *GetSandboxParams) SetTimeout(timeout time.Duration)
- func (o *GetSandboxParams) WithContext(ctx context.Context) *GetSandboxParams
- func (o *GetSandboxParams) WithDefaults() *GetSandboxParams
- func (o *GetSandboxParams) WithHTTPClient(client *http.Client) *GetSandboxParams
- func (o *GetSandboxParams) WithOrgName(orgName string) *GetSandboxParams
- func (o *GetSandboxParams) WithSandboxName(sandboxName string) *GetSandboxParams
- func (o *GetSandboxParams) WithTimeout(timeout time.Duration) *GetSandboxParams
- func (o *GetSandboxParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSandboxReader
- type GetSandboxUnauthorized
- func (o *GetSandboxUnauthorized) Code() int
- func (o *GetSandboxUnauthorized) Error() string
- func (o *GetSandboxUnauthorized) GetPayload() *models.ErrorResponse
- func (o *GetSandboxUnauthorized) IsClientError() bool
- func (o *GetSandboxUnauthorized) IsCode(code int) bool
- func (o *GetSandboxUnauthorized) IsRedirect() bool
- func (o *GetSandboxUnauthorized) IsServerError() bool
- func (o *GetSandboxUnauthorized) IsSuccess() bool
- func (o *GetSandboxUnauthorized) String() string
- type ListSandboxesBadGateway
- func (o *ListSandboxesBadGateway) Code() int
- func (o *ListSandboxesBadGateway) Error() string
- func (o *ListSandboxesBadGateway) GetPayload() *models.ErrorResponse
- func (o *ListSandboxesBadGateway) IsClientError() bool
- func (o *ListSandboxesBadGateway) IsCode(code int) bool
- func (o *ListSandboxesBadGateway) IsRedirect() bool
- func (o *ListSandboxesBadGateway) IsServerError() bool
- func (o *ListSandboxesBadGateway) IsSuccess() bool
- func (o *ListSandboxesBadGateway) String() string
- type ListSandboxesBadRequest
- func (o *ListSandboxesBadRequest) Code() int
- func (o *ListSandboxesBadRequest) Error() string
- func (o *ListSandboxesBadRequest) GetPayload() *models.ErrorResponse
- func (o *ListSandboxesBadRequest) IsClientError() bool
- func (o *ListSandboxesBadRequest) IsCode(code int) bool
- func (o *ListSandboxesBadRequest) IsRedirect() bool
- func (o *ListSandboxesBadRequest) IsServerError() bool
- func (o *ListSandboxesBadRequest) IsSuccess() bool
- func (o *ListSandboxesBadRequest) String() string
- type ListSandboxesOK
- func (o *ListSandboxesOK) Code() int
- func (o *ListSandboxesOK) Error() string
- func (o *ListSandboxesOK) GetPayload() []*models.Sandbox
- func (o *ListSandboxesOK) IsClientError() bool
- func (o *ListSandboxesOK) IsCode(code int) bool
- func (o *ListSandboxesOK) IsRedirect() bool
- func (o *ListSandboxesOK) IsServerError() bool
- func (o *ListSandboxesOK) IsSuccess() bool
- func (o *ListSandboxesOK) String() string
- type ListSandboxesParams
- func (o *ListSandboxesParams) SetContext(ctx context.Context)
- func (o *ListSandboxesParams) SetDefaults()
- func (o *ListSandboxesParams) SetHTTPClient(client *http.Client)
- func (o *ListSandboxesParams) SetOrgName(orgName string)
- func (o *ListSandboxesParams) SetTimeout(timeout time.Duration)
- func (o *ListSandboxesParams) WithContext(ctx context.Context) *ListSandboxesParams
- func (o *ListSandboxesParams) WithDefaults() *ListSandboxesParams
- func (o *ListSandboxesParams) WithHTTPClient(client *http.Client) *ListSandboxesParams
- func (o *ListSandboxesParams) WithOrgName(orgName string) *ListSandboxesParams
- func (o *ListSandboxesParams) WithTimeout(timeout time.Duration) *ListSandboxesParams
- func (o *ListSandboxesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListSandboxesReader
- type ListSandboxesUnauthorized
- func (o *ListSandboxesUnauthorized) Code() int
- func (o *ListSandboxesUnauthorized) Error() string
- func (o *ListSandboxesUnauthorized) GetPayload() *models.ErrorResponse
- func (o *ListSandboxesUnauthorized) IsClientError() bool
- func (o *ListSandboxesUnauthorized) IsCode(code int) bool
- func (o *ListSandboxesUnauthorized) IsRedirect() bool
- func (o *ListSandboxesUnauthorized) IsServerError() bool
- func (o *ListSandboxesUnauthorized) IsSuccess() bool
- func (o *ListSandboxesUnauthorized) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplySandboxBadGateway ¶ added in v0.2.0
type ApplySandboxBadGateway struct {
Payload *models.ErrorResponse
}
ApplySandboxBadGateway describes a response with status code 502, with default header values.
Bad Gateway
func NewApplySandboxBadGateway ¶ added in v0.2.0
func NewApplySandboxBadGateway() *ApplySandboxBadGateway
NewApplySandboxBadGateway creates a ApplySandboxBadGateway with default headers values
func (*ApplySandboxBadGateway) Code ¶ added in v0.3.7
func (o *ApplySandboxBadGateway) Code() int
Code gets the status code for the apply sandbox bad gateway response
func (*ApplySandboxBadGateway) Error ¶ added in v0.2.0
func (o *ApplySandboxBadGateway) Error() string
func (*ApplySandboxBadGateway) GetPayload ¶ added in v0.2.0
func (o *ApplySandboxBadGateway) GetPayload() *models.ErrorResponse
func (*ApplySandboxBadGateway) IsClientError ¶ added in v0.3.3
func (o *ApplySandboxBadGateway) IsClientError() bool
IsClientError returns true when this apply sandbox bad gateway response has a 4xx status code
func (*ApplySandboxBadGateway) IsCode ¶ added in v0.3.3
func (o *ApplySandboxBadGateway) IsCode(code int) bool
IsCode returns true when this apply sandbox bad gateway response a status code equal to that given
func (*ApplySandboxBadGateway) IsRedirect ¶ added in v0.3.3
func (o *ApplySandboxBadGateway) IsRedirect() bool
IsRedirect returns true when this apply sandbox bad gateway response has a 3xx status code
func (*ApplySandboxBadGateway) IsServerError ¶ added in v0.3.3
func (o *ApplySandboxBadGateway) IsServerError() bool
IsServerError returns true when this apply sandbox bad gateway response has a 5xx status code
func (*ApplySandboxBadGateway) IsSuccess ¶ added in v0.3.3
func (o *ApplySandboxBadGateway) IsSuccess() bool
IsSuccess returns true when this apply sandbox bad gateway response has a 2xx status code
func (*ApplySandboxBadGateway) String ¶ added in v0.3.3
func (o *ApplySandboxBadGateway) String() string
type ApplySandboxBadRequest ¶ added in v0.2.0
type ApplySandboxBadRequest struct {
Payload *models.ErrorResponse
}
ApplySandboxBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewApplySandboxBadRequest ¶ added in v0.2.0
func NewApplySandboxBadRequest() *ApplySandboxBadRequest
NewApplySandboxBadRequest creates a ApplySandboxBadRequest with default headers values
func (*ApplySandboxBadRequest) Code ¶ added in v0.3.7
func (o *ApplySandboxBadRequest) Code() int
Code gets the status code for the apply sandbox bad request response
func (*ApplySandboxBadRequest) Error ¶ added in v0.2.0
func (o *ApplySandboxBadRequest) Error() string
func (*ApplySandboxBadRequest) GetPayload ¶ added in v0.2.0
func (o *ApplySandboxBadRequest) GetPayload() *models.ErrorResponse
func (*ApplySandboxBadRequest) IsClientError ¶ added in v0.3.3
func (o *ApplySandboxBadRequest) IsClientError() bool
IsClientError returns true when this apply sandbox bad request response has a 4xx status code
func (*ApplySandboxBadRequest) IsCode ¶ added in v0.3.3
func (o *ApplySandboxBadRequest) IsCode(code int) bool
IsCode returns true when this apply sandbox bad request response a status code equal to that given
func (*ApplySandboxBadRequest) IsRedirect ¶ added in v0.3.3
func (o *ApplySandboxBadRequest) IsRedirect() bool
IsRedirect returns true when this apply sandbox bad request response has a 3xx status code
func (*ApplySandboxBadRequest) IsServerError ¶ added in v0.3.3
func (o *ApplySandboxBadRequest) IsServerError() bool
IsServerError returns true when this apply sandbox bad request response has a 5xx status code
func (*ApplySandboxBadRequest) IsSuccess ¶ added in v0.3.3
func (o *ApplySandboxBadRequest) IsSuccess() bool
IsSuccess returns true when this apply sandbox bad request response has a 2xx status code
func (*ApplySandboxBadRequest) String ¶ added in v0.3.3
func (o *ApplySandboxBadRequest) String() string
type ApplySandboxOK ¶ added in v0.2.0
ApplySandboxOK describes a response with status code 200, with default header values.
OK
func NewApplySandboxOK ¶ added in v0.2.0
func NewApplySandboxOK() *ApplySandboxOK
NewApplySandboxOK creates a ApplySandboxOK with default headers values
func (*ApplySandboxOK) Code ¶ added in v0.3.7
func (o *ApplySandboxOK) Code() int
Code gets the status code for the apply sandbox o k response
func (*ApplySandboxOK) Error ¶ added in v0.2.0
func (o *ApplySandboxOK) Error() string
func (*ApplySandboxOK) GetPayload ¶ added in v0.2.0
func (o *ApplySandboxOK) GetPayload() *models.Sandbox
func (*ApplySandboxOK) IsClientError ¶ added in v0.3.3
func (o *ApplySandboxOK) IsClientError() bool
IsClientError returns true when this apply sandbox o k response has a 4xx status code
func (*ApplySandboxOK) IsCode ¶ added in v0.3.3
func (o *ApplySandboxOK) IsCode(code int) bool
IsCode returns true when this apply sandbox o k response a status code equal to that given
func (*ApplySandboxOK) IsRedirect ¶ added in v0.3.3
func (o *ApplySandboxOK) IsRedirect() bool
IsRedirect returns true when this apply sandbox o k response has a 3xx status code
func (*ApplySandboxOK) IsServerError ¶ added in v0.3.3
func (o *ApplySandboxOK) IsServerError() bool
IsServerError returns true when this apply sandbox o k response has a 5xx status code
func (*ApplySandboxOK) IsSuccess ¶ added in v0.3.3
func (o *ApplySandboxOK) IsSuccess() bool
IsSuccess returns true when this apply sandbox o k response has a 2xx status code
func (*ApplySandboxOK) String ¶ added in v0.3.3
func (o *ApplySandboxOK) String() string
type ApplySandboxParams ¶ added in v0.2.0
type ApplySandboxParams struct {
/* Data.
Request to create sandbox
*/
Data *models.Sandbox
/* OrgName.
Signadot Org Name
*/
OrgName string
/* SandboxName.
Sandbox Name
*/
SandboxName string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ApplySandboxParams contains all the parameters to send to the API endpoint
for the apply sandbox operation. Typically these are written to a http.Request.
func NewApplySandboxParams ¶ added in v0.2.0
func NewApplySandboxParams() *ApplySandboxParams
NewApplySandboxParams creates a new ApplySandboxParams 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 NewApplySandboxParamsWithContext ¶ added in v0.2.0
func NewApplySandboxParamsWithContext(ctx context.Context) *ApplySandboxParams
NewApplySandboxParamsWithContext creates a new ApplySandboxParams object with the ability to set a context for a request.
func NewApplySandboxParamsWithHTTPClient ¶ added in v0.2.0
func NewApplySandboxParamsWithHTTPClient(client *http.Client) *ApplySandboxParams
NewApplySandboxParamsWithHTTPClient creates a new ApplySandboxParams object with the ability to set a custom HTTPClient for a request.
func NewApplySandboxParamsWithTimeout ¶ added in v0.2.0
func NewApplySandboxParamsWithTimeout(timeout time.Duration) *ApplySandboxParams
NewApplySandboxParamsWithTimeout creates a new ApplySandboxParams object with the ability to set a timeout on a request.
func (*ApplySandboxParams) SetContext ¶ added in v0.2.0
func (o *ApplySandboxParams) SetContext(ctx context.Context)
SetContext adds the context to the apply sandbox params
func (*ApplySandboxParams) SetData ¶ added in v0.2.0
func (o *ApplySandboxParams) SetData(data *models.Sandbox)
SetData adds the data to the apply sandbox params
func (*ApplySandboxParams) SetDefaults ¶ added in v0.2.0
func (o *ApplySandboxParams) SetDefaults()
SetDefaults hydrates default values in the apply sandbox params (not the query body).
All values with no default are reset to their zero value.
func (*ApplySandboxParams) SetHTTPClient ¶ added in v0.2.0
func (o *ApplySandboxParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the apply sandbox params
func (*ApplySandboxParams) SetOrgName ¶ added in v0.2.0
func (o *ApplySandboxParams) SetOrgName(orgName string)
SetOrgName adds the orgName to the apply sandbox params
func (*ApplySandboxParams) SetSandboxName ¶ added in v0.2.0
func (o *ApplySandboxParams) SetSandboxName(sandboxName string)
SetSandboxName adds the sandboxName to the apply sandbox params
func (*ApplySandboxParams) SetTimeout ¶ added in v0.2.0
func (o *ApplySandboxParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the apply sandbox params
func (*ApplySandboxParams) WithContext ¶ added in v0.2.0
func (o *ApplySandboxParams) WithContext(ctx context.Context) *ApplySandboxParams
WithContext adds the context to the apply sandbox params
func (*ApplySandboxParams) WithData ¶ added in v0.2.0
func (o *ApplySandboxParams) WithData(data *models.Sandbox) *ApplySandboxParams
WithData adds the data to the apply sandbox params
func (*ApplySandboxParams) WithDefaults ¶ added in v0.2.0
func (o *ApplySandboxParams) WithDefaults() *ApplySandboxParams
WithDefaults hydrates default values in the apply sandbox params (not the query body).
All values with no default are reset to their zero value.
func (*ApplySandboxParams) WithHTTPClient ¶ added in v0.2.0
func (o *ApplySandboxParams) WithHTTPClient(client *http.Client) *ApplySandboxParams
WithHTTPClient adds the HTTPClient to the apply sandbox params
func (*ApplySandboxParams) WithOrgName ¶ added in v0.2.0
func (o *ApplySandboxParams) WithOrgName(orgName string) *ApplySandboxParams
WithOrgName adds the orgName to the apply sandbox params
func (*ApplySandboxParams) WithSandboxName ¶ added in v0.2.0
func (o *ApplySandboxParams) WithSandboxName(sandboxName string) *ApplySandboxParams
WithSandboxName adds the sandboxName to the apply sandbox params
func (*ApplySandboxParams) WithTimeout ¶ added in v0.2.0
func (o *ApplySandboxParams) WithTimeout(timeout time.Duration) *ApplySandboxParams
WithTimeout adds the timeout to the apply sandbox params
func (*ApplySandboxParams) WriteToRequest ¶ added in v0.2.0
func (o *ApplySandboxParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ApplySandboxReader ¶ added in v0.2.0
type ApplySandboxReader struct {
// contains filtered or unexported fields
}
ApplySandboxReader is a Reader for the ApplySandbox structure.
func (*ApplySandboxReader) ReadResponse ¶ added in v0.2.0
func (o *ApplySandboxReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type ApplySandboxUnauthorized ¶ added in v0.2.0
type ApplySandboxUnauthorized struct {
}
ApplySandboxUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewApplySandboxUnauthorized ¶ added in v0.2.0
func NewApplySandboxUnauthorized() *ApplySandboxUnauthorized
NewApplySandboxUnauthorized creates a ApplySandboxUnauthorized with default headers values
func (*ApplySandboxUnauthorized) Code ¶ added in v0.3.7
func (o *ApplySandboxUnauthorized) Code() int
Code gets the status code for the apply sandbox unauthorized response
func (*ApplySandboxUnauthorized) Error ¶ added in v0.2.0
func (o *ApplySandboxUnauthorized) Error() string
func (*ApplySandboxUnauthorized) GetPayload ¶ added in v0.2.0
func (o *ApplySandboxUnauthorized) GetPayload() *models.ErrorResponse
func (*ApplySandboxUnauthorized) IsClientError ¶ added in v0.3.3
func (o *ApplySandboxUnauthorized) IsClientError() bool
IsClientError returns true when this apply sandbox unauthorized response has a 4xx status code
func (*ApplySandboxUnauthorized) IsCode ¶ added in v0.3.3
func (o *ApplySandboxUnauthorized) IsCode(code int) bool
IsCode returns true when this apply sandbox unauthorized response a status code equal to that given
func (*ApplySandboxUnauthorized) IsRedirect ¶ added in v0.3.3
func (o *ApplySandboxUnauthorized) IsRedirect() bool
IsRedirect returns true when this apply sandbox unauthorized response has a 3xx status code
func (*ApplySandboxUnauthorized) IsServerError ¶ added in v0.3.3
func (o *ApplySandboxUnauthorized) IsServerError() bool
IsServerError returns true when this apply sandbox unauthorized response has a 5xx status code
func (*ApplySandboxUnauthorized) IsSuccess ¶ added in v0.3.3
func (o *ApplySandboxUnauthorized) IsSuccess() bool
IsSuccess returns true when this apply sandbox unauthorized response has a 2xx status code
func (*ApplySandboxUnauthorized) String ¶ added in v0.3.3
func (o *ApplySandboxUnauthorized) String() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for sandboxes API
func (*Client) ApplySandbox ¶ added in v0.2.0
func (a *Client) ApplySandbox(params *ApplySandboxParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ApplySandboxOK, error)
ApplySandbox creates or update a sandbox
Creates or updates a sandbox with the provided parameters.
func (*Client) DeleteSandbox ¶ added in v0.2.0
func (a *Client) DeleteSandbox(params *DeleteSandboxParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSandboxOK, error)
DeleteSandbox deletes a sandbox
Delete a given sandbox.
func (*Client) ExplainSandboxStatus ¶ added in v0.3.8
func (a *Client) ExplainSandboxStatus(params *ExplainSandboxStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ExplainSandboxStatusOK, error)
ExplainSandboxStatus explains sandbox status
Returns a sandbox status explanation. In the default mode (mode=explain), generates a natural-language explanation using an LLM fed with cluster context. When mode=context, returns the assembled LLM messages (system prompt + user context) without calling the LLM. Both modes require the sandbox explain AI feature to be enabled, otherwise they return 403 (the assembled context contains sandbox metadata and is itself sensitive).
func (*Client) GetSandbox ¶ added in v0.2.0
func (a *Client) GetSandbox(params *GetSandboxParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSandboxOK, error)
GetSandbox gets a sandbox
Fetch the details about a given sandbox.
func (*Client) GetSandboxLogs ¶ added in v0.3.8
func (a *Client) GetSandboxLogs(params *GetSandboxLogsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSandboxLogsOK, error)
GetSandboxLogs gets sandbox workload logs
Fetch logs for a forked workload in a sandbox. The server resolves the sandbox and workload to the underlying Kubernetes object, so only sandbox-model names are required (no cluster/kind/namespace).
func (*Client) ListSandboxes ¶ added in v0.2.0
func (a *Client) ListSandboxes(params *ListSandboxesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSandboxesOK, error)
ListSandboxes lists sandboxes
List all sandboxes under the specified Signadot org.
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 {
ApplySandbox(params *ApplySandboxParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ApplySandboxOK, error)
DeleteSandbox(params *DeleteSandboxParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSandboxOK, error)
ExplainSandboxStatus(params *ExplainSandboxStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ExplainSandboxStatusOK, error)
GetSandbox(params *GetSandboxParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSandboxOK, error)
GetSandboxLogs(params *GetSandboxLogsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSandboxLogsOK, error)
ListSandboxes(params *ListSandboxesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSandboxesOK, 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 sandboxes API client.
func NewClientWithBasicAuth ¶ added in v0.3.8
func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService
New creates a new sandboxes 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 ¶ added in v0.3.8
func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService
New creates a new sandboxes 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 DeleteSandboxBadGateway ¶ added in v0.2.0
type DeleteSandboxBadGateway struct {
Payload *models.ErrorResponse
}
DeleteSandboxBadGateway describes a response with status code 502, with default header values.
Bad Gateway
func NewDeleteSandboxBadGateway ¶ added in v0.2.0
func NewDeleteSandboxBadGateway() *DeleteSandboxBadGateway
NewDeleteSandboxBadGateway creates a DeleteSandboxBadGateway with default headers values
func (*DeleteSandboxBadGateway) Code ¶ added in v0.3.7
func (o *DeleteSandboxBadGateway) Code() int
Code gets the status code for the delete sandbox bad gateway response
func (*DeleteSandboxBadGateway) Error ¶ added in v0.2.0
func (o *DeleteSandboxBadGateway) Error() string
func (*DeleteSandboxBadGateway) GetPayload ¶ added in v0.2.0
func (o *DeleteSandboxBadGateway) GetPayload() *models.ErrorResponse
func (*DeleteSandboxBadGateway) IsClientError ¶ added in v0.3.3
func (o *DeleteSandboxBadGateway) IsClientError() bool
IsClientError returns true when this delete sandbox bad gateway response has a 4xx status code
func (*DeleteSandboxBadGateway) IsCode ¶ added in v0.3.3
func (o *DeleteSandboxBadGateway) IsCode(code int) bool
IsCode returns true when this delete sandbox bad gateway response a status code equal to that given
func (*DeleteSandboxBadGateway) IsRedirect ¶ added in v0.3.3
func (o *DeleteSandboxBadGateway) IsRedirect() bool
IsRedirect returns true when this delete sandbox bad gateway response has a 3xx status code
func (*DeleteSandboxBadGateway) IsServerError ¶ added in v0.3.3
func (o *DeleteSandboxBadGateway) IsServerError() bool
IsServerError returns true when this delete sandbox bad gateway response has a 5xx status code
func (*DeleteSandboxBadGateway) IsSuccess ¶ added in v0.3.3
func (o *DeleteSandboxBadGateway) IsSuccess() bool
IsSuccess returns true when this delete sandbox bad gateway response has a 2xx status code
func (*DeleteSandboxBadGateway) String ¶ added in v0.3.3
func (o *DeleteSandboxBadGateway) String() string
type DeleteSandboxBadRequest ¶ added in v0.2.0
type DeleteSandboxBadRequest struct {
Payload *models.ErrorResponse
}
DeleteSandboxBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewDeleteSandboxBadRequest ¶ added in v0.2.0
func NewDeleteSandboxBadRequest() *DeleteSandboxBadRequest
NewDeleteSandboxBadRequest creates a DeleteSandboxBadRequest with default headers values
func (*DeleteSandboxBadRequest) Code ¶ added in v0.3.7
func (o *DeleteSandboxBadRequest) Code() int
Code gets the status code for the delete sandbox bad request response
func (*DeleteSandboxBadRequest) Error ¶ added in v0.2.0
func (o *DeleteSandboxBadRequest) Error() string
func (*DeleteSandboxBadRequest) GetPayload ¶ added in v0.2.0
func (o *DeleteSandboxBadRequest) GetPayload() *models.ErrorResponse
func (*DeleteSandboxBadRequest) IsClientError ¶ added in v0.3.3
func (o *DeleteSandboxBadRequest) IsClientError() bool
IsClientError returns true when this delete sandbox bad request response has a 4xx status code
func (*DeleteSandboxBadRequest) IsCode ¶ added in v0.3.3
func (o *DeleteSandboxBadRequest) IsCode(code int) bool
IsCode returns true when this delete sandbox bad request response a status code equal to that given
func (*DeleteSandboxBadRequest) IsRedirect ¶ added in v0.3.3
func (o *DeleteSandboxBadRequest) IsRedirect() bool
IsRedirect returns true when this delete sandbox bad request response has a 3xx status code
func (*DeleteSandboxBadRequest) IsServerError ¶ added in v0.3.3
func (o *DeleteSandboxBadRequest) IsServerError() bool
IsServerError returns true when this delete sandbox bad request response has a 5xx status code
func (*DeleteSandboxBadRequest) IsSuccess ¶ added in v0.3.3
func (o *DeleteSandboxBadRequest) IsSuccess() bool
IsSuccess returns true when this delete sandbox bad request response has a 2xx status code
func (*DeleteSandboxBadRequest) String ¶ added in v0.3.3
func (o *DeleteSandboxBadRequest) String() string
type DeleteSandboxOK ¶ added in v0.2.0
type DeleteSandboxOK struct {
Payload models.EmptyResponse
}
DeleteSandboxOK describes a response with status code 200, with default header values.
OK
func NewDeleteSandboxOK ¶ added in v0.2.0
func NewDeleteSandboxOK() *DeleteSandboxOK
NewDeleteSandboxOK creates a DeleteSandboxOK with default headers values
func (*DeleteSandboxOK) Code ¶ added in v0.3.7
func (o *DeleteSandboxOK) Code() int
Code gets the status code for the delete sandbox o k response
func (*DeleteSandboxOK) Error ¶ added in v0.2.0
func (o *DeleteSandboxOK) Error() string
func (*DeleteSandboxOK) GetPayload ¶ added in v0.2.0
func (o *DeleteSandboxOK) GetPayload() models.EmptyResponse
func (*DeleteSandboxOK) IsClientError ¶ added in v0.3.3
func (o *DeleteSandboxOK) IsClientError() bool
IsClientError returns true when this delete sandbox o k response has a 4xx status code
func (*DeleteSandboxOK) IsCode ¶ added in v0.3.3
func (o *DeleteSandboxOK) IsCode(code int) bool
IsCode returns true when this delete sandbox o k response a status code equal to that given
func (*DeleteSandboxOK) IsRedirect ¶ added in v0.3.3
func (o *DeleteSandboxOK) IsRedirect() bool
IsRedirect returns true when this delete sandbox o k response has a 3xx status code
func (*DeleteSandboxOK) IsServerError ¶ added in v0.3.3
func (o *DeleteSandboxOK) IsServerError() bool
IsServerError returns true when this delete sandbox o k response has a 5xx status code
func (*DeleteSandboxOK) IsSuccess ¶ added in v0.3.3
func (o *DeleteSandboxOK) IsSuccess() bool
IsSuccess returns true when this delete sandbox o k response has a 2xx status code
func (*DeleteSandboxOK) String ¶ added in v0.3.3
func (o *DeleteSandboxOK) String() string
type DeleteSandboxParams ¶ added in v0.2.0
type DeleteSandboxParams struct {
/* Force.
force
*/
Force *bool
/* OrgName.
Signadot Org Name
*/
OrgName string
/* SandboxName.
Sandbox Name
*/
SandboxName string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DeleteSandboxParams contains all the parameters to send to the API endpoint
for the delete sandbox operation. Typically these are written to a http.Request.
func NewDeleteSandboxParams ¶ added in v0.2.0
func NewDeleteSandboxParams() *DeleteSandboxParams
NewDeleteSandboxParams creates a new DeleteSandboxParams 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 NewDeleteSandboxParamsWithContext ¶ added in v0.2.0
func NewDeleteSandboxParamsWithContext(ctx context.Context) *DeleteSandboxParams
NewDeleteSandboxParamsWithContext creates a new DeleteSandboxParams object with the ability to set a context for a request.
func NewDeleteSandboxParamsWithHTTPClient ¶ added in v0.2.0
func NewDeleteSandboxParamsWithHTTPClient(client *http.Client) *DeleteSandboxParams
NewDeleteSandboxParamsWithHTTPClient creates a new DeleteSandboxParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteSandboxParamsWithTimeout ¶ added in v0.2.0
func NewDeleteSandboxParamsWithTimeout(timeout time.Duration) *DeleteSandboxParams
NewDeleteSandboxParamsWithTimeout creates a new DeleteSandboxParams object with the ability to set a timeout on a request.
func (*DeleteSandboxParams) SetContext ¶ added in v0.2.0
func (o *DeleteSandboxParams) SetContext(ctx context.Context)
SetContext adds the context to the delete sandbox params
func (*DeleteSandboxParams) SetDefaults ¶ added in v0.2.0
func (o *DeleteSandboxParams) SetDefaults()
SetDefaults hydrates default values in the delete sandbox params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSandboxParams) SetForce ¶ added in v0.2.0
func (o *DeleteSandboxParams) SetForce(force *bool)
SetForce adds the force to the delete sandbox params
func (*DeleteSandboxParams) SetHTTPClient ¶ added in v0.2.0
func (o *DeleteSandboxParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete sandbox params
func (*DeleteSandboxParams) SetOrgName ¶ added in v0.2.0
func (o *DeleteSandboxParams) SetOrgName(orgName string)
SetOrgName adds the orgName to the delete sandbox params
func (*DeleteSandboxParams) SetSandboxName ¶ added in v0.2.0
func (o *DeleteSandboxParams) SetSandboxName(sandboxName string)
SetSandboxName adds the sandboxName to the delete sandbox params
func (*DeleteSandboxParams) SetTimeout ¶ added in v0.2.0
func (o *DeleteSandboxParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete sandbox params
func (*DeleteSandboxParams) WithContext ¶ added in v0.2.0
func (o *DeleteSandboxParams) WithContext(ctx context.Context) *DeleteSandboxParams
WithContext adds the context to the delete sandbox params
func (*DeleteSandboxParams) WithDefaults ¶ added in v0.2.0
func (o *DeleteSandboxParams) WithDefaults() *DeleteSandboxParams
WithDefaults hydrates default values in the delete sandbox params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSandboxParams) WithForce ¶ added in v0.2.0
func (o *DeleteSandboxParams) WithForce(force *bool) *DeleteSandboxParams
WithForce adds the force to the delete sandbox params
func (*DeleteSandboxParams) WithHTTPClient ¶ added in v0.2.0
func (o *DeleteSandboxParams) WithHTTPClient(client *http.Client) *DeleteSandboxParams
WithHTTPClient adds the HTTPClient to the delete sandbox params
func (*DeleteSandboxParams) WithOrgName ¶ added in v0.2.0
func (o *DeleteSandboxParams) WithOrgName(orgName string) *DeleteSandboxParams
WithOrgName adds the orgName to the delete sandbox params
func (*DeleteSandboxParams) WithSandboxName ¶ added in v0.2.0
func (o *DeleteSandboxParams) WithSandboxName(sandboxName string) *DeleteSandboxParams
WithSandboxName adds the sandboxName to the delete sandbox params
func (*DeleteSandboxParams) WithTimeout ¶ added in v0.2.0
func (o *DeleteSandboxParams) WithTimeout(timeout time.Duration) *DeleteSandboxParams
WithTimeout adds the timeout to the delete sandbox params
func (*DeleteSandboxParams) WriteToRequest ¶ added in v0.2.0
func (o *DeleteSandboxParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteSandboxReader ¶ added in v0.2.0
type DeleteSandboxReader struct {
// contains filtered or unexported fields
}
DeleteSandboxReader is a Reader for the DeleteSandbox structure.
func (*DeleteSandboxReader) ReadResponse ¶ added in v0.2.0
func (o *DeleteSandboxReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type DeleteSandboxUnauthorized ¶ added in v0.2.0
type DeleteSandboxUnauthorized struct {
}
DeleteSandboxUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewDeleteSandboxUnauthorized ¶ added in v0.2.0
func NewDeleteSandboxUnauthorized() *DeleteSandboxUnauthorized
NewDeleteSandboxUnauthorized creates a DeleteSandboxUnauthorized with default headers values
func (*DeleteSandboxUnauthorized) Code ¶ added in v0.3.7
func (o *DeleteSandboxUnauthorized) Code() int
Code gets the status code for the delete sandbox unauthorized response
func (*DeleteSandboxUnauthorized) Error ¶ added in v0.2.0
func (o *DeleteSandboxUnauthorized) Error() string
func (*DeleteSandboxUnauthorized) GetPayload ¶ added in v0.2.0
func (o *DeleteSandboxUnauthorized) GetPayload() *models.ErrorResponse
func (*DeleteSandboxUnauthorized) IsClientError ¶ added in v0.3.3
func (o *DeleteSandboxUnauthorized) IsClientError() bool
IsClientError returns true when this delete sandbox unauthorized response has a 4xx status code
func (*DeleteSandboxUnauthorized) IsCode ¶ added in v0.3.3
func (o *DeleteSandboxUnauthorized) IsCode(code int) bool
IsCode returns true when this delete sandbox unauthorized response a status code equal to that given
func (*DeleteSandboxUnauthorized) IsRedirect ¶ added in v0.3.3
func (o *DeleteSandboxUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete sandbox unauthorized response has a 3xx status code
func (*DeleteSandboxUnauthorized) IsServerError ¶ added in v0.3.3
func (o *DeleteSandboxUnauthorized) IsServerError() bool
IsServerError returns true when this delete sandbox unauthorized response has a 5xx status code
func (*DeleteSandboxUnauthorized) IsSuccess ¶ added in v0.3.3
func (o *DeleteSandboxUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete sandbox unauthorized response has a 2xx status code
func (*DeleteSandboxUnauthorized) String ¶ added in v0.3.3
func (o *DeleteSandboxUnauthorized) String() string
type ExplainSandboxStatusBadGateway ¶ added in v0.3.8
type ExplainSandboxStatusBadGateway struct {
Payload *models.ErrorResponse
}
ExplainSandboxStatusBadGateway describes a response with status code 502, with default header values.
Bad Gateway
func NewExplainSandboxStatusBadGateway ¶ added in v0.3.8
func NewExplainSandboxStatusBadGateway() *ExplainSandboxStatusBadGateway
NewExplainSandboxStatusBadGateway creates a ExplainSandboxStatusBadGateway with default headers values
func (*ExplainSandboxStatusBadGateway) Code ¶ added in v0.3.8
func (o *ExplainSandboxStatusBadGateway) Code() int
Code gets the status code for the explain sandbox status bad gateway response
func (*ExplainSandboxStatusBadGateway) Error ¶ added in v0.3.8
func (o *ExplainSandboxStatusBadGateway) Error() string
func (*ExplainSandboxStatusBadGateway) GetPayload ¶ added in v0.3.8
func (o *ExplainSandboxStatusBadGateway) GetPayload() *models.ErrorResponse
func (*ExplainSandboxStatusBadGateway) IsClientError ¶ added in v0.3.8
func (o *ExplainSandboxStatusBadGateway) IsClientError() bool
IsClientError returns true when this explain sandbox status bad gateway response has a 4xx status code
func (*ExplainSandboxStatusBadGateway) IsCode ¶ added in v0.3.8
func (o *ExplainSandboxStatusBadGateway) IsCode(code int) bool
IsCode returns true when this explain sandbox status bad gateway response a status code equal to that given
func (*ExplainSandboxStatusBadGateway) IsRedirect ¶ added in v0.3.8
func (o *ExplainSandboxStatusBadGateway) IsRedirect() bool
IsRedirect returns true when this explain sandbox status bad gateway response has a 3xx status code
func (*ExplainSandboxStatusBadGateway) IsServerError ¶ added in v0.3.8
func (o *ExplainSandboxStatusBadGateway) IsServerError() bool
IsServerError returns true when this explain sandbox status bad gateway response has a 5xx status code
func (*ExplainSandboxStatusBadGateway) IsSuccess ¶ added in v0.3.8
func (o *ExplainSandboxStatusBadGateway) IsSuccess() bool
IsSuccess returns true when this explain sandbox status bad gateway response has a 2xx status code
func (*ExplainSandboxStatusBadGateway) String ¶ added in v0.3.8
func (o *ExplainSandboxStatusBadGateway) String() string
type ExplainSandboxStatusBadRequest ¶ added in v0.3.8
type ExplainSandboxStatusBadRequest struct {
Payload *models.ErrorResponse
}
ExplainSandboxStatusBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewExplainSandboxStatusBadRequest ¶ added in v0.3.8
func NewExplainSandboxStatusBadRequest() *ExplainSandboxStatusBadRequest
NewExplainSandboxStatusBadRequest creates a ExplainSandboxStatusBadRequest with default headers values
func (*ExplainSandboxStatusBadRequest) Code ¶ added in v0.3.8
func (o *ExplainSandboxStatusBadRequest) Code() int
Code gets the status code for the explain sandbox status bad request response
func (*ExplainSandboxStatusBadRequest) Error ¶ added in v0.3.8
func (o *ExplainSandboxStatusBadRequest) Error() string
func (*ExplainSandboxStatusBadRequest) GetPayload ¶ added in v0.3.8
func (o *ExplainSandboxStatusBadRequest) GetPayload() *models.ErrorResponse
func (*ExplainSandboxStatusBadRequest) IsClientError ¶ added in v0.3.8
func (o *ExplainSandboxStatusBadRequest) IsClientError() bool
IsClientError returns true when this explain sandbox status bad request response has a 4xx status code
func (*ExplainSandboxStatusBadRequest) IsCode ¶ added in v0.3.8
func (o *ExplainSandboxStatusBadRequest) IsCode(code int) bool
IsCode returns true when this explain sandbox status bad request response a status code equal to that given
func (*ExplainSandboxStatusBadRequest) IsRedirect ¶ added in v0.3.8
func (o *ExplainSandboxStatusBadRequest) IsRedirect() bool
IsRedirect returns true when this explain sandbox status bad request response has a 3xx status code
func (*ExplainSandboxStatusBadRequest) IsServerError ¶ added in v0.3.8
func (o *ExplainSandboxStatusBadRequest) IsServerError() bool
IsServerError returns true when this explain sandbox status bad request response has a 5xx status code
func (*ExplainSandboxStatusBadRequest) IsSuccess ¶ added in v0.3.8
func (o *ExplainSandboxStatusBadRequest) IsSuccess() bool
IsSuccess returns true when this explain sandbox status bad request response has a 2xx status code
func (*ExplainSandboxStatusBadRequest) String ¶ added in v0.3.8
func (o *ExplainSandboxStatusBadRequest) String() string
type ExplainSandboxStatusForbidden ¶ added in v0.3.8
type ExplainSandboxStatusForbidden struct {
Payload *models.ErrorResponse
}
ExplainSandboxStatusForbidden describes a response with status code 403, with default header values.
Forbidden
func NewExplainSandboxStatusForbidden ¶ added in v0.3.8
func NewExplainSandboxStatusForbidden() *ExplainSandboxStatusForbidden
NewExplainSandboxStatusForbidden creates a ExplainSandboxStatusForbidden with default headers values
func (*ExplainSandboxStatusForbidden) Code ¶ added in v0.3.8
func (o *ExplainSandboxStatusForbidden) Code() int
Code gets the status code for the explain sandbox status forbidden response
func (*ExplainSandboxStatusForbidden) Error ¶ added in v0.3.8
func (o *ExplainSandboxStatusForbidden) Error() string
func (*ExplainSandboxStatusForbidden) GetPayload ¶ added in v0.3.8
func (o *ExplainSandboxStatusForbidden) GetPayload() *models.ErrorResponse
func (*ExplainSandboxStatusForbidden) IsClientError ¶ added in v0.3.8
func (o *ExplainSandboxStatusForbidden) IsClientError() bool
IsClientError returns true when this explain sandbox status forbidden response has a 4xx status code
func (*ExplainSandboxStatusForbidden) IsCode ¶ added in v0.3.8
func (o *ExplainSandboxStatusForbidden) IsCode(code int) bool
IsCode returns true when this explain sandbox status forbidden response a status code equal to that given
func (*ExplainSandboxStatusForbidden) IsRedirect ¶ added in v0.3.8
func (o *ExplainSandboxStatusForbidden) IsRedirect() bool
IsRedirect returns true when this explain sandbox status forbidden response has a 3xx status code
func (*ExplainSandboxStatusForbidden) IsServerError ¶ added in v0.3.8
func (o *ExplainSandboxStatusForbidden) IsServerError() bool
IsServerError returns true when this explain sandbox status forbidden response has a 5xx status code
func (*ExplainSandboxStatusForbidden) IsSuccess ¶ added in v0.3.8
func (o *ExplainSandboxStatusForbidden) IsSuccess() bool
IsSuccess returns true when this explain sandbox status forbidden response has a 2xx status code
func (*ExplainSandboxStatusForbidden) String ¶ added in v0.3.8
func (o *ExplainSandboxStatusForbidden) String() string
type ExplainSandboxStatusNotFound ¶ added in v0.3.8
type ExplainSandboxStatusNotFound struct {
Payload *models.ErrorResponse
}
ExplainSandboxStatusNotFound describes a response with status code 404, with default header values.
Not Found
func NewExplainSandboxStatusNotFound ¶ added in v0.3.8
func NewExplainSandboxStatusNotFound() *ExplainSandboxStatusNotFound
NewExplainSandboxStatusNotFound creates a ExplainSandboxStatusNotFound with default headers values
func (*ExplainSandboxStatusNotFound) Code ¶ added in v0.3.8
func (o *ExplainSandboxStatusNotFound) Code() int
Code gets the status code for the explain sandbox status not found response
func (*ExplainSandboxStatusNotFound) Error ¶ added in v0.3.8
func (o *ExplainSandboxStatusNotFound) Error() string
func (*ExplainSandboxStatusNotFound) GetPayload ¶ added in v0.3.8
func (o *ExplainSandboxStatusNotFound) GetPayload() *models.ErrorResponse
func (*ExplainSandboxStatusNotFound) IsClientError ¶ added in v0.3.8
func (o *ExplainSandboxStatusNotFound) IsClientError() bool
IsClientError returns true when this explain sandbox status not found response has a 4xx status code
func (*ExplainSandboxStatusNotFound) IsCode ¶ added in v0.3.8
func (o *ExplainSandboxStatusNotFound) IsCode(code int) bool
IsCode returns true when this explain sandbox status not found response a status code equal to that given
func (*ExplainSandboxStatusNotFound) IsRedirect ¶ added in v0.3.8
func (o *ExplainSandboxStatusNotFound) IsRedirect() bool
IsRedirect returns true when this explain sandbox status not found response has a 3xx status code
func (*ExplainSandboxStatusNotFound) IsServerError ¶ added in v0.3.8
func (o *ExplainSandboxStatusNotFound) IsServerError() bool
IsServerError returns true when this explain sandbox status not found response has a 5xx status code
func (*ExplainSandboxStatusNotFound) IsSuccess ¶ added in v0.3.8
func (o *ExplainSandboxStatusNotFound) IsSuccess() bool
IsSuccess returns true when this explain sandbox status not found response has a 2xx status code
func (*ExplainSandboxStatusNotFound) String ¶ added in v0.3.8
func (o *ExplainSandboxStatusNotFound) String() string
type ExplainSandboxStatusNotImplemented ¶ added in v0.3.8
type ExplainSandboxStatusNotImplemented struct {
Payload *models.ErrorResponse
}
ExplainSandboxStatusNotImplemented describes a response with status code 501, with default header values.
Not Implemented
func NewExplainSandboxStatusNotImplemented ¶ added in v0.3.8
func NewExplainSandboxStatusNotImplemented() *ExplainSandboxStatusNotImplemented
NewExplainSandboxStatusNotImplemented creates a ExplainSandboxStatusNotImplemented with default headers values
func (*ExplainSandboxStatusNotImplemented) Code ¶ added in v0.3.8
func (o *ExplainSandboxStatusNotImplemented) Code() int
Code gets the status code for the explain sandbox status not implemented response
func (*ExplainSandboxStatusNotImplemented) Error ¶ added in v0.3.8
func (o *ExplainSandboxStatusNotImplemented) Error() string
func (*ExplainSandboxStatusNotImplemented) GetPayload ¶ added in v0.3.8
func (o *ExplainSandboxStatusNotImplemented) GetPayload() *models.ErrorResponse
func (*ExplainSandboxStatusNotImplemented) IsClientError ¶ added in v0.3.8
func (o *ExplainSandboxStatusNotImplemented) IsClientError() bool
IsClientError returns true when this explain sandbox status not implemented response has a 4xx status code
func (*ExplainSandboxStatusNotImplemented) IsCode ¶ added in v0.3.8
func (o *ExplainSandboxStatusNotImplemented) IsCode(code int) bool
IsCode returns true when this explain sandbox status not implemented response a status code equal to that given
func (*ExplainSandboxStatusNotImplemented) IsRedirect ¶ added in v0.3.8
func (o *ExplainSandboxStatusNotImplemented) IsRedirect() bool
IsRedirect returns true when this explain sandbox status not implemented response has a 3xx status code
func (*ExplainSandboxStatusNotImplemented) IsServerError ¶ added in v0.3.8
func (o *ExplainSandboxStatusNotImplemented) IsServerError() bool
IsServerError returns true when this explain sandbox status not implemented response has a 5xx status code
func (*ExplainSandboxStatusNotImplemented) IsSuccess ¶ added in v0.3.8
func (o *ExplainSandboxStatusNotImplemented) IsSuccess() bool
IsSuccess returns true when this explain sandbox status not implemented response has a 2xx status code
func (*ExplainSandboxStatusNotImplemented) String ¶ added in v0.3.8
func (o *ExplainSandboxStatusNotImplemented) String() string
type ExplainSandboxStatusOK ¶ added in v0.3.8
type ExplainSandboxStatusOK struct {
Payload *models.SandboxesSandboxStatusExplainResponse
}
ExplainSandboxStatusOK describes a response with status code 200, with default header values.
OK
func NewExplainSandboxStatusOK ¶ added in v0.3.8
func NewExplainSandboxStatusOK() *ExplainSandboxStatusOK
NewExplainSandboxStatusOK creates a ExplainSandboxStatusOK with default headers values
func (*ExplainSandboxStatusOK) Code ¶ added in v0.3.8
func (o *ExplainSandboxStatusOK) Code() int
Code gets the status code for the explain sandbox status o k response
func (*ExplainSandboxStatusOK) Error ¶ added in v0.3.8
func (o *ExplainSandboxStatusOK) Error() string
func (*ExplainSandboxStatusOK) GetPayload ¶ added in v0.3.8
func (o *ExplainSandboxStatusOK) GetPayload() *models.SandboxesSandboxStatusExplainResponse
func (*ExplainSandboxStatusOK) IsClientError ¶ added in v0.3.8
func (o *ExplainSandboxStatusOK) IsClientError() bool
IsClientError returns true when this explain sandbox status o k response has a 4xx status code
func (*ExplainSandboxStatusOK) IsCode ¶ added in v0.3.8
func (o *ExplainSandboxStatusOK) IsCode(code int) bool
IsCode returns true when this explain sandbox status o k response a status code equal to that given
func (*ExplainSandboxStatusOK) IsRedirect ¶ added in v0.3.8
func (o *ExplainSandboxStatusOK) IsRedirect() bool
IsRedirect returns true when this explain sandbox status o k response has a 3xx status code
func (*ExplainSandboxStatusOK) IsServerError ¶ added in v0.3.8
func (o *ExplainSandboxStatusOK) IsServerError() bool
IsServerError returns true when this explain sandbox status o k response has a 5xx status code
func (*ExplainSandboxStatusOK) IsSuccess ¶ added in v0.3.8
func (o *ExplainSandboxStatusOK) IsSuccess() bool
IsSuccess returns true when this explain sandbox status o k response has a 2xx status code
func (*ExplainSandboxStatusOK) String ¶ added in v0.3.8
func (o *ExplainSandboxStatusOK) String() string
type ExplainSandboxStatusParams ¶ added in v0.3.8
type ExplainSandboxStatusParams struct {
/* Mode.
Response mode: 'explain' (default) calls the LLM, 'context' returns raw LLM messages
*/
Mode *string
/* OrgName.
Signadot Org Name
*/
OrgName string
/* SandboxName.
Sandbox Name
*/
SandboxName string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ExplainSandboxStatusParams contains all the parameters to send to the API endpoint
for the explain sandbox status operation. Typically these are written to a http.Request.
func NewExplainSandboxStatusParams ¶ added in v0.3.8
func NewExplainSandboxStatusParams() *ExplainSandboxStatusParams
NewExplainSandboxStatusParams creates a new ExplainSandboxStatusParams 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 NewExplainSandboxStatusParamsWithContext ¶ added in v0.3.8
func NewExplainSandboxStatusParamsWithContext(ctx context.Context) *ExplainSandboxStatusParams
NewExplainSandboxStatusParamsWithContext creates a new ExplainSandboxStatusParams object with the ability to set a context for a request.
func NewExplainSandboxStatusParamsWithHTTPClient ¶ added in v0.3.8
func NewExplainSandboxStatusParamsWithHTTPClient(client *http.Client) *ExplainSandboxStatusParams
NewExplainSandboxStatusParamsWithHTTPClient creates a new ExplainSandboxStatusParams object with the ability to set a custom HTTPClient for a request.
func NewExplainSandboxStatusParamsWithTimeout ¶ added in v0.3.8
func NewExplainSandboxStatusParamsWithTimeout(timeout time.Duration) *ExplainSandboxStatusParams
NewExplainSandboxStatusParamsWithTimeout creates a new ExplainSandboxStatusParams object with the ability to set a timeout on a request.
func (*ExplainSandboxStatusParams) SetContext ¶ added in v0.3.8
func (o *ExplainSandboxStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the explain sandbox status params
func (*ExplainSandboxStatusParams) SetDefaults ¶ added in v0.3.8
func (o *ExplainSandboxStatusParams) SetDefaults()
SetDefaults hydrates default values in the explain sandbox status params (not the query body).
All values with no default are reset to their zero value.
func (*ExplainSandboxStatusParams) SetHTTPClient ¶ added in v0.3.8
func (o *ExplainSandboxStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the explain sandbox status params
func (*ExplainSandboxStatusParams) SetMode ¶ added in v0.3.8
func (o *ExplainSandboxStatusParams) SetMode(mode *string)
SetMode adds the mode to the explain sandbox status params
func (*ExplainSandboxStatusParams) SetOrgName ¶ added in v0.3.8
func (o *ExplainSandboxStatusParams) SetOrgName(orgName string)
SetOrgName adds the orgName to the explain sandbox status params
func (*ExplainSandboxStatusParams) SetSandboxName ¶ added in v0.3.8
func (o *ExplainSandboxStatusParams) SetSandboxName(sandboxName string)
SetSandboxName adds the sandboxName to the explain sandbox status params
func (*ExplainSandboxStatusParams) SetTimeout ¶ added in v0.3.8
func (o *ExplainSandboxStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the explain sandbox status params
func (*ExplainSandboxStatusParams) WithContext ¶ added in v0.3.8
func (o *ExplainSandboxStatusParams) WithContext(ctx context.Context) *ExplainSandboxStatusParams
WithContext adds the context to the explain sandbox status params
func (*ExplainSandboxStatusParams) WithDefaults ¶ added in v0.3.8
func (o *ExplainSandboxStatusParams) WithDefaults() *ExplainSandboxStatusParams
WithDefaults hydrates default values in the explain sandbox status params (not the query body).
All values with no default are reset to their zero value.
func (*ExplainSandboxStatusParams) WithHTTPClient ¶ added in v0.3.8
func (o *ExplainSandboxStatusParams) WithHTTPClient(client *http.Client) *ExplainSandboxStatusParams
WithHTTPClient adds the HTTPClient to the explain sandbox status params
func (*ExplainSandboxStatusParams) WithMode ¶ added in v0.3.8
func (o *ExplainSandboxStatusParams) WithMode(mode *string) *ExplainSandboxStatusParams
WithMode adds the mode to the explain sandbox status params
func (*ExplainSandboxStatusParams) WithOrgName ¶ added in v0.3.8
func (o *ExplainSandboxStatusParams) WithOrgName(orgName string) *ExplainSandboxStatusParams
WithOrgName adds the orgName to the explain sandbox status params
func (*ExplainSandboxStatusParams) WithSandboxName ¶ added in v0.3.8
func (o *ExplainSandboxStatusParams) WithSandboxName(sandboxName string) *ExplainSandboxStatusParams
WithSandboxName adds the sandboxName to the explain sandbox status params
func (*ExplainSandboxStatusParams) WithTimeout ¶ added in v0.3.8
func (o *ExplainSandboxStatusParams) WithTimeout(timeout time.Duration) *ExplainSandboxStatusParams
WithTimeout adds the timeout to the explain sandbox status params
func (*ExplainSandboxStatusParams) WriteToRequest ¶ added in v0.3.8
func (o *ExplainSandboxStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ExplainSandboxStatusReader ¶ added in v0.3.8
type ExplainSandboxStatusReader struct {
// contains filtered or unexported fields
}
ExplainSandboxStatusReader is a Reader for the ExplainSandboxStatus structure.
func (*ExplainSandboxStatusReader) ReadResponse ¶ added in v0.3.8
func (o *ExplainSandboxStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type ExplainSandboxStatusUnauthorized ¶ added in v0.3.8
type ExplainSandboxStatusUnauthorized struct {
}
ExplainSandboxStatusUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewExplainSandboxStatusUnauthorized ¶ added in v0.3.8
func NewExplainSandboxStatusUnauthorized() *ExplainSandboxStatusUnauthorized
NewExplainSandboxStatusUnauthorized creates a ExplainSandboxStatusUnauthorized with default headers values
func (*ExplainSandboxStatusUnauthorized) Code ¶ added in v0.3.8
func (o *ExplainSandboxStatusUnauthorized) Code() int
Code gets the status code for the explain sandbox status unauthorized response
func (*ExplainSandboxStatusUnauthorized) Error ¶ added in v0.3.8
func (o *ExplainSandboxStatusUnauthorized) Error() string
func (*ExplainSandboxStatusUnauthorized) GetPayload ¶ added in v0.3.8
func (o *ExplainSandboxStatusUnauthorized) GetPayload() *models.ErrorResponse
func (*ExplainSandboxStatusUnauthorized) IsClientError ¶ added in v0.3.8
func (o *ExplainSandboxStatusUnauthorized) IsClientError() bool
IsClientError returns true when this explain sandbox status unauthorized response has a 4xx status code
func (*ExplainSandboxStatusUnauthorized) IsCode ¶ added in v0.3.8
func (o *ExplainSandboxStatusUnauthorized) IsCode(code int) bool
IsCode returns true when this explain sandbox status unauthorized response a status code equal to that given
func (*ExplainSandboxStatusUnauthorized) IsRedirect ¶ added in v0.3.8
func (o *ExplainSandboxStatusUnauthorized) IsRedirect() bool
IsRedirect returns true when this explain sandbox status unauthorized response has a 3xx status code
func (*ExplainSandboxStatusUnauthorized) IsServerError ¶ added in v0.3.8
func (o *ExplainSandboxStatusUnauthorized) IsServerError() bool
IsServerError returns true when this explain sandbox status unauthorized response has a 5xx status code
func (*ExplainSandboxStatusUnauthorized) IsSuccess ¶ added in v0.3.8
func (o *ExplainSandboxStatusUnauthorized) IsSuccess() bool
IsSuccess returns true when this explain sandbox status unauthorized response has a 2xx status code
func (*ExplainSandboxStatusUnauthorized) String ¶ added in v0.3.8
func (o *ExplainSandboxStatusUnauthorized) String() string
type GetSandboxBadGateway ¶ added in v0.2.0
type GetSandboxBadGateway struct {
Payload *models.ErrorResponse
}
GetSandboxBadGateway describes a response with status code 502, with default header values.
Bad Gateway
func NewGetSandboxBadGateway ¶ added in v0.2.0
func NewGetSandboxBadGateway() *GetSandboxBadGateway
NewGetSandboxBadGateway creates a GetSandboxBadGateway with default headers values
func (*GetSandboxBadGateway) Code ¶ added in v0.3.7
func (o *GetSandboxBadGateway) Code() int
Code gets the status code for the get sandbox bad gateway response
func (*GetSandboxBadGateway) Error ¶ added in v0.2.0
func (o *GetSandboxBadGateway) Error() string
func (*GetSandboxBadGateway) GetPayload ¶ added in v0.2.0
func (o *GetSandboxBadGateway) GetPayload() *models.ErrorResponse
func (*GetSandboxBadGateway) IsClientError ¶ added in v0.3.3
func (o *GetSandboxBadGateway) IsClientError() bool
IsClientError returns true when this get sandbox bad gateway response has a 4xx status code
func (*GetSandboxBadGateway) IsCode ¶ added in v0.3.3
func (o *GetSandboxBadGateway) IsCode(code int) bool
IsCode returns true when this get sandbox bad gateway response a status code equal to that given
func (*GetSandboxBadGateway) IsRedirect ¶ added in v0.3.3
func (o *GetSandboxBadGateway) IsRedirect() bool
IsRedirect returns true when this get sandbox bad gateway response has a 3xx status code
func (*GetSandboxBadGateway) IsServerError ¶ added in v0.3.3
func (o *GetSandboxBadGateway) IsServerError() bool
IsServerError returns true when this get sandbox bad gateway response has a 5xx status code
func (*GetSandboxBadGateway) IsSuccess ¶ added in v0.3.3
func (o *GetSandboxBadGateway) IsSuccess() bool
IsSuccess returns true when this get sandbox bad gateway response has a 2xx status code
func (*GetSandboxBadGateway) String ¶ added in v0.3.3
func (o *GetSandboxBadGateway) String() string
type GetSandboxBadRequest ¶ added in v0.2.0
type GetSandboxBadRequest struct {
Payload *models.ErrorResponse
}
GetSandboxBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetSandboxBadRequest ¶ added in v0.2.0
func NewGetSandboxBadRequest() *GetSandboxBadRequest
NewGetSandboxBadRequest creates a GetSandboxBadRequest with default headers values
func (*GetSandboxBadRequest) Code ¶ added in v0.3.7
func (o *GetSandboxBadRequest) Code() int
Code gets the status code for the get sandbox bad request response
func (*GetSandboxBadRequest) Error ¶ added in v0.2.0
func (o *GetSandboxBadRequest) Error() string
func (*GetSandboxBadRequest) GetPayload ¶ added in v0.2.0
func (o *GetSandboxBadRequest) GetPayload() *models.ErrorResponse
func (*GetSandboxBadRequest) IsClientError ¶ added in v0.3.3
func (o *GetSandboxBadRequest) IsClientError() bool
IsClientError returns true when this get sandbox bad request response has a 4xx status code
func (*GetSandboxBadRequest) IsCode ¶ added in v0.3.3
func (o *GetSandboxBadRequest) IsCode(code int) bool
IsCode returns true when this get sandbox bad request response a status code equal to that given
func (*GetSandboxBadRequest) IsRedirect ¶ added in v0.3.3
func (o *GetSandboxBadRequest) IsRedirect() bool
IsRedirect returns true when this get sandbox bad request response has a 3xx status code
func (*GetSandboxBadRequest) IsServerError ¶ added in v0.3.3
func (o *GetSandboxBadRequest) IsServerError() bool
IsServerError returns true when this get sandbox bad request response has a 5xx status code
func (*GetSandboxBadRequest) IsSuccess ¶ added in v0.3.3
func (o *GetSandboxBadRequest) IsSuccess() bool
IsSuccess returns true when this get sandbox bad request response has a 2xx status code
func (*GetSandboxBadRequest) String ¶ added in v0.3.3
func (o *GetSandboxBadRequest) String() string
type GetSandboxLogsBadGateway ¶ added in v0.3.8
type GetSandboxLogsBadGateway struct {
Payload *models.ErrorResponse
}
GetSandboxLogsBadGateway describes a response with status code 502, with default header values.
Bad Gateway
func NewGetSandboxLogsBadGateway ¶ added in v0.3.8
func NewGetSandboxLogsBadGateway() *GetSandboxLogsBadGateway
NewGetSandboxLogsBadGateway creates a GetSandboxLogsBadGateway with default headers values
func (*GetSandboxLogsBadGateway) Code ¶ added in v0.3.8
func (o *GetSandboxLogsBadGateway) Code() int
Code gets the status code for the get sandbox logs bad gateway response
func (*GetSandboxLogsBadGateway) Error ¶ added in v0.3.8
func (o *GetSandboxLogsBadGateway) Error() string
func (*GetSandboxLogsBadGateway) GetPayload ¶ added in v0.3.8
func (o *GetSandboxLogsBadGateway) GetPayload() *models.ErrorResponse
func (*GetSandboxLogsBadGateway) IsClientError ¶ added in v0.3.8
func (o *GetSandboxLogsBadGateway) IsClientError() bool
IsClientError returns true when this get sandbox logs bad gateway response has a 4xx status code
func (*GetSandboxLogsBadGateway) IsCode ¶ added in v0.3.8
func (o *GetSandboxLogsBadGateway) IsCode(code int) bool
IsCode returns true when this get sandbox logs bad gateway response a status code equal to that given
func (*GetSandboxLogsBadGateway) IsRedirect ¶ added in v0.3.8
func (o *GetSandboxLogsBadGateway) IsRedirect() bool
IsRedirect returns true when this get sandbox logs bad gateway response has a 3xx status code
func (*GetSandboxLogsBadGateway) IsServerError ¶ added in v0.3.8
func (o *GetSandboxLogsBadGateway) IsServerError() bool
IsServerError returns true when this get sandbox logs bad gateway response has a 5xx status code
func (*GetSandboxLogsBadGateway) IsSuccess ¶ added in v0.3.8
func (o *GetSandboxLogsBadGateway) IsSuccess() bool
IsSuccess returns true when this get sandbox logs bad gateway response has a 2xx status code
func (*GetSandboxLogsBadGateway) String ¶ added in v0.3.8
func (o *GetSandboxLogsBadGateway) String() string
type GetSandboxLogsBadRequest ¶ added in v0.3.8
type GetSandboxLogsBadRequest struct {
Payload *models.ErrorResponse
}
GetSandboxLogsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetSandboxLogsBadRequest ¶ added in v0.3.8
func NewGetSandboxLogsBadRequest() *GetSandboxLogsBadRequest
NewGetSandboxLogsBadRequest creates a GetSandboxLogsBadRequest with default headers values
func (*GetSandboxLogsBadRequest) Code ¶ added in v0.3.8
func (o *GetSandboxLogsBadRequest) Code() int
Code gets the status code for the get sandbox logs bad request response
func (*GetSandboxLogsBadRequest) Error ¶ added in v0.3.8
func (o *GetSandboxLogsBadRequest) Error() string
func (*GetSandboxLogsBadRequest) GetPayload ¶ added in v0.3.8
func (o *GetSandboxLogsBadRequest) GetPayload() *models.ErrorResponse
func (*GetSandboxLogsBadRequest) IsClientError ¶ added in v0.3.8
func (o *GetSandboxLogsBadRequest) IsClientError() bool
IsClientError returns true when this get sandbox logs bad request response has a 4xx status code
func (*GetSandboxLogsBadRequest) IsCode ¶ added in v0.3.8
func (o *GetSandboxLogsBadRequest) IsCode(code int) bool
IsCode returns true when this get sandbox logs bad request response a status code equal to that given
func (*GetSandboxLogsBadRequest) IsRedirect ¶ added in v0.3.8
func (o *GetSandboxLogsBadRequest) IsRedirect() bool
IsRedirect returns true when this get sandbox logs bad request response has a 3xx status code
func (*GetSandboxLogsBadRequest) IsServerError ¶ added in v0.3.8
func (o *GetSandboxLogsBadRequest) IsServerError() bool
IsServerError returns true when this get sandbox logs bad request response has a 5xx status code
func (*GetSandboxLogsBadRequest) IsSuccess ¶ added in v0.3.8
func (o *GetSandboxLogsBadRequest) IsSuccess() bool
IsSuccess returns true when this get sandbox logs bad request response has a 2xx status code
func (*GetSandboxLogsBadRequest) String ¶ added in v0.3.8
func (o *GetSandboxLogsBadRequest) String() string
type GetSandboxLogsNotFound ¶ added in v0.3.8
type GetSandboxLogsNotFound struct {
Payload *models.ErrorResponse
}
GetSandboxLogsNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetSandboxLogsNotFound ¶ added in v0.3.8
func NewGetSandboxLogsNotFound() *GetSandboxLogsNotFound
NewGetSandboxLogsNotFound creates a GetSandboxLogsNotFound with default headers values
func (*GetSandboxLogsNotFound) Code ¶ added in v0.3.8
func (o *GetSandboxLogsNotFound) Code() int
Code gets the status code for the get sandbox logs not found response
func (*GetSandboxLogsNotFound) Error ¶ added in v0.3.8
func (o *GetSandboxLogsNotFound) Error() string
func (*GetSandboxLogsNotFound) GetPayload ¶ added in v0.3.8
func (o *GetSandboxLogsNotFound) GetPayload() *models.ErrorResponse
func (*GetSandboxLogsNotFound) IsClientError ¶ added in v0.3.8
func (o *GetSandboxLogsNotFound) IsClientError() bool
IsClientError returns true when this get sandbox logs not found response has a 4xx status code
func (*GetSandboxLogsNotFound) IsCode ¶ added in v0.3.8
func (o *GetSandboxLogsNotFound) IsCode(code int) bool
IsCode returns true when this get sandbox logs not found response a status code equal to that given
func (*GetSandboxLogsNotFound) IsRedirect ¶ added in v0.3.8
func (o *GetSandboxLogsNotFound) IsRedirect() bool
IsRedirect returns true when this get sandbox logs not found response has a 3xx status code
func (*GetSandboxLogsNotFound) IsServerError ¶ added in v0.3.8
func (o *GetSandboxLogsNotFound) IsServerError() bool
IsServerError returns true when this get sandbox logs not found response has a 5xx status code
func (*GetSandboxLogsNotFound) IsSuccess ¶ added in v0.3.8
func (o *GetSandboxLogsNotFound) IsSuccess() bool
IsSuccess returns true when this get sandbox logs not found response has a 2xx status code
func (*GetSandboxLogsNotFound) String ¶ added in v0.3.8
func (o *GetSandboxLogsNotFound) String() string
type GetSandboxLogsOK ¶ added in v0.3.8
type GetSandboxLogsOK struct {
Payload []*models.LogsContainerLogs
}
GetSandboxLogsOK describes a response with status code 200, with default header values.
OK
func NewGetSandboxLogsOK ¶ added in v0.3.8
func NewGetSandboxLogsOK() *GetSandboxLogsOK
NewGetSandboxLogsOK creates a GetSandboxLogsOK with default headers values
func (*GetSandboxLogsOK) Code ¶ added in v0.3.8
func (o *GetSandboxLogsOK) Code() int
Code gets the status code for the get sandbox logs o k response
func (*GetSandboxLogsOK) Error ¶ added in v0.3.8
func (o *GetSandboxLogsOK) Error() string
func (*GetSandboxLogsOK) GetPayload ¶ added in v0.3.8
func (o *GetSandboxLogsOK) GetPayload() []*models.LogsContainerLogs
func (*GetSandboxLogsOK) IsClientError ¶ added in v0.3.8
func (o *GetSandboxLogsOK) IsClientError() bool
IsClientError returns true when this get sandbox logs o k response has a 4xx status code
func (*GetSandboxLogsOK) IsCode ¶ added in v0.3.8
func (o *GetSandboxLogsOK) IsCode(code int) bool
IsCode returns true when this get sandbox logs o k response a status code equal to that given
func (*GetSandboxLogsOK) IsRedirect ¶ added in v0.3.8
func (o *GetSandboxLogsOK) IsRedirect() bool
IsRedirect returns true when this get sandbox logs o k response has a 3xx status code
func (*GetSandboxLogsOK) IsServerError ¶ added in v0.3.8
func (o *GetSandboxLogsOK) IsServerError() bool
IsServerError returns true when this get sandbox logs o k response has a 5xx status code
func (*GetSandboxLogsOK) IsSuccess ¶ added in v0.3.8
func (o *GetSandboxLogsOK) IsSuccess() bool
IsSuccess returns true when this get sandbox logs o k response has a 2xx status code
func (*GetSandboxLogsOK) String ¶ added in v0.3.8
func (o *GetSandboxLogsOK) String() string
type GetSandboxLogsParams ¶ added in v0.3.8
type GetSandboxLogsParams struct {
/* Container.
Container name; defaults to all containers
*/
Container *string
/* OrgName.
Signadot Org Name
*/
OrgName string
/* Resource.
Sandbox resource name from the sandbox spec
*/
Resource *string
/* SandboxName.
Sandbox Name
*/
SandboxName string
/* SinceTime.
Only return logs after this RFC3339 timestamp
*/
SinceTime *string
/* Step.
Resource plugin step name; only valid with resource (defaults to all create steps)
*/
Step *string
/* Workload.
Sandboxed workload (fork) name from the sandbox spec
*/
Workload *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetSandboxLogsParams contains all the parameters to send to the API endpoint
for the get sandbox logs operation. Typically these are written to a http.Request.
func NewGetSandboxLogsParams ¶ added in v0.3.8
func NewGetSandboxLogsParams() *GetSandboxLogsParams
NewGetSandboxLogsParams creates a new GetSandboxLogsParams 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 NewGetSandboxLogsParamsWithContext ¶ added in v0.3.8
func NewGetSandboxLogsParamsWithContext(ctx context.Context) *GetSandboxLogsParams
NewGetSandboxLogsParamsWithContext creates a new GetSandboxLogsParams object with the ability to set a context for a request.
func NewGetSandboxLogsParamsWithHTTPClient ¶ added in v0.3.8
func NewGetSandboxLogsParamsWithHTTPClient(client *http.Client) *GetSandboxLogsParams
NewGetSandboxLogsParamsWithHTTPClient creates a new GetSandboxLogsParams object with the ability to set a custom HTTPClient for a request.
func NewGetSandboxLogsParamsWithTimeout ¶ added in v0.3.8
func NewGetSandboxLogsParamsWithTimeout(timeout time.Duration) *GetSandboxLogsParams
NewGetSandboxLogsParamsWithTimeout creates a new GetSandboxLogsParams object with the ability to set a timeout on a request.
func (*GetSandboxLogsParams) SetContainer ¶ added in v0.3.8
func (o *GetSandboxLogsParams) SetContainer(container *string)
SetContainer adds the container to the get sandbox logs params
func (*GetSandboxLogsParams) SetContext ¶ added in v0.3.8
func (o *GetSandboxLogsParams) SetContext(ctx context.Context)
SetContext adds the context to the get sandbox logs params
func (*GetSandboxLogsParams) SetDefaults ¶ added in v0.3.8
func (o *GetSandboxLogsParams) SetDefaults()
SetDefaults hydrates default values in the get sandbox logs params (not the query body).
All values with no default are reset to their zero value.
func (*GetSandboxLogsParams) SetHTTPClient ¶ added in v0.3.8
func (o *GetSandboxLogsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get sandbox logs params
func (*GetSandboxLogsParams) SetOrgName ¶ added in v0.3.8
func (o *GetSandboxLogsParams) SetOrgName(orgName string)
SetOrgName adds the orgName to the get sandbox logs params
func (*GetSandboxLogsParams) SetResource ¶ added in v0.3.8
func (o *GetSandboxLogsParams) SetResource(resource *string)
SetResource adds the resource to the get sandbox logs params
func (*GetSandboxLogsParams) SetSandboxName ¶ added in v0.3.8
func (o *GetSandboxLogsParams) SetSandboxName(sandboxName string)
SetSandboxName adds the sandboxName to the get sandbox logs params
func (*GetSandboxLogsParams) SetSinceTime ¶ added in v0.3.8
func (o *GetSandboxLogsParams) SetSinceTime(sinceTime *string)
SetSinceTime adds the sinceTime to the get sandbox logs params
func (*GetSandboxLogsParams) SetStep ¶ added in v0.3.8
func (o *GetSandboxLogsParams) SetStep(step *string)
SetStep adds the step to the get sandbox logs params
func (*GetSandboxLogsParams) SetTimeout ¶ added in v0.3.8
func (o *GetSandboxLogsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get sandbox logs params
func (*GetSandboxLogsParams) SetWorkload ¶ added in v0.3.8
func (o *GetSandboxLogsParams) SetWorkload(workload *string)
SetWorkload adds the workload to the get sandbox logs params
func (*GetSandboxLogsParams) WithContainer ¶ added in v0.3.8
func (o *GetSandboxLogsParams) WithContainer(container *string) *GetSandboxLogsParams
WithContainer adds the container to the get sandbox logs params
func (*GetSandboxLogsParams) WithContext ¶ added in v0.3.8
func (o *GetSandboxLogsParams) WithContext(ctx context.Context) *GetSandboxLogsParams
WithContext adds the context to the get sandbox logs params
func (*GetSandboxLogsParams) WithDefaults ¶ added in v0.3.8
func (o *GetSandboxLogsParams) WithDefaults() *GetSandboxLogsParams
WithDefaults hydrates default values in the get sandbox logs params (not the query body).
All values with no default are reset to their zero value.
func (*GetSandboxLogsParams) WithHTTPClient ¶ added in v0.3.8
func (o *GetSandboxLogsParams) WithHTTPClient(client *http.Client) *GetSandboxLogsParams
WithHTTPClient adds the HTTPClient to the get sandbox logs params
func (*GetSandboxLogsParams) WithOrgName ¶ added in v0.3.8
func (o *GetSandboxLogsParams) WithOrgName(orgName string) *GetSandboxLogsParams
WithOrgName adds the orgName to the get sandbox logs params
func (*GetSandboxLogsParams) WithResource ¶ added in v0.3.8
func (o *GetSandboxLogsParams) WithResource(resource *string) *GetSandboxLogsParams
WithResource adds the resource to the get sandbox logs params
func (*GetSandboxLogsParams) WithSandboxName ¶ added in v0.3.8
func (o *GetSandboxLogsParams) WithSandboxName(sandboxName string) *GetSandboxLogsParams
WithSandboxName adds the sandboxName to the get sandbox logs params
func (*GetSandboxLogsParams) WithSinceTime ¶ added in v0.3.8
func (o *GetSandboxLogsParams) WithSinceTime(sinceTime *string) *GetSandboxLogsParams
WithSinceTime adds the sinceTime to the get sandbox logs params
func (*GetSandboxLogsParams) WithStep ¶ added in v0.3.8
func (o *GetSandboxLogsParams) WithStep(step *string) *GetSandboxLogsParams
WithStep adds the step to the get sandbox logs params
func (*GetSandboxLogsParams) WithTimeout ¶ added in v0.3.8
func (o *GetSandboxLogsParams) WithTimeout(timeout time.Duration) *GetSandboxLogsParams
WithTimeout adds the timeout to the get sandbox logs params
func (*GetSandboxLogsParams) WithWorkload ¶ added in v0.3.8
func (o *GetSandboxLogsParams) WithWorkload(workload *string) *GetSandboxLogsParams
WithWorkload adds the workload to the get sandbox logs params
func (*GetSandboxLogsParams) WriteToRequest ¶ added in v0.3.8
func (o *GetSandboxLogsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSandboxLogsReader ¶ added in v0.3.8
type GetSandboxLogsReader struct {
// contains filtered or unexported fields
}
GetSandboxLogsReader is a Reader for the GetSandboxLogs structure.
func (*GetSandboxLogsReader) ReadResponse ¶ added in v0.3.8
func (o *GetSandboxLogsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type GetSandboxLogsUnauthorized ¶ added in v0.3.8
type GetSandboxLogsUnauthorized struct {
}
GetSandboxLogsUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetSandboxLogsUnauthorized ¶ added in v0.3.8
func NewGetSandboxLogsUnauthorized() *GetSandboxLogsUnauthorized
NewGetSandboxLogsUnauthorized creates a GetSandboxLogsUnauthorized with default headers values
func (*GetSandboxLogsUnauthorized) Code ¶ added in v0.3.8
func (o *GetSandboxLogsUnauthorized) Code() int
Code gets the status code for the get sandbox logs unauthorized response
func (*GetSandboxLogsUnauthorized) Error ¶ added in v0.3.8
func (o *GetSandboxLogsUnauthorized) Error() string
func (*GetSandboxLogsUnauthorized) GetPayload ¶ added in v0.3.8
func (o *GetSandboxLogsUnauthorized) GetPayload() *models.ErrorResponse
func (*GetSandboxLogsUnauthorized) IsClientError ¶ added in v0.3.8
func (o *GetSandboxLogsUnauthorized) IsClientError() bool
IsClientError returns true when this get sandbox logs unauthorized response has a 4xx status code
func (*GetSandboxLogsUnauthorized) IsCode ¶ added in v0.3.8
func (o *GetSandboxLogsUnauthorized) IsCode(code int) bool
IsCode returns true when this get sandbox logs unauthorized response a status code equal to that given
func (*GetSandboxLogsUnauthorized) IsRedirect ¶ added in v0.3.8
func (o *GetSandboxLogsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get sandbox logs unauthorized response has a 3xx status code
func (*GetSandboxLogsUnauthorized) IsServerError ¶ added in v0.3.8
func (o *GetSandboxLogsUnauthorized) IsServerError() bool
IsServerError returns true when this get sandbox logs unauthorized response has a 5xx status code
func (*GetSandboxLogsUnauthorized) IsSuccess ¶ added in v0.3.8
func (o *GetSandboxLogsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get sandbox logs unauthorized response has a 2xx status code
func (*GetSandboxLogsUnauthorized) String ¶ added in v0.3.8
func (o *GetSandboxLogsUnauthorized) String() string
type GetSandboxOK ¶ added in v0.2.0
GetSandboxOK describes a response with status code 200, with default header values.
OK
func NewGetSandboxOK ¶ added in v0.2.0
func NewGetSandboxOK() *GetSandboxOK
NewGetSandboxOK creates a GetSandboxOK with default headers values
func (*GetSandboxOK) Code ¶ added in v0.3.7
func (o *GetSandboxOK) Code() int
Code gets the status code for the get sandbox o k response
func (*GetSandboxOK) Error ¶ added in v0.2.0
func (o *GetSandboxOK) Error() string
func (*GetSandboxOK) GetPayload ¶ added in v0.2.0
func (o *GetSandboxOK) GetPayload() *models.Sandbox
func (*GetSandboxOK) IsClientError ¶ added in v0.3.3
func (o *GetSandboxOK) IsClientError() bool
IsClientError returns true when this get sandbox o k response has a 4xx status code
func (*GetSandboxOK) IsCode ¶ added in v0.3.3
func (o *GetSandboxOK) IsCode(code int) bool
IsCode returns true when this get sandbox o k response a status code equal to that given
func (*GetSandboxOK) IsRedirect ¶ added in v0.3.3
func (o *GetSandboxOK) IsRedirect() bool
IsRedirect returns true when this get sandbox o k response has a 3xx status code
func (*GetSandboxOK) IsServerError ¶ added in v0.3.3
func (o *GetSandboxOK) IsServerError() bool
IsServerError returns true when this get sandbox o k response has a 5xx status code
func (*GetSandboxOK) IsSuccess ¶ added in v0.3.3
func (o *GetSandboxOK) IsSuccess() bool
IsSuccess returns true when this get sandbox o k response has a 2xx status code
func (*GetSandboxOK) String ¶ added in v0.3.3
func (o *GetSandboxOK) String() string
type GetSandboxParams ¶ added in v0.2.0
type GetSandboxParams struct {
/* OrgName.
Signadot Org Name
*/
OrgName string
/* SandboxName.
Sandbox Name
*/
SandboxName string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetSandboxParams contains all the parameters to send to the API endpoint
for the get sandbox operation. Typically these are written to a http.Request.
func NewGetSandboxParams ¶ added in v0.2.0
func NewGetSandboxParams() *GetSandboxParams
NewGetSandboxParams creates a new GetSandboxParams 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 NewGetSandboxParamsWithContext ¶ added in v0.2.0
func NewGetSandboxParamsWithContext(ctx context.Context) *GetSandboxParams
NewGetSandboxParamsWithContext creates a new GetSandboxParams object with the ability to set a context for a request.
func NewGetSandboxParamsWithHTTPClient ¶ added in v0.2.0
func NewGetSandboxParamsWithHTTPClient(client *http.Client) *GetSandboxParams
NewGetSandboxParamsWithHTTPClient creates a new GetSandboxParams object with the ability to set a custom HTTPClient for a request.
func NewGetSandboxParamsWithTimeout ¶ added in v0.2.0
func NewGetSandboxParamsWithTimeout(timeout time.Duration) *GetSandboxParams
NewGetSandboxParamsWithTimeout creates a new GetSandboxParams object with the ability to set a timeout on a request.
func (*GetSandboxParams) SetContext ¶ added in v0.2.0
func (o *GetSandboxParams) SetContext(ctx context.Context)
SetContext adds the context to the get sandbox params
func (*GetSandboxParams) SetDefaults ¶ added in v0.2.0
func (o *GetSandboxParams) SetDefaults()
SetDefaults hydrates default values in the get sandbox params (not the query body).
All values with no default are reset to their zero value.
func (*GetSandboxParams) SetHTTPClient ¶ added in v0.2.0
func (o *GetSandboxParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get sandbox params
func (*GetSandboxParams) SetOrgName ¶ added in v0.2.0
func (o *GetSandboxParams) SetOrgName(orgName string)
SetOrgName adds the orgName to the get sandbox params
func (*GetSandboxParams) SetSandboxName ¶ added in v0.2.0
func (o *GetSandboxParams) SetSandboxName(sandboxName string)
SetSandboxName adds the sandboxName to the get sandbox params
func (*GetSandboxParams) SetTimeout ¶ added in v0.2.0
func (o *GetSandboxParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get sandbox params
func (*GetSandboxParams) WithContext ¶ added in v0.2.0
func (o *GetSandboxParams) WithContext(ctx context.Context) *GetSandboxParams
WithContext adds the context to the get sandbox params
func (*GetSandboxParams) WithDefaults ¶ added in v0.2.0
func (o *GetSandboxParams) WithDefaults() *GetSandboxParams
WithDefaults hydrates default values in the get sandbox params (not the query body).
All values with no default are reset to their zero value.
func (*GetSandboxParams) WithHTTPClient ¶ added in v0.2.0
func (o *GetSandboxParams) WithHTTPClient(client *http.Client) *GetSandboxParams
WithHTTPClient adds the HTTPClient to the get sandbox params
func (*GetSandboxParams) WithOrgName ¶ added in v0.2.0
func (o *GetSandboxParams) WithOrgName(orgName string) *GetSandboxParams
WithOrgName adds the orgName to the get sandbox params
func (*GetSandboxParams) WithSandboxName ¶ added in v0.2.0
func (o *GetSandboxParams) WithSandboxName(sandboxName string) *GetSandboxParams
WithSandboxName adds the sandboxName to the get sandbox params
func (*GetSandboxParams) WithTimeout ¶ added in v0.2.0
func (o *GetSandboxParams) WithTimeout(timeout time.Duration) *GetSandboxParams
WithTimeout adds the timeout to the get sandbox params
func (*GetSandboxParams) WriteToRequest ¶ added in v0.2.0
func (o *GetSandboxParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSandboxReader ¶ added in v0.2.0
type GetSandboxReader struct {
// contains filtered or unexported fields
}
GetSandboxReader is a Reader for the GetSandbox structure.
func (*GetSandboxReader) ReadResponse ¶ added in v0.2.0
func (o *GetSandboxReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type GetSandboxUnauthorized ¶ added in v0.2.0
type GetSandboxUnauthorized struct {
}
GetSandboxUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetSandboxUnauthorized ¶ added in v0.2.0
func NewGetSandboxUnauthorized() *GetSandboxUnauthorized
NewGetSandboxUnauthorized creates a GetSandboxUnauthorized with default headers values
func (*GetSandboxUnauthorized) Code ¶ added in v0.3.7
func (o *GetSandboxUnauthorized) Code() int
Code gets the status code for the get sandbox unauthorized response
func (*GetSandboxUnauthorized) Error ¶ added in v0.2.0
func (o *GetSandboxUnauthorized) Error() string
func (*GetSandboxUnauthorized) GetPayload ¶ added in v0.2.0
func (o *GetSandboxUnauthorized) GetPayload() *models.ErrorResponse
func (*GetSandboxUnauthorized) IsClientError ¶ added in v0.3.3
func (o *GetSandboxUnauthorized) IsClientError() bool
IsClientError returns true when this get sandbox unauthorized response has a 4xx status code
func (*GetSandboxUnauthorized) IsCode ¶ added in v0.3.3
func (o *GetSandboxUnauthorized) IsCode(code int) bool
IsCode returns true when this get sandbox unauthorized response a status code equal to that given
func (*GetSandboxUnauthorized) IsRedirect ¶ added in v0.3.3
func (o *GetSandboxUnauthorized) IsRedirect() bool
IsRedirect returns true when this get sandbox unauthorized response has a 3xx status code
func (*GetSandboxUnauthorized) IsServerError ¶ added in v0.3.3
func (o *GetSandboxUnauthorized) IsServerError() bool
IsServerError returns true when this get sandbox unauthorized response has a 5xx status code
func (*GetSandboxUnauthorized) IsSuccess ¶ added in v0.3.3
func (o *GetSandboxUnauthorized) IsSuccess() bool
IsSuccess returns true when this get sandbox unauthorized response has a 2xx status code
func (*GetSandboxUnauthorized) String ¶ added in v0.3.3
func (o *GetSandboxUnauthorized) String() string
type ListSandboxesBadGateway ¶ added in v0.2.0
type ListSandboxesBadGateway struct {
Payload *models.ErrorResponse
}
ListSandboxesBadGateway describes a response with status code 502, with default header values.
Bad Gateway
func NewListSandboxesBadGateway ¶ added in v0.2.0
func NewListSandboxesBadGateway() *ListSandboxesBadGateway
NewListSandboxesBadGateway creates a ListSandboxesBadGateway with default headers values
func (*ListSandboxesBadGateway) Code ¶ added in v0.3.7
func (o *ListSandboxesBadGateway) Code() int
Code gets the status code for the list sandboxes bad gateway response
func (*ListSandboxesBadGateway) Error ¶ added in v0.2.0
func (o *ListSandboxesBadGateway) Error() string
func (*ListSandboxesBadGateway) GetPayload ¶ added in v0.2.0
func (o *ListSandboxesBadGateway) GetPayload() *models.ErrorResponse
func (*ListSandboxesBadGateway) IsClientError ¶ added in v0.3.3
func (o *ListSandboxesBadGateway) IsClientError() bool
IsClientError returns true when this list sandboxes bad gateway response has a 4xx status code
func (*ListSandboxesBadGateway) IsCode ¶ added in v0.3.3
func (o *ListSandboxesBadGateway) IsCode(code int) bool
IsCode returns true when this list sandboxes bad gateway response a status code equal to that given
func (*ListSandboxesBadGateway) IsRedirect ¶ added in v0.3.3
func (o *ListSandboxesBadGateway) IsRedirect() bool
IsRedirect returns true when this list sandboxes bad gateway response has a 3xx status code
func (*ListSandboxesBadGateway) IsServerError ¶ added in v0.3.3
func (o *ListSandboxesBadGateway) IsServerError() bool
IsServerError returns true when this list sandboxes bad gateway response has a 5xx status code
func (*ListSandboxesBadGateway) IsSuccess ¶ added in v0.3.3
func (o *ListSandboxesBadGateway) IsSuccess() bool
IsSuccess returns true when this list sandboxes bad gateway response has a 2xx status code
func (*ListSandboxesBadGateway) String ¶ added in v0.3.3
func (o *ListSandboxesBadGateway) String() string
type ListSandboxesBadRequest ¶ added in v0.2.0
type ListSandboxesBadRequest struct {
Payload *models.ErrorResponse
}
ListSandboxesBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewListSandboxesBadRequest ¶ added in v0.2.0
func NewListSandboxesBadRequest() *ListSandboxesBadRequest
NewListSandboxesBadRequest creates a ListSandboxesBadRequest with default headers values
func (*ListSandboxesBadRequest) Code ¶ added in v0.3.7
func (o *ListSandboxesBadRequest) Code() int
Code gets the status code for the list sandboxes bad request response
func (*ListSandboxesBadRequest) Error ¶ added in v0.2.0
func (o *ListSandboxesBadRequest) Error() string
func (*ListSandboxesBadRequest) GetPayload ¶ added in v0.2.0
func (o *ListSandboxesBadRequest) GetPayload() *models.ErrorResponse
func (*ListSandboxesBadRequest) IsClientError ¶ added in v0.3.3
func (o *ListSandboxesBadRequest) IsClientError() bool
IsClientError returns true when this list sandboxes bad request response has a 4xx status code
func (*ListSandboxesBadRequest) IsCode ¶ added in v0.3.3
func (o *ListSandboxesBadRequest) IsCode(code int) bool
IsCode returns true when this list sandboxes bad request response a status code equal to that given
func (*ListSandboxesBadRequest) IsRedirect ¶ added in v0.3.3
func (o *ListSandboxesBadRequest) IsRedirect() bool
IsRedirect returns true when this list sandboxes bad request response has a 3xx status code
func (*ListSandboxesBadRequest) IsServerError ¶ added in v0.3.3
func (o *ListSandboxesBadRequest) IsServerError() bool
IsServerError returns true when this list sandboxes bad request response has a 5xx status code
func (*ListSandboxesBadRequest) IsSuccess ¶ added in v0.3.3
func (o *ListSandboxesBadRequest) IsSuccess() bool
IsSuccess returns true when this list sandboxes bad request response has a 2xx status code
func (*ListSandboxesBadRequest) String ¶ added in v0.3.3
func (o *ListSandboxesBadRequest) String() string
type ListSandboxesOK ¶ added in v0.2.0
ListSandboxesOK describes a response with status code 200, with default header values.
OK
func NewListSandboxesOK ¶ added in v0.2.0
func NewListSandboxesOK() *ListSandboxesOK
NewListSandboxesOK creates a ListSandboxesOK with default headers values
func (*ListSandboxesOK) Code ¶ added in v0.3.7
func (o *ListSandboxesOK) Code() int
Code gets the status code for the list sandboxes o k response
func (*ListSandboxesOK) Error ¶ added in v0.2.0
func (o *ListSandboxesOK) Error() string
func (*ListSandboxesOK) GetPayload ¶ added in v0.2.0
func (o *ListSandboxesOK) GetPayload() []*models.Sandbox
func (*ListSandboxesOK) IsClientError ¶ added in v0.3.3
func (o *ListSandboxesOK) IsClientError() bool
IsClientError returns true when this list sandboxes o k response has a 4xx status code
func (*ListSandboxesOK) IsCode ¶ added in v0.3.3
func (o *ListSandboxesOK) IsCode(code int) bool
IsCode returns true when this list sandboxes o k response a status code equal to that given
func (*ListSandboxesOK) IsRedirect ¶ added in v0.3.3
func (o *ListSandboxesOK) IsRedirect() bool
IsRedirect returns true when this list sandboxes o k response has a 3xx status code
func (*ListSandboxesOK) IsServerError ¶ added in v0.3.3
func (o *ListSandboxesOK) IsServerError() bool
IsServerError returns true when this list sandboxes o k response has a 5xx status code
func (*ListSandboxesOK) IsSuccess ¶ added in v0.3.3
func (o *ListSandboxesOK) IsSuccess() bool
IsSuccess returns true when this list sandboxes o k response has a 2xx status code
func (*ListSandboxesOK) String ¶ added in v0.3.3
func (o *ListSandboxesOK) String() string
type ListSandboxesParams ¶ added in v0.2.0
type ListSandboxesParams struct {
/* OrgName.
Signadot Org Name
*/
OrgName string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ListSandboxesParams contains all the parameters to send to the API endpoint
for the list sandboxes operation. Typically these are written to a http.Request.
func NewListSandboxesParams ¶ added in v0.2.0
func NewListSandboxesParams() *ListSandboxesParams
NewListSandboxesParams creates a new ListSandboxesParams 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 NewListSandboxesParamsWithContext ¶ added in v0.2.0
func NewListSandboxesParamsWithContext(ctx context.Context) *ListSandboxesParams
NewListSandboxesParamsWithContext creates a new ListSandboxesParams object with the ability to set a context for a request.
func NewListSandboxesParamsWithHTTPClient ¶ added in v0.2.0
func NewListSandboxesParamsWithHTTPClient(client *http.Client) *ListSandboxesParams
NewListSandboxesParamsWithHTTPClient creates a new ListSandboxesParams object with the ability to set a custom HTTPClient for a request.
func NewListSandboxesParamsWithTimeout ¶ added in v0.2.0
func NewListSandboxesParamsWithTimeout(timeout time.Duration) *ListSandboxesParams
NewListSandboxesParamsWithTimeout creates a new ListSandboxesParams object with the ability to set a timeout on a request.
func (*ListSandboxesParams) SetContext ¶ added in v0.2.0
func (o *ListSandboxesParams) SetContext(ctx context.Context)
SetContext adds the context to the list sandboxes params
func (*ListSandboxesParams) SetDefaults ¶ added in v0.2.0
func (o *ListSandboxesParams) SetDefaults()
SetDefaults hydrates default values in the list sandboxes params (not the query body).
All values with no default are reset to their zero value.
func (*ListSandboxesParams) SetHTTPClient ¶ added in v0.2.0
func (o *ListSandboxesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list sandboxes params
func (*ListSandboxesParams) SetOrgName ¶ added in v0.2.0
func (o *ListSandboxesParams) SetOrgName(orgName string)
SetOrgName adds the orgName to the list sandboxes params
func (*ListSandboxesParams) SetTimeout ¶ added in v0.2.0
func (o *ListSandboxesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list sandboxes params
func (*ListSandboxesParams) WithContext ¶ added in v0.2.0
func (o *ListSandboxesParams) WithContext(ctx context.Context) *ListSandboxesParams
WithContext adds the context to the list sandboxes params
func (*ListSandboxesParams) WithDefaults ¶ added in v0.2.0
func (o *ListSandboxesParams) WithDefaults() *ListSandboxesParams
WithDefaults hydrates default values in the list sandboxes params (not the query body).
All values with no default are reset to their zero value.
func (*ListSandboxesParams) WithHTTPClient ¶ added in v0.2.0
func (o *ListSandboxesParams) WithHTTPClient(client *http.Client) *ListSandboxesParams
WithHTTPClient adds the HTTPClient to the list sandboxes params
func (*ListSandboxesParams) WithOrgName ¶ added in v0.2.0
func (o *ListSandboxesParams) WithOrgName(orgName string) *ListSandboxesParams
WithOrgName adds the orgName to the list sandboxes params
func (*ListSandboxesParams) WithTimeout ¶ added in v0.2.0
func (o *ListSandboxesParams) WithTimeout(timeout time.Duration) *ListSandboxesParams
WithTimeout adds the timeout to the list sandboxes params
func (*ListSandboxesParams) WriteToRequest ¶ added in v0.2.0
func (o *ListSandboxesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListSandboxesReader ¶ added in v0.2.0
type ListSandboxesReader struct {
// contains filtered or unexported fields
}
ListSandboxesReader is a Reader for the ListSandboxes structure.
func (*ListSandboxesReader) ReadResponse ¶ added in v0.2.0
func (o *ListSandboxesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type ListSandboxesUnauthorized ¶ added in v0.2.0
type ListSandboxesUnauthorized struct {
}
ListSandboxesUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewListSandboxesUnauthorized ¶ added in v0.2.0
func NewListSandboxesUnauthorized() *ListSandboxesUnauthorized
NewListSandboxesUnauthorized creates a ListSandboxesUnauthorized with default headers values
func (*ListSandboxesUnauthorized) Code ¶ added in v0.3.7
func (o *ListSandboxesUnauthorized) Code() int
Code gets the status code for the list sandboxes unauthorized response
func (*ListSandboxesUnauthorized) Error ¶ added in v0.2.0
func (o *ListSandboxesUnauthorized) Error() string
func (*ListSandboxesUnauthorized) GetPayload ¶ added in v0.2.0
func (o *ListSandboxesUnauthorized) GetPayload() *models.ErrorResponse
func (*ListSandboxesUnauthorized) IsClientError ¶ added in v0.3.3
func (o *ListSandboxesUnauthorized) IsClientError() bool
IsClientError returns true when this list sandboxes unauthorized response has a 4xx status code
func (*ListSandboxesUnauthorized) IsCode ¶ added in v0.3.3
func (o *ListSandboxesUnauthorized) IsCode(code int) bool
IsCode returns true when this list sandboxes unauthorized response a status code equal to that given
func (*ListSandboxesUnauthorized) IsRedirect ¶ added in v0.3.3
func (o *ListSandboxesUnauthorized) IsRedirect() bool
IsRedirect returns true when this list sandboxes unauthorized response has a 3xx status code
func (*ListSandboxesUnauthorized) IsServerError ¶ added in v0.3.3
func (o *ListSandboxesUnauthorized) IsServerError() bool
IsServerError returns true when this list sandboxes unauthorized response has a 5xx status code
func (*ListSandboxesUnauthorized) IsSuccess ¶ added in v0.3.3
func (o *ListSandboxesUnauthorized) IsSuccess() bool
IsSuccess returns true when this list sandboxes unauthorized response has a 2xx status code
func (*ListSandboxesUnauthorized) String ¶ added in v0.3.3
func (o *ListSandboxesUnauthorized) String() string
Source Files
¶
- apply_sandbox_parameters.go
- apply_sandbox_responses.go
- delete_sandbox_parameters.go
- delete_sandbox_responses.go
- explain_sandbox_status_parameters.go
- explain_sandbox_status_responses.go
- get_sandbox_logs_parameters.go
- get_sandbox_logs_responses.go
- get_sandbox_parameters.go
- get_sandbox_responses.go
- list_sandboxes_parameters.go
- list_sandboxes_responses.go
- sandboxes_client.go