Documentation
¶
Index ¶
- func WithContentTypeApplicationJSON(r *runtime.ClientOperation)
- func WithContentTypeMultipartFormData(r *runtime.ClientOperation)
- type Client
- func (a *Client) EdgeStackCreateFile(params *EdgeStackCreateFileParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EdgeStackCreateFileOK, error)
- func (a *Client) EdgeStackCreateRepository(params *EdgeStackCreateRepositoryParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EdgeStackCreateRepositoryOK, error)
- func (a *Client) EdgeStackCreateString(params *EdgeStackCreateStringParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EdgeStackCreateStringOK, error)
- func (a *Client) EdgeStackDelete(params *EdgeStackDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EdgeStackDeleteNoContent, error)
- func (a *Client) EdgeStackFile(params *EdgeStackFileParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EdgeStackFileOK, error)
- func (a *Client) EdgeStackInspect(params *EdgeStackInspectParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EdgeStackInspectOK, error)
- func (a *Client) EdgeStackList(params *EdgeStackListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EdgeStackListOK, error)
- func (a *Client) EdgeStackLogsCollect(params *EdgeStackLogsCollectParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EdgeStackLogsCollectNoContent, error)
- func (a *Client) EdgeStackLogsDelete(params *EdgeStackLogsDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EdgeStackLogsDeleteNoContent, error)
- func (a *Client) EdgeStackLogsDownload(params *EdgeStackLogsDownloadParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EdgeStackLogsDownloadOK, error)
- func (a *Client) EdgeStackLogsStatusGet(params *EdgeStackLogsStatusGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EdgeStackLogsStatusGetOK, error)
- func (a *Client) EdgeStackParseRegistries(params *EdgeStackParseRegistriesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EdgeStackParseRegistriesOK, error)
- func (a *Client) EdgeStackStaggerStatusInspect(params *EdgeStackStaggerStatusInspectParams, ...) (*EdgeStackStaggerStatusInspectOK, error)
- func (a *Client) EdgeStackStatusUpdate(params *EdgeStackStatusUpdateParams, opts ...ClientOption) (*EdgeStackStatusUpdateOK, error)
- func (a *Client) EdgeStackUpdate(params *EdgeStackUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EdgeStackUpdateOK, error)
- func (a *Client) EdgeStackUpdateFromGit(params *EdgeStackUpdateFromGitParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EdgeStackUpdateFromGitNoContent, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type EdgeStackCreateFileBadRequest
- func (o *EdgeStackCreateFileBadRequest) Code() int
- func (o *EdgeStackCreateFileBadRequest) Error() string
- func (o *EdgeStackCreateFileBadRequest) IsClientError() bool
- func (o *EdgeStackCreateFileBadRequest) IsCode(code int) bool
- func (o *EdgeStackCreateFileBadRequest) IsRedirect() bool
- func (o *EdgeStackCreateFileBadRequest) IsServerError() bool
- func (o *EdgeStackCreateFileBadRequest) IsSuccess() bool
- func (o *EdgeStackCreateFileBadRequest) String() string
- type EdgeStackCreateFileInternalServerError
- func (o *EdgeStackCreateFileInternalServerError) Code() int
- func (o *EdgeStackCreateFileInternalServerError) Error() string
- func (o *EdgeStackCreateFileInternalServerError) IsClientError() bool
- func (o *EdgeStackCreateFileInternalServerError) IsCode(code int) bool
- func (o *EdgeStackCreateFileInternalServerError) IsRedirect() bool
- func (o *EdgeStackCreateFileInternalServerError) IsServerError() bool
- func (o *EdgeStackCreateFileInternalServerError) IsSuccess() bool
- func (o *EdgeStackCreateFileInternalServerError) String() string
- type EdgeStackCreateFileOK
- func (o *EdgeStackCreateFileOK) Code() int
- func (o *EdgeStackCreateFileOK) Error() string
- func (o *EdgeStackCreateFileOK) GetPayload() *models.PortainereeEdgeStack
- func (o *EdgeStackCreateFileOK) IsClientError() bool
- func (o *EdgeStackCreateFileOK) IsCode(code int) bool
- func (o *EdgeStackCreateFileOK) IsRedirect() bool
- func (o *EdgeStackCreateFileOK) IsServerError() bool
- func (o *EdgeStackCreateFileOK) IsSuccess() bool
- func (o *EdgeStackCreateFileOK) String() string
- type EdgeStackCreateFileParams
- func NewEdgeStackCreateFileParams() *EdgeStackCreateFileParams
- func NewEdgeStackCreateFileParamsWithContext(ctx context.Context) *EdgeStackCreateFileParams
- func NewEdgeStackCreateFileParamsWithHTTPClient(client *http.Client) *EdgeStackCreateFileParams
- func NewEdgeStackCreateFileParamsWithTimeout(timeout time.Duration) *EdgeStackCreateFileParams
- func (o *EdgeStackCreateFileParams) SetContext(ctx context.Context)
- func (o *EdgeStackCreateFileParams) SetDefaults()
- func (o *EdgeStackCreateFileParams) SetDeploymentType(deploymentType int64)
- func (o *EdgeStackCreateFileParams) SetDryrun(dryrun *string)
- func (o *EdgeStackCreateFileParams) SetEdgeGroups(edgeGroups string)
- func (o *EdgeStackCreateFileParams) SetEnvVars(envVars *string)
- func (o *EdgeStackCreateFileParams) SetFile(file runtime.NamedReadCloser)
- func (o *EdgeStackCreateFileParams) SetHTTPClient(client *http.Client)
- func (o *EdgeStackCreateFileParams) SetName(name string)
- func (o *EdgeStackCreateFileParams) SetPrePullImage(prePullImage *bool)
- func (o *EdgeStackCreateFileParams) SetRegistries(registries *string)
- func (o *EdgeStackCreateFileParams) SetRetryDeploy(retryDeploy *bool)
- func (o *EdgeStackCreateFileParams) SetRetryPeriod(retryPeriod *int64)
- func (o *EdgeStackCreateFileParams) SetStaggerConfig(staggerConfig *string)
- func (o *EdgeStackCreateFileParams) SetTimeout(timeout time.Duration)
- func (o *EdgeStackCreateFileParams) SetUseManifestNamespaces(useManifestNamespaces *bool)
- func (o *EdgeStackCreateFileParams) SetWebhook(webhook string)
- func (o *EdgeStackCreateFileParams) WithContext(ctx context.Context) *EdgeStackCreateFileParams
- func (o *EdgeStackCreateFileParams) WithDefaults() *EdgeStackCreateFileParams
- func (o *EdgeStackCreateFileParams) WithDeploymentType(deploymentType int64) *EdgeStackCreateFileParams
- func (o *EdgeStackCreateFileParams) WithDryrun(dryrun *string) *EdgeStackCreateFileParams
- func (o *EdgeStackCreateFileParams) WithEdgeGroups(edgeGroups string) *EdgeStackCreateFileParams
- func (o *EdgeStackCreateFileParams) WithEnvVars(envVars *string) *EdgeStackCreateFileParams
- func (o *EdgeStackCreateFileParams) WithFile(file runtime.NamedReadCloser) *EdgeStackCreateFileParams
- func (o *EdgeStackCreateFileParams) WithHTTPClient(client *http.Client) *EdgeStackCreateFileParams
- func (o *EdgeStackCreateFileParams) WithName(name string) *EdgeStackCreateFileParams
- func (o *EdgeStackCreateFileParams) WithPrePullImage(prePullImage *bool) *EdgeStackCreateFileParams
- func (o *EdgeStackCreateFileParams) WithRegistries(registries *string) *EdgeStackCreateFileParams
- func (o *EdgeStackCreateFileParams) WithRetryDeploy(retryDeploy *bool) *EdgeStackCreateFileParams
- func (o *EdgeStackCreateFileParams) WithRetryPeriod(retryPeriod *int64) *EdgeStackCreateFileParams
- func (o *EdgeStackCreateFileParams) WithStaggerConfig(staggerConfig *string) *EdgeStackCreateFileParams
- func (o *EdgeStackCreateFileParams) WithTimeout(timeout time.Duration) *EdgeStackCreateFileParams
- func (o *EdgeStackCreateFileParams) WithUseManifestNamespaces(useManifestNamespaces *bool) *EdgeStackCreateFileParams
- func (o *EdgeStackCreateFileParams) WithWebhook(webhook string) *EdgeStackCreateFileParams
- func (o *EdgeStackCreateFileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeStackCreateFileReader
- type EdgeStackCreateFileServiceUnavailable
- func (o *EdgeStackCreateFileServiceUnavailable) Code() int
- func (o *EdgeStackCreateFileServiceUnavailable) Error() string
- func (o *EdgeStackCreateFileServiceUnavailable) IsClientError() bool
- func (o *EdgeStackCreateFileServiceUnavailable) IsCode(code int) bool
- func (o *EdgeStackCreateFileServiceUnavailable) IsRedirect() bool
- func (o *EdgeStackCreateFileServiceUnavailable) IsServerError() bool
- func (o *EdgeStackCreateFileServiceUnavailable) IsSuccess() bool
- func (o *EdgeStackCreateFileServiceUnavailable) String() string
- type EdgeStackCreateRepositoryBadRequest
- func (o *EdgeStackCreateRepositoryBadRequest) Code() int
- func (o *EdgeStackCreateRepositoryBadRequest) Error() string
- func (o *EdgeStackCreateRepositoryBadRequest) IsClientError() bool
- func (o *EdgeStackCreateRepositoryBadRequest) IsCode(code int) bool
- func (o *EdgeStackCreateRepositoryBadRequest) IsRedirect() bool
- func (o *EdgeStackCreateRepositoryBadRequest) IsServerError() bool
- func (o *EdgeStackCreateRepositoryBadRequest) IsSuccess() bool
- func (o *EdgeStackCreateRepositoryBadRequest) String() string
- type EdgeStackCreateRepositoryConflict
- func (o *EdgeStackCreateRepositoryConflict) Code() int
- func (o *EdgeStackCreateRepositoryConflict) Error() string
- func (o *EdgeStackCreateRepositoryConflict) IsClientError() bool
- func (o *EdgeStackCreateRepositoryConflict) IsCode(code int) bool
- func (o *EdgeStackCreateRepositoryConflict) IsRedirect() bool
- func (o *EdgeStackCreateRepositoryConflict) IsServerError() bool
- func (o *EdgeStackCreateRepositoryConflict) IsSuccess() bool
- func (o *EdgeStackCreateRepositoryConflict) String() string
- type EdgeStackCreateRepositoryInternalServerError
- func (o *EdgeStackCreateRepositoryInternalServerError) Code() int
- func (o *EdgeStackCreateRepositoryInternalServerError) Error() string
- func (o *EdgeStackCreateRepositoryInternalServerError) IsClientError() bool
- func (o *EdgeStackCreateRepositoryInternalServerError) IsCode(code int) bool
- func (o *EdgeStackCreateRepositoryInternalServerError) IsRedirect() bool
- func (o *EdgeStackCreateRepositoryInternalServerError) IsServerError() bool
- func (o *EdgeStackCreateRepositoryInternalServerError) IsSuccess() bool
- func (o *EdgeStackCreateRepositoryInternalServerError) String() string
- type EdgeStackCreateRepositoryOK
- func (o *EdgeStackCreateRepositoryOK) Code() int
- func (o *EdgeStackCreateRepositoryOK) Error() string
- func (o *EdgeStackCreateRepositoryOK) GetPayload() *models.PortainereeEdgeStack
- func (o *EdgeStackCreateRepositoryOK) IsClientError() bool
- func (o *EdgeStackCreateRepositoryOK) IsCode(code int) bool
- func (o *EdgeStackCreateRepositoryOK) IsRedirect() bool
- func (o *EdgeStackCreateRepositoryOK) IsServerError() bool
- func (o *EdgeStackCreateRepositoryOK) IsSuccess() bool
- func (o *EdgeStackCreateRepositoryOK) String() string
- type EdgeStackCreateRepositoryParams
- func NewEdgeStackCreateRepositoryParams() *EdgeStackCreateRepositoryParams
- func NewEdgeStackCreateRepositoryParamsWithContext(ctx context.Context) *EdgeStackCreateRepositoryParams
- func NewEdgeStackCreateRepositoryParamsWithHTTPClient(client *http.Client) *EdgeStackCreateRepositoryParams
- func NewEdgeStackCreateRepositoryParamsWithTimeout(timeout time.Duration) *EdgeStackCreateRepositoryParams
- func (o *EdgeStackCreateRepositoryParams) SetBody(body *models.EdgestacksEdgeStackFromGitRepositoryPayload)
- func (o *EdgeStackCreateRepositoryParams) SetContext(ctx context.Context)
- func (o *EdgeStackCreateRepositoryParams) SetDefaults()
- func (o *EdgeStackCreateRepositoryParams) SetDryrun(dryrun *string)
- func (o *EdgeStackCreateRepositoryParams) SetHTTPClient(client *http.Client)
- func (o *EdgeStackCreateRepositoryParams) SetTimeout(timeout time.Duration)
- func (o *EdgeStackCreateRepositoryParams) WithBody(body *models.EdgestacksEdgeStackFromGitRepositoryPayload) *EdgeStackCreateRepositoryParams
- func (o *EdgeStackCreateRepositoryParams) WithContext(ctx context.Context) *EdgeStackCreateRepositoryParams
- func (o *EdgeStackCreateRepositoryParams) WithDefaults() *EdgeStackCreateRepositoryParams
- func (o *EdgeStackCreateRepositoryParams) WithDryrun(dryrun *string) *EdgeStackCreateRepositoryParams
- func (o *EdgeStackCreateRepositoryParams) WithHTTPClient(client *http.Client) *EdgeStackCreateRepositoryParams
- func (o *EdgeStackCreateRepositoryParams) WithTimeout(timeout time.Duration) *EdgeStackCreateRepositoryParams
- func (o *EdgeStackCreateRepositoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeStackCreateRepositoryReader
- type EdgeStackCreateRepositoryServiceUnavailable
- func (o *EdgeStackCreateRepositoryServiceUnavailable) Code() int
- func (o *EdgeStackCreateRepositoryServiceUnavailable) Error() string
- func (o *EdgeStackCreateRepositoryServiceUnavailable) IsClientError() bool
- func (o *EdgeStackCreateRepositoryServiceUnavailable) IsCode(code int) bool
- func (o *EdgeStackCreateRepositoryServiceUnavailable) IsRedirect() bool
- func (o *EdgeStackCreateRepositoryServiceUnavailable) IsServerError() bool
- func (o *EdgeStackCreateRepositoryServiceUnavailable) IsSuccess() bool
- func (o *EdgeStackCreateRepositoryServiceUnavailable) String() string
- type EdgeStackCreateStringBadRequest
- func (o *EdgeStackCreateStringBadRequest) Code() int
- func (o *EdgeStackCreateStringBadRequest) Error() string
- func (o *EdgeStackCreateStringBadRequest) IsClientError() bool
- func (o *EdgeStackCreateStringBadRequest) IsCode(code int) bool
- func (o *EdgeStackCreateStringBadRequest) IsRedirect() bool
- func (o *EdgeStackCreateStringBadRequest) IsServerError() bool
- func (o *EdgeStackCreateStringBadRequest) IsSuccess() bool
- func (o *EdgeStackCreateStringBadRequest) String() string
- type EdgeStackCreateStringInternalServerError
- func (o *EdgeStackCreateStringInternalServerError) Code() int
- func (o *EdgeStackCreateStringInternalServerError) Error() string
- func (o *EdgeStackCreateStringInternalServerError) IsClientError() bool
- func (o *EdgeStackCreateStringInternalServerError) IsCode(code int) bool
- func (o *EdgeStackCreateStringInternalServerError) IsRedirect() bool
- func (o *EdgeStackCreateStringInternalServerError) IsServerError() bool
- func (o *EdgeStackCreateStringInternalServerError) IsSuccess() bool
- func (o *EdgeStackCreateStringInternalServerError) String() string
- type EdgeStackCreateStringOK
- func (o *EdgeStackCreateStringOK) Code() int
- func (o *EdgeStackCreateStringOK) Error() string
- func (o *EdgeStackCreateStringOK) GetPayload() *models.PortainereeEdgeStack
- func (o *EdgeStackCreateStringOK) IsClientError() bool
- func (o *EdgeStackCreateStringOK) IsCode(code int) bool
- func (o *EdgeStackCreateStringOK) IsRedirect() bool
- func (o *EdgeStackCreateStringOK) IsServerError() bool
- func (o *EdgeStackCreateStringOK) IsSuccess() bool
- func (o *EdgeStackCreateStringOK) String() string
- type EdgeStackCreateStringParams
- func NewEdgeStackCreateStringParams() *EdgeStackCreateStringParams
- func NewEdgeStackCreateStringParamsWithContext(ctx context.Context) *EdgeStackCreateStringParams
- func NewEdgeStackCreateStringParamsWithHTTPClient(client *http.Client) *EdgeStackCreateStringParams
- func NewEdgeStackCreateStringParamsWithTimeout(timeout time.Duration) *EdgeStackCreateStringParams
- func (o *EdgeStackCreateStringParams) SetBody(body *models.EdgestacksEdgeStackFromStringPayload)
- func (o *EdgeStackCreateStringParams) SetContext(ctx context.Context)
- func (o *EdgeStackCreateStringParams) SetDefaults()
- func (o *EdgeStackCreateStringParams) SetDryrun(dryrun *string)
- func (o *EdgeStackCreateStringParams) SetHTTPClient(client *http.Client)
- func (o *EdgeStackCreateStringParams) SetTimeout(timeout time.Duration)
- func (o *EdgeStackCreateStringParams) WithBody(body *models.EdgestacksEdgeStackFromStringPayload) *EdgeStackCreateStringParams
- func (o *EdgeStackCreateStringParams) WithContext(ctx context.Context) *EdgeStackCreateStringParams
- func (o *EdgeStackCreateStringParams) WithDefaults() *EdgeStackCreateStringParams
- func (o *EdgeStackCreateStringParams) WithDryrun(dryrun *string) *EdgeStackCreateStringParams
- func (o *EdgeStackCreateStringParams) WithHTTPClient(client *http.Client) *EdgeStackCreateStringParams
- func (o *EdgeStackCreateStringParams) WithTimeout(timeout time.Duration) *EdgeStackCreateStringParams
- func (o *EdgeStackCreateStringParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeStackCreateStringReader
- type EdgeStackCreateStringServiceUnavailable
- func (o *EdgeStackCreateStringServiceUnavailable) Code() int
- func (o *EdgeStackCreateStringServiceUnavailable) Error() string
- func (o *EdgeStackCreateStringServiceUnavailable) IsClientError() bool
- func (o *EdgeStackCreateStringServiceUnavailable) IsCode(code int) bool
- func (o *EdgeStackCreateStringServiceUnavailable) IsRedirect() bool
- func (o *EdgeStackCreateStringServiceUnavailable) IsServerError() bool
- func (o *EdgeStackCreateStringServiceUnavailable) IsSuccess() bool
- func (o *EdgeStackCreateStringServiceUnavailable) String() string
- type EdgeStackDeleteBadRequest
- func (o *EdgeStackDeleteBadRequest) Code() int
- func (o *EdgeStackDeleteBadRequest) Error() string
- func (o *EdgeStackDeleteBadRequest) IsClientError() bool
- func (o *EdgeStackDeleteBadRequest) IsCode(code int) bool
- func (o *EdgeStackDeleteBadRequest) IsRedirect() bool
- func (o *EdgeStackDeleteBadRequest) IsServerError() bool
- func (o *EdgeStackDeleteBadRequest) IsSuccess() bool
- func (o *EdgeStackDeleteBadRequest) String() string
- type EdgeStackDeleteInternalServerError
- func (o *EdgeStackDeleteInternalServerError) Code() int
- func (o *EdgeStackDeleteInternalServerError) Error() string
- func (o *EdgeStackDeleteInternalServerError) IsClientError() bool
- func (o *EdgeStackDeleteInternalServerError) IsCode(code int) bool
- func (o *EdgeStackDeleteInternalServerError) IsRedirect() bool
- func (o *EdgeStackDeleteInternalServerError) IsServerError() bool
- func (o *EdgeStackDeleteInternalServerError) IsSuccess() bool
- func (o *EdgeStackDeleteInternalServerError) String() string
- type EdgeStackDeleteNoContent
- func (o *EdgeStackDeleteNoContent) Code() int
- func (o *EdgeStackDeleteNoContent) Error() string
- func (o *EdgeStackDeleteNoContent) IsClientError() bool
- func (o *EdgeStackDeleteNoContent) IsCode(code int) bool
- func (o *EdgeStackDeleteNoContent) IsRedirect() bool
- func (o *EdgeStackDeleteNoContent) IsServerError() bool
- func (o *EdgeStackDeleteNoContent) IsSuccess() bool
- func (o *EdgeStackDeleteNoContent) String() string
- type EdgeStackDeleteParams
- func NewEdgeStackDeleteParams() *EdgeStackDeleteParams
- func NewEdgeStackDeleteParamsWithContext(ctx context.Context) *EdgeStackDeleteParams
- func NewEdgeStackDeleteParamsWithHTTPClient(client *http.Client) *EdgeStackDeleteParams
- func NewEdgeStackDeleteParamsWithTimeout(timeout time.Duration) *EdgeStackDeleteParams
- func (o *EdgeStackDeleteParams) SetContext(ctx context.Context)
- func (o *EdgeStackDeleteParams) SetDefaults()
- func (o *EdgeStackDeleteParams) SetHTTPClient(client *http.Client)
- func (o *EdgeStackDeleteParams) SetID(id int64)
- func (o *EdgeStackDeleteParams) SetTimeout(timeout time.Duration)
- func (o *EdgeStackDeleteParams) WithContext(ctx context.Context) *EdgeStackDeleteParams
- func (o *EdgeStackDeleteParams) WithDefaults() *EdgeStackDeleteParams
- func (o *EdgeStackDeleteParams) WithHTTPClient(client *http.Client) *EdgeStackDeleteParams
- func (o *EdgeStackDeleteParams) WithID(id int64) *EdgeStackDeleteParams
- func (o *EdgeStackDeleteParams) WithTimeout(timeout time.Duration) *EdgeStackDeleteParams
- func (o *EdgeStackDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeStackDeleteReader
- type EdgeStackDeleteServiceUnavailable
- func (o *EdgeStackDeleteServiceUnavailable) Code() int
- func (o *EdgeStackDeleteServiceUnavailable) Error() string
- func (o *EdgeStackDeleteServiceUnavailable) IsClientError() bool
- func (o *EdgeStackDeleteServiceUnavailable) IsCode(code int) bool
- func (o *EdgeStackDeleteServiceUnavailable) IsRedirect() bool
- func (o *EdgeStackDeleteServiceUnavailable) IsServerError() bool
- func (o *EdgeStackDeleteServiceUnavailable) IsSuccess() bool
- func (o *EdgeStackDeleteServiceUnavailable) String() string
- type EdgeStackFileBadRequest
- func (o *EdgeStackFileBadRequest) Code() int
- func (o *EdgeStackFileBadRequest) Error() string
- func (o *EdgeStackFileBadRequest) IsClientError() bool
- func (o *EdgeStackFileBadRequest) IsCode(code int) bool
- func (o *EdgeStackFileBadRequest) IsRedirect() bool
- func (o *EdgeStackFileBadRequest) IsServerError() bool
- func (o *EdgeStackFileBadRequest) IsSuccess() bool
- func (o *EdgeStackFileBadRequest) String() string
- type EdgeStackFileInternalServerError
- func (o *EdgeStackFileInternalServerError) Code() int
- func (o *EdgeStackFileInternalServerError) Error() string
- func (o *EdgeStackFileInternalServerError) IsClientError() bool
- func (o *EdgeStackFileInternalServerError) IsCode(code int) bool
- func (o *EdgeStackFileInternalServerError) IsRedirect() bool
- func (o *EdgeStackFileInternalServerError) IsServerError() bool
- func (o *EdgeStackFileInternalServerError) IsSuccess() bool
- func (o *EdgeStackFileInternalServerError) String() string
- type EdgeStackFileOK
- func (o *EdgeStackFileOK) Code() int
- func (o *EdgeStackFileOK) Error() string
- func (o *EdgeStackFileOK) GetPayload() *models.EdgestacksStackFileResponse
- func (o *EdgeStackFileOK) IsClientError() bool
- func (o *EdgeStackFileOK) IsCode(code int) bool
- func (o *EdgeStackFileOK) IsRedirect() bool
- func (o *EdgeStackFileOK) IsServerError() bool
- func (o *EdgeStackFileOK) IsSuccess() bool
- func (o *EdgeStackFileOK) String() string
- type EdgeStackFileParams
- func (o *EdgeStackFileParams) SetCommitHash(commitHash *string)
- func (o *EdgeStackFileParams) SetContext(ctx context.Context)
- func (o *EdgeStackFileParams) SetDefaults()
- func (o *EdgeStackFileParams) SetHTTPClient(client *http.Client)
- func (o *EdgeStackFileParams) SetID(id int64)
- func (o *EdgeStackFileParams) SetTimeout(timeout time.Duration)
- func (o *EdgeStackFileParams) SetVersion(version *int64)
- func (o *EdgeStackFileParams) WithCommitHash(commitHash *string) *EdgeStackFileParams
- func (o *EdgeStackFileParams) WithContext(ctx context.Context) *EdgeStackFileParams
- func (o *EdgeStackFileParams) WithDefaults() *EdgeStackFileParams
- func (o *EdgeStackFileParams) WithHTTPClient(client *http.Client) *EdgeStackFileParams
- func (o *EdgeStackFileParams) WithID(id int64) *EdgeStackFileParams
- func (o *EdgeStackFileParams) WithTimeout(timeout time.Duration) *EdgeStackFileParams
- func (o *EdgeStackFileParams) WithVersion(version *int64) *EdgeStackFileParams
- func (o *EdgeStackFileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeStackFileReader
- type EdgeStackFileServiceUnavailable
- func (o *EdgeStackFileServiceUnavailable) Code() int
- func (o *EdgeStackFileServiceUnavailable) Error() string
- func (o *EdgeStackFileServiceUnavailable) IsClientError() bool
- func (o *EdgeStackFileServiceUnavailable) IsCode(code int) bool
- func (o *EdgeStackFileServiceUnavailable) IsRedirect() bool
- func (o *EdgeStackFileServiceUnavailable) IsServerError() bool
- func (o *EdgeStackFileServiceUnavailable) IsSuccess() bool
- func (o *EdgeStackFileServiceUnavailable) String() string
- type EdgeStackInspectBadRequest
- func (o *EdgeStackInspectBadRequest) Code() int
- func (o *EdgeStackInspectBadRequest) Error() string
- func (o *EdgeStackInspectBadRequest) IsClientError() bool
- func (o *EdgeStackInspectBadRequest) IsCode(code int) bool
- func (o *EdgeStackInspectBadRequest) IsRedirect() bool
- func (o *EdgeStackInspectBadRequest) IsServerError() bool
- func (o *EdgeStackInspectBadRequest) IsSuccess() bool
- func (o *EdgeStackInspectBadRequest) String() string
- type EdgeStackInspectInternalServerError
- func (o *EdgeStackInspectInternalServerError) Code() int
- func (o *EdgeStackInspectInternalServerError) Error() string
- func (o *EdgeStackInspectInternalServerError) IsClientError() bool
- func (o *EdgeStackInspectInternalServerError) IsCode(code int) bool
- func (o *EdgeStackInspectInternalServerError) IsRedirect() bool
- func (o *EdgeStackInspectInternalServerError) IsServerError() bool
- func (o *EdgeStackInspectInternalServerError) IsSuccess() bool
- func (o *EdgeStackInspectInternalServerError) String() string
- type EdgeStackInspectOK
- func (o *EdgeStackInspectOK) Code() int
- func (o *EdgeStackInspectOK) Error() string
- func (o *EdgeStackInspectOK) GetPayload() *models.PortainereeEdgeStack
- func (o *EdgeStackInspectOK) IsClientError() bool
- func (o *EdgeStackInspectOK) IsCode(code int) bool
- func (o *EdgeStackInspectOK) IsRedirect() bool
- func (o *EdgeStackInspectOK) IsServerError() bool
- func (o *EdgeStackInspectOK) IsSuccess() bool
- func (o *EdgeStackInspectOK) String() string
- type EdgeStackInspectParams
- func NewEdgeStackInspectParams() *EdgeStackInspectParams
- func NewEdgeStackInspectParamsWithContext(ctx context.Context) *EdgeStackInspectParams
- func NewEdgeStackInspectParamsWithHTTPClient(client *http.Client) *EdgeStackInspectParams
- func NewEdgeStackInspectParamsWithTimeout(timeout time.Duration) *EdgeStackInspectParams
- func (o *EdgeStackInspectParams) SetContext(ctx context.Context)
- func (o *EdgeStackInspectParams) SetDefaults()
- func (o *EdgeStackInspectParams) SetHTTPClient(client *http.Client)
- func (o *EdgeStackInspectParams) SetID(id int64)
- func (o *EdgeStackInspectParams) SetTimeout(timeout time.Duration)
- func (o *EdgeStackInspectParams) WithContext(ctx context.Context) *EdgeStackInspectParams
- func (o *EdgeStackInspectParams) WithDefaults() *EdgeStackInspectParams
- func (o *EdgeStackInspectParams) WithHTTPClient(client *http.Client) *EdgeStackInspectParams
- func (o *EdgeStackInspectParams) WithID(id int64) *EdgeStackInspectParams
- func (o *EdgeStackInspectParams) WithTimeout(timeout time.Duration) *EdgeStackInspectParams
- func (o *EdgeStackInspectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeStackInspectReader
- type EdgeStackInspectServiceUnavailable
- func (o *EdgeStackInspectServiceUnavailable) Code() int
- func (o *EdgeStackInspectServiceUnavailable) Error() string
- func (o *EdgeStackInspectServiceUnavailable) IsClientError() bool
- func (o *EdgeStackInspectServiceUnavailable) IsCode(code int) bool
- func (o *EdgeStackInspectServiceUnavailable) IsRedirect() bool
- func (o *EdgeStackInspectServiceUnavailable) IsServerError() bool
- func (o *EdgeStackInspectServiceUnavailable) IsSuccess() bool
- func (o *EdgeStackInspectServiceUnavailable) String() string
- type EdgeStackListBadRequest
- func (o *EdgeStackListBadRequest) Code() int
- func (o *EdgeStackListBadRequest) Error() string
- func (o *EdgeStackListBadRequest) IsClientError() bool
- func (o *EdgeStackListBadRequest) IsCode(code int) bool
- func (o *EdgeStackListBadRequest) IsRedirect() bool
- func (o *EdgeStackListBadRequest) IsServerError() bool
- func (o *EdgeStackListBadRequest) IsSuccess() bool
- func (o *EdgeStackListBadRequest) String() string
- type EdgeStackListInternalServerError
- func (o *EdgeStackListInternalServerError) Code() int
- func (o *EdgeStackListInternalServerError) Error() string
- func (o *EdgeStackListInternalServerError) IsClientError() bool
- func (o *EdgeStackListInternalServerError) IsCode(code int) bool
- func (o *EdgeStackListInternalServerError) IsRedirect() bool
- func (o *EdgeStackListInternalServerError) IsServerError() bool
- func (o *EdgeStackListInternalServerError) IsSuccess() bool
- func (o *EdgeStackListInternalServerError) String() string
- type EdgeStackListOK
- func (o *EdgeStackListOK) Code() int
- func (o *EdgeStackListOK) Error() string
- func (o *EdgeStackListOK) GetPayload() []*models.PortainereeEdgeStack
- func (o *EdgeStackListOK) IsClientError() bool
- func (o *EdgeStackListOK) IsCode(code int) bool
- func (o *EdgeStackListOK) IsRedirect() bool
- func (o *EdgeStackListOK) IsServerError() bool
- func (o *EdgeStackListOK) IsSuccess() bool
- func (o *EdgeStackListOK) String() string
- type EdgeStackListParams
- func (o *EdgeStackListParams) SetContext(ctx context.Context)
- func (o *EdgeStackListParams) SetDefaults()
- func (o *EdgeStackListParams) SetHTTPClient(client *http.Client)
- func (o *EdgeStackListParams) SetTimeout(timeout time.Duration)
- func (o *EdgeStackListParams) WithContext(ctx context.Context) *EdgeStackListParams
- func (o *EdgeStackListParams) WithDefaults() *EdgeStackListParams
- func (o *EdgeStackListParams) WithHTTPClient(client *http.Client) *EdgeStackListParams
- func (o *EdgeStackListParams) WithTimeout(timeout time.Duration) *EdgeStackListParams
- func (o *EdgeStackListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeStackListReader
- type EdgeStackListServiceUnavailable
- func (o *EdgeStackListServiceUnavailable) Code() int
- func (o *EdgeStackListServiceUnavailable) Error() string
- func (o *EdgeStackListServiceUnavailable) IsClientError() bool
- func (o *EdgeStackListServiceUnavailable) IsCode(code int) bool
- func (o *EdgeStackListServiceUnavailable) IsRedirect() bool
- func (o *EdgeStackListServiceUnavailable) IsServerError() bool
- func (o *EdgeStackListServiceUnavailable) IsSuccess() bool
- func (o *EdgeStackListServiceUnavailable) String() string
- type EdgeStackLogsCollectBadRequest
- func (o *EdgeStackLogsCollectBadRequest) Code() int
- func (o *EdgeStackLogsCollectBadRequest) Error() string
- func (o *EdgeStackLogsCollectBadRequest) IsClientError() bool
- func (o *EdgeStackLogsCollectBadRequest) IsCode(code int) bool
- func (o *EdgeStackLogsCollectBadRequest) IsRedirect() bool
- func (o *EdgeStackLogsCollectBadRequest) IsServerError() bool
- func (o *EdgeStackLogsCollectBadRequest) IsSuccess() bool
- func (o *EdgeStackLogsCollectBadRequest) String() string
- type EdgeStackLogsCollectInternalServerError
- func (o *EdgeStackLogsCollectInternalServerError) Code() int
- func (o *EdgeStackLogsCollectInternalServerError) Error() string
- func (o *EdgeStackLogsCollectInternalServerError) IsClientError() bool
- func (o *EdgeStackLogsCollectInternalServerError) IsCode(code int) bool
- func (o *EdgeStackLogsCollectInternalServerError) IsRedirect() bool
- func (o *EdgeStackLogsCollectInternalServerError) IsServerError() bool
- func (o *EdgeStackLogsCollectInternalServerError) IsSuccess() bool
- func (o *EdgeStackLogsCollectInternalServerError) String() string
- type EdgeStackLogsCollectNoContent
- func (o *EdgeStackLogsCollectNoContent) Code() int
- func (o *EdgeStackLogsCollectNoContent) Error() string
- func (o *EdgeStackLogsCollectNoContent) IsClientError() bool
- func (o *EdgeStackLogsCollectNoContent) IsCode(code int) bool
- func (o *EdgeStackLogsCollectNoContent) IsRedirect() bool
- func (o *EdgeStackLogsCollectNoContent) IsServerError() bool
- func (o *EdgeStackLogsCollectNoContent) IsSuccess() bool
- func (o *EdgeStackLogsCollectNoContent) String() string
- type EdgeStackLogsCollectNotFound
- func (o *EdgeStackLogsCollectNotFound) Code() int
- func (o *EdgeStackLogsCollectNotFound) Error() string
- func (o *EdgeStackLogsCollectNotFound) IsClientError() bool
- func (o *EdgeStackLogsCollectNotFound) IsCode(code int) bool
- func (o *EdgeStackLogsCollectNotFound) IsRedirect() bool
- func (o *EdgeStackLogsCollectNotFound) IsServerError() bool
- func (o *EdgeStackLogsCollectNotFound) IsSuccess() bool
- func (o *EdgeStackLogsCollectNotFound) String() string
- type EdgeStackLogsCollectParams
- func NewEdgeStackLogsCollectParams() *EdgeStackLogsCollectParams
- func NewEdgeStackLogsCollectParamsWithContext(ctx context.Context) *EdgeStackLogsCollectParams
- func NewEdgeStackLogsCollectParamsWithHTTPClient(client *http.Client) *EdgeStackLogsCollectParams
- func NewEdgeStackLogsCollectParamsWithTimeout(timeout time.Duration) *EdgeStackLogsCollectParams
- func (o *EdgeStackLogsCollectParams) SetContainerID(containerID *string)
- func (o *EdgeStackLogsCollectParams) SetContext(ctx context.Context)
- func (o *EdgeStackLogsCollectParams) SetDefaults()
- func (o *EdgeStackLogsCollectParams) SetEndpointID(endpointID int64)
- func (o *EdgeStackLogsCollectParams) SetHTTPClient(client *http.Client)
- func (o *EdgeStackLogsCollectParams) SetID(id int64)
- func (o *EdgeStackLogsCollectParams) SetSince(since *string)
- func (o *EdgeStackLogsCollectParams) SetTail(tail *int64)
- func (o *EdgeStackLogsCollectParams) SetTimeout(timeout time.Duration)
- func (o *EdgeStackLogsCollectParams) SetUntil(until *string)
- func (o *EdgeStackLogsCollectParams) WithContainerID(containerID *string) *EdgeStackLogsCollectParams
- func (o *EdgeStackLogsCollectParams) WithContext(ctx context.Context) *EdgeStackLogsCollectParams
- func (o *EdgeStackLogsCollectParams) WithDefaults() *EdgeStackLogsCollectParams
- func (o *EdgeStackLogsCollectParams) WithEndpointID(endpointID int64) *EdgeStackLogsCollectParams
- func (o *EdgeStackLogsCollectParams) WithHTTPClient(client *http.Client) *EdgeStackLogsCollectParams
- func (o *EdgeStackLogsCollectParams) WithID(id int64) *EdgeStackLogsCollectParams
- func (o *EdgeStackLogsCollectParams) WithSince(since *string) *EdgeStackLogsCollectParams
- func (o *EdgeStackLogsCollectParams) WithTail(tail *int64) *EdgeStackLogsCollectParams
- func (o *EdgeStackLogsCollectParams) WithTimeout(timeout time.Duration) *EdgeStackLogsCollectParams
- func (o *EdgeStackLogsCollectParams) WithUntil(until *string) *EdgeStackLogsCollectParams
- func (o *EdgeStackLogsCollectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeStackLogsCollectReader
- type EdgeStackLogsCollectServiceUnavailable
- func (o *EdgeStackLogsCollectServiceUnavailable) Code() int
- func (o *EdgeStackLogsCollectServiceUnavailable) Error() string
- func (o *EdgeStackLogsCollectServiceUnavailable) IsClientError() bool
- func (o *EdgeStackLogsCollectServiceUnavailable) IsCode(code int) bool
- func (o *EdgeStackLogsCollectServiceUnavailable) IsRedirect() bool
- func (o *EdgeStackLogsCollectServiceUnavailable) IsServerError() bool
- func (o *EdgeStackLogsCollectServiceUnavailable) IsSuccess() bool
- func (o *EdgeStackLogsCollectServiceUnavailable) String() string
- type EdgeStackLogsDeleteBadRequest
- func (o *EdgeStackLogsDeleteBadRequest) Code() int
- func (o *EdgeStackLogsDeleteBadRequest) Error() string
- func (o *EdgeStackLogsDeleteBadRequest) IsClientError() bool
- func (o *EdgeStackLogsDeleteBadRequest) IsCode(code int) bool
- func (o *EdgeStackLogsDeleteBadRequest) IsRedirect() bool
- func (o *EdgeStackLogsDeleteBadRequest) IsServerError() bool
- func (o *EdgeStackLogsDeleteBadRequest) IsSuccess() bool
- func (o *EdgeStackLogsDeleteBadRequest) String() string
- type EdgeStackLogsDeleteNoContent
- func (o *EdgeStackLogsDeleteNoContent) Code() int
- func (o *EdgeStackLogsDeleteNoContent) Error() string
- func (o *EdgeStackLogsDeleteNoContent) IsClientError() bool
- func (o *EdgeStackLogsDeleteNoContent) IsCode(code int) bool
- func (o *EdgeStackLogsDeleteNoContent) IsRedirect() bool
- func (o *EdgeStackLogsDeleteNoContent) IsServerError() bool
- func (o *EdgeStackLogsDeleteNoContent) IsSuccess() bool
- func (o *EdgeStackLogsDeleteNoContent) String() string
- type EdgeStackLogsDeleteParams
- func NewEdgeStackLogsDeleteParams() *EdgeStackLogsDeleteParams
- func NewEdgeStackLogsDeleteParamsWithContext(ctx context.Context) *EdgeStackLogsDeleteParams
- func NewEdgeStackLogsDeleteParamsWithHTTPClient(client *http.Client) *EdgeStackLogsDeleteParams
- func NewEdgeStackLogsDeleteParamsWithTimeout(timeout time.Duration) *EdgeStackLogsDeleteParams
- func (o *EdgeStackLogsDeleteParams) SetContext(ctx context.Context)
- func (o *EdgeStackLogsDeleteParams) SetDefaults()
- func (o *EdgeStackLogsDeleteParams) SetEndpointID(endpointID int64)
- func (o *EdgeStackLogsDeleteParams) SetHTTPClient(client *http.Client)
- func (o *EdgeStackLogsDeleteParams) SetID(id int64)
- func (o *EdgeStackLogsDeleteParams) SetTimeout(timeout time.Duration)
- func (o *EdgeStackLogsDeleteParams) WithContext(ctx context.Context) *EdgeStackLogsDeleteParams
- func (o *EdgeStackLogsDeleteParams) WithDefaults() *EdgeStackLogsDeleteParams
- func (o *EdgeStackLogsDeleteParams) WithEndpointID(endpointID int64) *EdgeStackLogsDeleteParams
- func (o *EdgeStackLogsDeleteParams) WithHTTPClient(client *http.Client) *EdgeStackLogsDeleteParams
- func (o *EdgeStackLogsDeleteParams) WithID(id int64) *EdgeStackLogsDeleteParams
- func (o *EdgeStackLogsDeleteParams) WithTimeout(timeout time.Duration) *EdgeStackLogsDeleteParams
- func (o *EdgeStackLogsDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeStackLogsDeleteReader
- type EdgeStackLogsDeleteServiceUnavailable
- func (o *EdgeStackLogsDeleteServiceUnavailable) Code() int
- func (o *EdgeStackLogsDeleteServiceUnavailable) Error() string
- func (o *EdgeStackLogsDeleteServiceUnavailable) IsClientError() bool
- func (o *EdgeStackLogsDeleteServiceUnavailable) IsCode(code int) bool
- func (o *EdgeStackLogsDeleteServiceUnavailable) IsRedirect() bool
- func (o *EdgeStackLogsDeleteServiceUnavailable) IsServerError() bool
- func (o *EdgeStackLogsDeleteServiceUnavailable) IsSuccess() bool
- func (o *EdgeStackLogsDeleteServiceUnavailable) String() string
- type EdgeStackLogsDownloadBadRequest
- func (o *EdgeStackLogsDownloadBadRequest) Code() int
- func (o *EdgeStackLogsDownloadBadRequest) Error() string
- func (o *EdgeStackLogsDownloadBadRequest) IsClientError() bool
- func (o *EdgeStackLogsDownloadBadRequest) IsCode(code int) bool
- func (o *EdgeStackLogsDownloadBadRequest) IsRedirect() bool
- func (o *EdgeStackLogsDownloadBadRequest) IsServerError() bool
- func (o *EdgeStackLogsDownloadBadRequest) IsSuccess() bool
- func (o *EdgeStackLogsDownloadBadRequest) String() string
- type EdgeStackLogsDownloadInternalServerError
- func (o *EdgeStackLogsDownloadInternalServerError) Code() int
- func (o *EdgeStackLogsDownloadInternalServerError) Error() string
- func (o *EdgeStackLogsDownloadInternalServerError) IsClientError() bool
- func (o *EdgeStackLogsDownloadInternalServerError) IsCode(code int) bool
- func (o *EdgeStackLogsDownloadInternalServerError) IsRedirect() bool
- func (o *EdgeStackLogsDownloadInternalServerError) IsServerError() bool
- func (o *EdgeStackLogsDownloadInternalServerError) IsSuccess() bool
- func (o *EdgeStackLogsDownloadInternalServerError) String() string
- type EdgeStackLogsDownloadNotFound
- func (o *EdgeStackLogsDownloadNotFound) Code() int
- func (o *EdgeStackLogsDownloadNotFound) Error() string
- func (o *EdgeStackLogsDownloadNotFound) IsClientError() bool
- func (o *EdgeStackLogsDownloadNotFound) IsCode(code int) bool
- func (o *EdgeStackLogsDownloadNotFound) IsRedirect() bool
- func (o *EdgeStackLogsDownloadNotFound) IsServerError() bool
- func (o *EdgeStackLogsDownloadNotFound) IsSuccess() bool
- func (o *EdgeStackLogsDownloadNotFound) String() string
- type EdgeStackLogsDownloadOK
- func (o *EdgeStackLogsDownloadOK) Code() int
- func (o *EdgeStackLogsDownloadOK) Error() string
- func (o *EdgeStackLogsDownloadOK) IsClientError() bool
- func (o *EdgeStackLogsDownloadOK) IsCode(code int) bool
- func (o *EdgeStackLogsDownloadOK) IsRedirect() bool
- func (o *EdgeStackLogsDownloadOK) IsServerError() bool
- func (o *EdgeStackLogsDownloadOK) IsSuccess() bool
- func (o *EdgeStackLogsDownloadOK) String() string
- type EdgeStackLogsDownloadParams
- func NewEdgeStackLogsDownloadParams() *EdgeStackLogsDownloadParams
- func NewEdgeStackLogsDownloadParamsWithContext(ctx context.Context) *EdgeStackLogsDownloadParams
- func NewEdgeStackLogsDownloadParamsWithHTTPClient(client *http.Client) *EdgeStackLogsDownloadParams
- func NewEdgeStackLogsDownloadParamsWithTimeout(timeout time.Duration) *EdgeStackLogsDownloadParams
- func (o *EdgeStackLogsDownloadParams) SetContext(ctx context.Context)
- func (o *EdgeStackLogsDownloadParams) SetDefaults()
- func (o *EdgeStackLogsDownloadParams) SetEndpointID(endpointID int64)
- func (o *EdgeStackLogsDownloadParams) SetHTTPClient(client *http.Client)
- func (o *EdgeStackLogsDownloadParams) SetID(id int64)
- func (o *EdgeStackLogsDownloadParams) SetTimeout(timeout time.Duration)
- func (o *EdgeStackLogsDownloadParams) WithContext(ctx context.Context) *EdgeStackLogsDownloadParams
- func (o *EdgeStackLogsDownloadParams) WithDefaults() *EdgeStackLogsDownloadParams
- func (o *EdgeStackLogsDownloadParams) WithEndpointID(endpointID int64) *EdgeStackLogsDownloadParams
- func (o *EdgeStackLogsDownloadParams) WithHTTPClient(client *http.Client) *EdgeStackLogsDownloadParams
- func (o *EdgeStackLogsDownloadParams) WithID(id int64) *EdgeStackLogsDownloadParams
- func (o *EdgeStackLogsDownloadParams) WithTimeout(timeout time.Duration) *EdgeStackLogsDownloadParams
- func (o *EdgeStackLogsDownloadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeStackLogsDownloadReader
- type EdgeStackLogsDownloadServiceUnavailable
- func (o *EdgeStackLogsDownloadServiceUnavailable) Code() int
- func (o *EdgeStackLogsDownloadServiceUnavailable) Error() string
- func (o *EdgeStackLogsDownloadServiceUnavailable) IsClientError() bool
- func (o *EdgeStackLogsDownloadServiceUnavailable) IsCode(code int) bool
- func (o *EdgeStackLogsDownloadServiceUnavailable) IsRedirect() bool
- func (o *EdgeStackLogsDownloadServiceUnavailable) IsServerError() bool
- func (o *EdgeStackLogsDownloadServiceUnavailable) IsSuccess() bool
- func (o *EdgeStackLogsDownloadServiceUnavailable) String() string
- type EdgeStackLogsStatusGetBadRequest
- func (o *EdgeStackLogsStatusGetBadRequest) Code() int
- func (o *EdgeStackLogsStatusGetBadRequest) Error() string
- func (o *EdgeStackLogsStatusGetBadRequest) IsClientError() bool
- func (o *EdgeStackLogsStatusGetBadRequest) IsCode(code int) bool
- func (o *EdgeStackLogsStatusGetBadRequest) IsRedirect() bool
- func (o *EdgeStackLogsStatusGetBadRequest) IsServerError() bool
- func (o *EdgeStackLogsStatusGetBadRequest) IsSuccess() bool
- func (o *EdgeStackLogsStatusGetBadRequest) String() string
- type EdgeStackLogsStatusGetInternalServerError
- func (o *EdgeStackLogsStatusGetInternalServerError) Code() int
- func (o *EdgeStackLogsStatusGetInternalServerError) Error() string
- func (o *EdgeStackLogsStatusGetInternalServerError) IsClientError() bool
- func (o *EdgeStackLogsStatusGetInternalServerError) IsCode(code int) bool
- func (o *EdgeStackLogsStatusGetInternalServerError) IsRedirect() bool
- func (o *EdgeStackLogsStatusGetInternalServerError) IsServerError() bool
- func (o *EdgeStackLogsStatusGetInternalServerError) IsSuccess() bool
- func (o *EdgeStackLogsStatusGetInternalServerError) String() string
- type EdgeStackLogsStatusGetOK
- func (o *EdgeStackLogsStatusGetOK) Code() int
- func (o *EdgeStackLogsStatusGetOK) Error() string
- func (o *EdgeStackLogsStatusGetOK) IsClientError() bool
- func (o *EdgeStackLogsStatusGetOK) IsCode(code int) bool
- func (o *EdgeStackLogsStatusGetOK) IsRedirect() bool
- func (o *EdgeStackLogsStatusGetOK) IsServerError() bool
- func (o *EdgeStackLogsStatusGetOK) IsSuccess() bool
- func (o *EdgeStackLogsStatusGetOK) String() string
- type EdgeStackLogsStatusGetParams
- func NewEdgeStackLogsStatusGetParams() *EdgeStackLogsStatusGetParams
- func NewEdgeStackLogsStatusGetParamsWithContext(ctx context.Context) *EdgeStackLogsStatusGetParams
- func NewEdgeStackLogsStatusGetParamsWithHTTPClient(client *http.Client) *EdgeStackLogsStatusGetParams
- func NewEdgeStackLogsStatusGetParamsWithTimeout(timeout time.Duration) *EdgeStackLogsStatusGetParams
- func (o *EdgeStackLogsStatusGetParams) SetContext(ctx context.Context)
- func (o *EdgeStackLogsStatusGetParams) SetDefaults()
- func (o *EdgeStackLogsStatusGetParams) SetEndpointID(endpointID int64)
- func (o *EdgeStackLogsStatusGetParams) SetHTTPClient(client *http.Client)
- func (o *EdgeStackLogsStatusGetParams) SetID(id int64)
- func (o *EdgeStackLogsStatusGetParams) SetTimeout(timeout time.Duration)
- func (o *EdgeStackLogsStatusGetParams) WithContext(ctx context.Context) *EdgeStackLogsStatusGetParams
- func (o *EdgeStackLogsStatusGetParams) WithDefaults() *EdgeStackLogsStatusGetParams
- func (o *EdgeStackLogsStatusGetParams) WithEndpointID(endpointID int64) *EdgeStackLogsStatusGetParams
- func (o *EdgeStackLogsStatusGetParams) WithHTTPClient(client *http.Client) *EdgeStackLogsStatusGetParams
- func (o *EdgeStackLogsStatusGetParams) WithID(id int64) *EdgeStackLogsStatusGetParams
- func (o *EdgeStackLogsStatusGetParams) WithTimeout(timeout time.Duration) *EdgeStackLogsStatusGetParams
- func (o *EdgeStackLogsStatusGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeStackLogsStatusGetReader
- type EdgeStackLogsStatusGetServiceUnavailable
- func (o *EdgeStackLogsStatusGetServiceUnavailable) Code() int
- func (o *EdgeStackLogsStatusGetServiceUnavailable) Error() string
- func (o *EdgeStackLogsStatusGetServiceUnavailable) IsClientError() bool
- func (o *EdgeStackLogsStatusGetServiceUnavailable) IsCode(code int) bool
- func (o *EdgeStackLogsStatusGetServiceUnavailable) IsRedirect() bool
- func (o *EdgeStackLogsStatusGetServiceUnavailable) IsServerError() bool
- func (o *EdgeStackLogsStatusGetServiceUnavailable) IsSuccess() bool
- func (o *EdgeStackLogsStatusGetServiceUnavailable) String() string
- type EdgeStackParseRegistriesBadRequest
- func (o *EdgeStackParseRegistriesBadRequest) Code() int
- func (o *EdgeStackParseRegistriesBadRequest) Error() string
- func (o *EdgeStackParseRegistriesBadRequest) IsClientError() bool
- func (o *EdgeStackParseRegistriesBadRequest) IsCode(code int) bool
- func (o *EdgeStackParseRegistriesBadRequest) IsRedirect() bool
- func (o *EdgeStackParseRegistriesBadRequest) IsServerError() bool
- func (o *EdgeStackParseRegistriesBadRequest) IsSuccess() bool
- func (o *EdgeStackParseRegistriesBadRequest) String() string
- type EdgeStackParseRegistriesInternalServerError
- func (o *EdgeStackParseRegistriesInternalServerError) Code() int
- func (o *EdgeStackParseRegistriesInternalServerError) Error() string
- func (o *EdgeStackParseRegistriesInternalServerError) IsClientError() bool
- func (o *EdgeStackParseRegistriesInternalServerError) IsCode(code int) bool
- func (o *EdgeStackParseRegistriesInternalServerError) IsRedirect() bool
- func (o *EdgeStackParseRegistriesInternalServerError) IsServerError() bool
- func (o *EdgeStackParseRegistriesInternalServerError) IsSuccess() bool
- func (o *EdgeStackParseRegistriesInternalServerError) String() string
- type EdgeStackParseRegistriesOK
- func (o *EdgeStackParseRegistriesOK) Code() int
- func (o *EdgeStackParseRegistriesOK) Error() string
- func (o *EdgeStackParseRegistriesOK) GetPayload() []int64
- func (o *EdgeStackParseRegistriesOK) IsClientError() bool
- func (o *EdgeStackParseRegistriesOK) IsCode(code int) bool
- func (o *EdgeStackParseRegistriesOK) IsRedirect() bool
- func (o *EdgeStackParseRegistriesOK) IsServerError() bool
- func (o *EdgeStackParseRegistriesOK) IsSuccess() bool
- func (o *EdgeStackParseRegistriesOK) String() string
- type EdgeStackParseRegistriesParams
- func NewEdgeStackParseRegistriesParams() *EdgeStackParseRegistriesParams
- func NewEdgeStackParseRegistriesParamsWithContext(ctx context.Context) *EdgeStackParseRegistriesParams
- func NewEdgeStackParseRegistriesParamsWithHTTPClient(client *http.Client) *EdgeStackParseRegistriesParams
- func NewEdgeStackParseRegistriesParamsWithTimeout(timeout time.Duration) *EdgeStackParseRegistriesParams
- func (o *EdgeStackParseRegistriesParams) SetContext(ctx context.Context)
- func (o *EdgeStackParseRegistriesParams) SetDefaults()
- func (o *EdgeStackParseRegistriesParams) SetFile(file runtime.NamedReadCloser)
- func (o *EdgeStackParseRegistriesParams) SetHTTPClient(client *http.Client)
- func (o *EdgeStackParseRegistriesParams) SetTimeout(timeout time.Duration)
- func (o *EdgeStackParseRegistriesParams) WithContext(ctx context.Context) *EdgeStackParseRegistriesParams
- func (o *EdgeStackParseRegistriesParams) WithDefaults() *EdgeStackParseRegistriesParams
- func (o *EdgeStackParseRegistriesParams) WithFile(file runtime.NamedReadCloser) *EdgeStackParseRegistriesParams
- func (o *EdgeStackParseRegistriesParams) WithHTTPClient(client *http.Client) *EdgeStackParseRegistriesParams
- func (o *EdgeStackParseRegistriesParams) WithTimeout(timeout time.Duration) *EdgeStackParseRegistriesParams
- func (o *EdgeStackParseRegistriesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeStackParseRegistriesReader
- type EdgeStackStaggerStatusInspectBadRequest
- func (o *EdgeStackStaggerStatusInspectBadRequest) Code() int
- func (o *EdgeStackStaggerStatusInspectBadRequest) Error() string
- func (o *EdgeStackStaggerStatusInspectBadRequest) IsClientError() bool
- func (o *EdgeStackStaggerStatusInspectBadRequest) IsCode(code int) bool
- func (o *EdgeStackStaggerStatusInspectBadRequest) IsRedirect() bool
- func (o *EdgeStackStaggerStatusInspectBadRequest) IsServerError() bool
- func (o *EdgeStackStaggerStatusInspectBadRequest) IsSuccess() bool
- func (o *EdgeStackStaggerStatusInspectBadRequest) String() string
- type EdgeStackStaggerStatusInspectInternalServerError
- func (o *EdgeStackStaggerStatusInspectInternalServerError) Code() int
- func (o *EdgeStackStaggerStatusInspectInternalServerError) Error() string
- func (o *EdgeStackStaggerStatusInspectInternalServerError) IsClientError() bool
- func (o *EdgeStackStaggerStatusInspectInternalServerError) IsCode(code int) bool
- func (o *EdgeStackStaggerStatusInspectInternalServerError) IsRedirect() bool
- func (o *EdgeStackStaggerStatusInspectInternalServerError) IsServerError() bool
- func (o *EdgeStackStaggerStatusInspectInternalServerError) IsSuccess() bool
- func (o *EdgeStackStaggerStatusInspectInternalServerError) String() string
- type EdgeStackStaggerStatusInspectOK
- func (o *EdgeStackStaggerStatusInspectOK) Code() int
- func (o *EdgeStackStaggerStatusInspectOK) Error() string
- func (o *EdgeStackStaggerStatusInspectOK) GetPayload() *models.EdgestacksEdgeStackStaggerStatusResponse
- func (o *EdgeStackStaggerStatusInspectOK) IsClientError() bool
- func (o *EdgeStackStaggerStatusInspectOK) IsCode(code int) bool
- func (o *EdgeStackStaggerStatusInspectOK) IsRedirect() bool
- func (o *EdgeStackStaggerStatusInspectOK) IsServerError() bool
- func (o *EdgeStackStaggerStatusInspectOK) IsSuccess() bool
- func (o *EdgeStackStaggerStatusInspectOK) String() string
- type EdgeStackStaggerStatusInspectParams
- func NewEdgeStackStaggerStatusInspectParams() *EdgeStackStaggerStatusInspectParams
- func NewEdgeStackStaggerStatusInspectParamsWithContext(ctx context.Context) *EdgeStackStaggerStatusInspectParams
- func NewEdgeStackStaggerStatusInspectParamsWithHTTPClient(client *http.Client) *EdgeStackStaggerStatusInspectParams
- func NewEdgeStackStaggerStatusInspectParamsWithTimeout(timeout time.Duration) *EdgeStackStaggerStatusInspectParams
- func (o *EdgeStackStaggerStatusInspectParams) SetContext(ctx context.Context)
- func (o *EdgeStackStaggerStatusInspectParams) SetDefaults()
- func (o *EdgeStackStaggerStatusInspectParams) SetHTTPClient(client *http.Client)
- func (o *EdgeStackStaggerStatusInspectParams) SetID(id int64)
- func (o *EdgeStackStaggerStatusInspectParams) SetTimeout(timeout time.Duration)
- func (o *EdgeStackStaggerStatusInspectParams) WithContext(ctx context.Context) *EdgeStackStaggerStatusInspectParams
- func (o *EdgeStackStaggerStatusInspectParams) WithDefaults() *EdgeStackStaggerStatusInspectParams
- func (o *EdgeStackStaggerStatusInspectParams) WithHTTPClient(client *http.Client) *EdgeStackStaggerStatusInspectParams
- func (o *EdgeStackStaggerStatusInspectParams) WithID(id int64) *EdgeStackStaggerStatusInspectParams
- func (o *EdgeStackStaggerStatusInspectParams) WithTimeout(timeout time.Duration) *EdgeStackStaggerStatusInspectParams
- func (o *EdgeStackStaggerStatusInspectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeStackStaggerStatusInspectReader
- type EdgeStackStaggerStatusInspectServiceUnavailable
- func (o *EdgeStackStaggerStatusInspectServiceUnavailable) Code() int
- func (o *EdgeStackStaggerStatusInspectServiceUnavailable) Error() string
- func (o *EdgeStackStaggerStatusInspectServiceUnavailable) IsClientError() bool
- func (o *EdgeStackStaggerStatusInspectServiceUnavailable) IsCode(code int) bool
- func (o *EdgeStackStaggerStatusInspectServiceUnavailable) IsRedirect() bool
- func (o *EdgeStackStaggerStatusInspectServiceUnavailable) IsServerError() bool
- func (o *EdgeStackStaggerStatusInspectServiceUnavailable) IsSuccess() bool
- func (o *EdgeStackStaggerStatusInspectServiceUnavailable) String() string
- type EdgeStackStatusUpdateBadRequest
- func (o *EdgeStackStatusUpdateBadRequest) Code() int
- func (o *EdgeStackStatusUpdateBadRequest) Error() string
- func (o *EdgeStackStatusUpdateBadRequest) IsClientError() bool
- func (o *EdgeStackStatusUpdateBadRequest) IsCode(code int) bool
- func (o *EdgeStackStatusUpdateBadRequest) IsRedirect() bool
- func (o *EdgeStackStatusUpdateBadRequest) IsServerError() bool
- func (o *EdgeStackStatusUpdateBadRequest) IsSuccess() bool
- func (o *EdgeStackStatusUpdateBadRequest) String() string
- type EdgeStackStatusUpdateForbidden
- func (o *EdgeStackStatusUpdateForbidden) Code() int
- func (o *EdgeStackStatusUpdateForbidden) Error() string
- func (o *EdgeStackStatusUpdateForbidden) IsClientError() bool
- func (o *EdgeStackStatusUpdateForbidden) IsCode(code int) bool
- func (o *EdgeStackStatusUpdateForbidden) IsRedirect() bool
- func (o *EdgeStackStatusUpdateForbidden) IsServerError() bool
- func (o *EdgeStackStatusUpdateForbidden) IsSuccess() bool
- func (o *EdgeStackStatusUpdateForbidden) String() string
- type EdgeStackStatusUpdateInternalServerError
- func (o *EdgeStackStatusUpdateInternalServerError) Code() int
- func (o *EdgeStackStatusUpdateInternalServerError) Error() string
- func (o *EdgeStackStatusUpdateInternalServerError) IsClientError() bool
- func (o *EdgeStackStatusUpdateInternalServerError) IsCode(code int) bool
- func (o *EdgeStackStatusUpdateInternalServerError) IsRedirect() bool
- func (o *EdgeStackStatusUpdateInternalServerError) IsServerError() bool
- func (o *EdgeStackStatusUpdateInternalServerError) IsSuccess() bool
- func (o *EdgeStackStatusUpdateInternalServerError) String() string
- type EdgeStackStatusUpdateNotFound
- func (o *EdgeStackStatusUpdateNotFound) Code() int
- func (o *EdgeStackStatusUpdateNotFound) Error() string
- func (o *EdgeStackStatusUpdateNotFound) IsClientError() bool
- func (o *EdgeStackStatusUpdateNotFound) IsCode(code int) bool
- func (o *EdgeStackStatusUpdateNotFound) IsRedirect() bool
- func (o *EdgeStackStatusUpdateNotFound) IsServerError() bool
- func (o *EdgeStackStatusUpdateNotFound) IsSuccess() bool
- func (o *EdgeStackStatusUpdateNotFound) String() string
- type EdgeStackStatusUpdateOK
- func (o *EdgeStackStatusUpdateOK) Code() int
- func (o *EdgeStackStatusUpdateOK) Error() string
- func (o *EdgeStackStatusUpdateOK) GetPayload() *models.PortainereeEdgeStack
- func (o *EdgeStackStatusUpdateOK) IsClientError() bool
- func (o *EdgeStackStatusUpdateOK) IsCode(code int) bool
- func (o *EdgeStackStatusUpdateOK) IsRedirect() bool
- func (o *EdgeStackStatusUpdateOK) IsServerError() bool
- func (o *EdgeStackStatusUpdateOK) IsSuccess() bool
- func (o *EdgeStackStatusUpdateOK) String() string
- type EdgeStackStatusUpdateParams
- func NewEdgeStackStatusUpdateParams() *EdgeStackStatusUpdateParams
- func NewEdgeStackStatusUpdateParamsWithContext(ctx context.Context) *EdgeStackStatusUpdateParams
- func NewEdgeStackStatusUpdateParamsWithHTTPClient(client *http.Client) *EdgeStackStatusUpdateParams
- func NewEdgeStackStatusUpdateParamsWithTimeout(timeout time.Duration) *EdgeStackStatusUpdateParams
- func (o *EdgeStackStatusUpdateParams) SetBody(body *models.EdgestacksUpdateStatusPayload)
- func (o *EdgeStackStatusUpdateParams) SetContext(ctx context.Context)
- func (o *EdgeStackStatusUpdateParams) SetDefaults()
- func (o *EdgeStackStatusUpdateParams) SetHTTPClient(client *http.Client)
- func (o *EdgeStackStatusUpdateParams) SetID(id int64)
- func (o *EdgeStackStatusUpdateParams) SetTimeout(timeout time.Duration)
- func (o *EdgeStackStatusUpdateParams) WithBody(body *models.EdgestacksUpdateStatusPayload) *EdgeStackStatusUpdateParams
- func (o *EdgeStackStatusUpdateParams) WithContext(ctx context.Context) *EdgeStackStatusUpdateParams
- func (o *EdgeStackStatusUpdateParams) WithDefaults() *EdgeStackStatusUpdateParams
- func (o *EdgeStackStatusUpdateParams) WithHTTPClient(client *http.Client) *EdgeStackStatusUpdateParams
- func (o *EdgeStackStatusUpdateParams) WithID(id int64) *EdgeStackStatusUpdateParams
- func (o *EdgeStackStatusUpdateParams) WithTimeout(timeout time.Duration) *EdgeStackStatusUpdateParams
- func (o *EdgeStackStatusUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeStackStatusUpdateReader
- type EdgeStackUpdateBadRequest
- func (o *EdgeStackUpdateBadRequest) Code() int
- func (o *EdgeStackUpdateBadRequest) Error() string
- func (o *EdgeStackUpdateBadRequest) IsClientError() bool
- func (o *EdgeStackUpdateBadRequest) IsCode(code int) bool
- func (o *EdgeStackUpdateBadRequest) IsRedirect() bool
- func (o *EdgeStackUpdateBadRequest) IsServerError() bool
- func (o *EdgeStackUpdateBadRequest) IsSuccess() bool
- func (o *EdgeStackUpdateBadRequest) String() string
- type EdgeStackUpdateFromGitBadRequest
- func (o *EdgeStackUpdateFromGitBadRequest) Code() int
- func (o *EdgeStackUpdateFromGitBadRequest) Error() string
- func (o *EdgeStackUpdateFromGitBadRequest) IsClientError() bool
- func (o *EdgeStackUpdateFromGitBadRequest) IsCode(code int) bool
- func (o *EdgeStackUpdateFromGitBadRequest) IsRedirect() bool
- func (o *EdgeStackUpdateFromGitBadRequest) IsServerError() bool
- func (o *EdgeStackUpdateFromGitBadRequest) IsSuccess() bool
- func (o *EdgeStackUpdateFromGitBadRequest) String() string
- type EdgeStackUpdateFromGitForbidden
- func (o *EdgeStackUpdateFromGitForbidden) Code() int
- func (o *EdgeStackUpdateFromGitForbidden) Error() string
- func (o *EdgeStackUpdateFromGitForbidden) IsClientError() bool
- func (o *EdgeStackUpdateFromGitForbidden) IsCode(code int) bool
- func (o *EdgeStackUpdateFromGitForbidden) IsRedirect() bool
- func (o *EdgeStackUpdateFromGitForbidden) IsServerError() bool
- func (o *EdgeStackUpdateFromGitForbidden) IsSuccess() bool
- func (o *EdgeStackUpdateFromGitForbidden) String() string
- type EdgeStackUpdateFromGitInternalServerError
- func (o *EdgeStackUpdateFromGitInternalServerError) Code() int
- func (o *EdgeStackUpdateFromGitInternalServerError) Error() string
- func (o *EdgeStackUpdateFromGitInternalServerError) IsClientError() bool
- func (o *EdgeStackUpdateFromGitInternalServerError) IsCode(code int) bool
- func (o *EdgeStackUpdateFromGitInternalServerError) IsRedirect() bool
- func (o *EdgeStackUpdateFromGitInternalServerError) IsServerError() bool
- func (o *EdgeStackUpdateFromGitInternalServerError) IsSuccess() bool
- func (o *EdgeStackUpdateFromGitInternalServerError) String() string
- type EdgeStackUpdateFromGitNoContent
- func (o *EdgeStackUpdateFromGitNoContent) Code() int
- func (o *EdgeStackUpdateFromGitNoContent) Error() string
- func (o *EdgeStackUpdateFromGitNoContent) IsClientError() bool
- func (o *EdgeStackUpdateFromGitNoContent) IsCode(code int) bool
- func (o *EdgeStackUpdateFromGitNoContent) IsRedirect() bool
- func (o *EdgeStackUpdateFromGitNoContent) IsServerError() bool
- func (o *EdgeStackUpdateFromGitNoContent) IsSuccess() bool
- func (o *EdgeStackUpdateFromGitNoContent) String() string
- type EdgeStackUpdateFromGitNotFound
- func (o *EdgeStackUpdateFromGitNotFound) Code() int
- func (o *EdgeStackUpdateFromGitNotFound) Error() string
- func (o *EdgeStackUpdateFromGitNotFound) IsClientError() bool
- func (o *EdgeStackUpdateFromGitNotFound) IsCode(code int) bool
- func (o *EdgeStackUpdateFromGitNotFound) IsRedirect() bool
- func (o *EdgeStackUpdateFromGitNotFound) IsServerError() bool
- func (o *EdgeStackUpdateFromGitNotFound) IsSuccess() bool
- func (o *EdgeStackUpdateFromGitNotFound) String() string
- type EdgeStackUpdateFromGitParams
- func NewEdgeStackUpdateFromGitParams() *EdgeStackUpdateFromGitParams
- func NewEdgeStackUpdateFromGitParamsWithContext(ctx context.Context) *EdgeStackUpdateFromGitParams
- func NewEdgeStackUpdateFromGitParamsWithHTTPClient(client *http.Client) *EdgeStackUpdateFromGitParams
- func NewEdgeStackUpdateFromGitParamsWithTimeout(timeout time.Duration) *EdgeStackUpdateFromGitParams
- func (o *EdgeStackUpdateFromGitParams) SetBody(body *models.EdgestacksStackGitUpdatePayload)
- func (o *EdgeStackUpdateFromGitParams) SetContext(ctx context.Context)
- func (o *EdgeStackUpdateFromGitParams) SetDefaults()
- func (o *EdgeStackUpdateFromGitParams) SetHTTPClient(client *http.Client)
- func (o *EdgeStackUpdateFromGitParams) SetID(id int64)
- func (o *EdgeStackUpdateFromGitParams) SetTimeout(timeout time.Duration)
- func (o *EdgeStackUpdateFromGitParams) WithBody(body *models.EdgestacksStackGitUpdatePayload) *EdgeStackUpdateFromGitParams
- func (o *EdgeStackUpdateFromGitParams) WithContext(ctx context.Context) *EdgeStackUpdateFromGitParams
- func (o *EdgeStackUpdateFromGitParams) WithDefaults() *EdgeStackUpdateFromGitParams
- func (o *EdgeStackUpdateFromGitParams) WithHTTPClient(client *http.Client) *EdgeStackUpdateFromGitParams
- func (o *EdgeStackUpdateFromGitParams) WithID(id int64) *EdgeStackUpdateFromGitParams
- func (o *EdgeStackUpdateFromGitParams) WithTimeout(timeout time.Duration) *EdgeStackUpdateFromGitParams
- func (o *EdgeStackUpdateFromGitParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeStackUpdateFromGitReader
- type EdgeStackUpdateInternalServerError
- func (o *EdgeStackUpdateInternalServerError) Code() int
- func (o *EdgeStackUpdateInternalServerError) Error() string
- func (o *EdgeStackUpdateInternalServerError) IsClientError() bool
- func (o *EdgeStackUpdateInternalServerError) IsCode(code int) bool
- func (o *EdgeStackUpdateInternalServerError) IsRedirect() bool
- func (o *EdgeStackUpdateInternalServerError) IsServerError() bool
- func (o *EdgeStackUpdateInternalServerError) IsSuccess() bool
- func (o *EdgeStackUpdateInternalServerError) String() string
- type EdgeStackUpdateOK
- func (o *EdgeStackUpdateOK) Code() int
- func (o *EdgeStackUpdateOK) Error() string
- func (o *EdgeStackUpdateOK) GetPayload() *models.PortainereeEdgeStack
- func (o *EdgeStackUpdateOK) IsClientError() bool
- func (o *EdgeStackUpdateOK) IsCode(code int) bool
- func (o *EdgeStackUpdateOK) IsRedirect() bool
- func (o *EdgeStackUpdateOK) IsServerError() bool
- func (o *EdgeStackUpdateOK) IsSuccess() bool
- func (o *EdgeStackUpdateOK) String() string
- type EdgeStackUpdateParams
- func NewEdgeStackUpdateParams() *EdgeStackUpdateParams
- func NewEdgeStackUpdateParamsWithContext(ctx context.Context) *EdgeStackUpdateParams
- func NewEdgeStackUpdateParamsWithHTTPClient(client *http.Client) *EdgeStackUpdateParams
- func NewEdgeStackUpdateParamsWithTimeout(timeout time.Duration) *EdgeStackUpdateParams
- func (o *EdgeStackUpdateParams) SetBody(body *models.EdgestacksUpdateEdgeStackPayload)
- func (o *EdgeStackUpdateParams) SetContext(ctx context.Context)
- func (o *EdgeStackUpdateParams) SetDefaults()
- func (o *EdgeStackUpdateParams) SetHTTPClient(client *http.Client)
- func (o *EdgeStackUpdateParams) SetID(id int64)
- func (o *EdgeStackUpdateParams) SetTimeout(timeout time.Duration)
- func (o *EdgeStackUpdateParams) WithBody(body *models.EdgestacksUpdateEdgeStackPayload) *EdgeStackUpdateParams
- func (o *EdgeStackUpdateParams) WithContext(ctx context.Context) *EdgeStackUpdateParams
- func (o *EdgeStackUpdateParams) WithDefaults() *EdgeStackUpdateParams
- func (o *EdgeStackUpdateParams) WithHTTPClient(client *http.Client) *EdgeStackUpdateParams
- func (o *EdgeStackUpdateParams) WithID(id int64) *EdgeStackUpdateParams
- func (o *EdgeStackUpdateParams) WithTimeout(timeout time.Duration) *EdgeStackUpdateParams
- func (o *EdgeStackUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeStackUpdateReader
- type EdgeStackUpdateServiceUnavailable
- func (o *EdgeStackUpdateServiceUnavailable) Code() int
- func (o *EdgeStackUpdateServiceUnavailable) Error() string
- func (o *EdgeStackUpdateServiceUnavailable) IsClientError() bool
- func (o *EdgeStackUpdateServiceUnavailable) IsCode(code int) bool
- func (o *EdgeStackUpdateServiceUnavailable) IsRedirect() bool
- func (o *EdgeStackUpdateServiceUnavailable) IsServerError() bool
- func (o *EdgeStackUpdateServiceUnavailable) IsSuccess() bool
- func (o *EdgeStackUpdateServiceUnavailable) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithContentTypeApplicationJSON ¶
func WithContentTypeApplicationJSON(r *runtime.ClientOperation)
WithContentTypeApplicationJSON sets the Content-Type header to "application/json".
func WithContentTypeMultipartFormData ¶
func WithContentTypeMultipartFormData(r *runtime.ClientOperation)
WithContentTypeMultipartFormData sets the Content-Type header to "multipart/form-data".
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for edge stacks API
func (*Client) EdgeStackCreateFile ¶
func (a *Client) EdgeStackCreateFile(params *EdgeStackCreateFileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackCreateFileOK, error)
EdgeStackCreateFile creates an edge stack from file
**Access policy**: administrator
func (*Client) EdgeStackCreateRepository ¶
func (a *Client) EdgeStackCreateRepository(params *EdgeStackCreateRepositoryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackCreateRepositoryOK, error)
EdgeStackCreateRepository creates an edge stack from a git repository
**Access policy**: administrator
func (*Client) EdgeStackCreateString ¶
func (a *Client) EdgeStackCreateString(params *EdgeStackCreateStringParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackCreateStringOK, error)
EdgeStackCreateString creates an edge stack from a text
**Access policy**: administrator
func (*Client) EdgeStackDelete ¶
func (a *Client) EdgeStackDelete(params *EdgeStackDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackDeleteNoContent, error)
EdgeStackDelete deletes an edge stack
**Access policy**: administrator
func (*Client) EdgeStackFile ¶
func (a *Client) EdgeStackFile(params *EdgeStackFileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackFileOK, error)
EdgeStackFile fetches the stack file for an edge stack
**Access policy**: administrator
func (*Client) EdgeStackInspect ¶
func (a *Client) EdgeStackInspect(params *EdgeStackInspectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackInspectOK, error)
EdgeStackInspect inspects an edge stack
**Access policy**: administrator
func (*Client) EdgeStackList ¶
func (a *Client) EdgeStackList(params *EdgeStackListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackListOK, error)
EdgeStackList fetches the list of edge stacks
**Access policy**: administrator
func (*Client) EdgeStackLogsCollect ¶
func (a *Client) EdgeStackLogsCollect(params *EdgeStackLogsCollectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackLogsCollectNoContent, error)
EdgeStackLogsCollect schedules the collection of logs for a given endpoint and edge stack
**Access policy**: administrator
func (*Client) EdgeStackLogsDelete ¶
func (a *Client) EdgeStackLogsDelete(params *EdgeStackLogsDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackLogsDeleteNoContent, error)
EdgeStackLogsDelete deletes the available logs for a given edge stack and endpoint
**Access policy**: administrator
func (*Client) EdgeStackLogsDownload ¶
func (a *Client) EdgeStackLogsDownload(params *EdgeStackLogsDownloadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackLogsDownloadOK, error)
EdgeStackLogsDownload downloads the available logs for a given edge stack and endpoint
**Access policy**: administrator
func (*Client) EdgeStackLogsStatusGet ¶
func (a *Client) EdgeStackLogsStatusGet(params *EdgeStackLogsStatusGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackLogsStatusGetOK, error)
EdgeStackLogsStatusGet gets the status of the log collection for a given edgestack and environment
**Access policy**: administrator
func (*Client) EdgeStackParseRegistries ¶
func (a *Client) EdgeStackParseRegistries(params *EdgeStackParseRegistriesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackParseRegistriesOK, error)
EdgeStackParseRegistries parses registries from a stack file
**Access policy**: authenticated
func (*Client) EdgeStackStaggerStatusInspect ¶
func (a *Client) EdgeStackStaggerStatusInspect(params *EdgeStackStaggerStatusInspectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackStaggerStatusInspectOK, error)
EdgeStackStaggerStatusInspect inspects an edge stack s parallel update status
**Access policy**: administrator
func (*Client) EdgeStackStatusUpdate ¶
func (a *Client) EdgeStackStatusUpdate(params *EdgeStackStatusUpdateParams, opts ...ClientOption) (*EdgeStackStatusUpdateOK, error)
EdgeStackStatusUpdate updates an edge stack status
Authorized only if the request is done by an Edge Environment(Endpoint)
func (*Client) EdgeStackUpdate ¶
func (a *Client) EdgeStackUpdate(params *EdgeStackUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackUpdateOK, error)
EdgeStackUpdate updates an edge stack
**Access policy**: administrator
func (*Client) EdgeStackUpdateFromGit ¶
func (a *Client) EdgeStackUpdateFromGit(params *EdgeStackUpdateFromGitParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackUpdateFromGitNoContent, error)
EdgeStackUpdateFromGit updates git configuration and pulls the repository
**Access policy**: authenticated
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.
func WithContentType ¶
func WithContentType(mime string) ClientOption
WithContentType allows the client to force the Content-Type header to negotiate a specific Consumer from the server.
You may use this option to set arbitrary extensions to your MIME media type.
type ClientService ¶
type ClientService interface {
EdgeStackCreateFile(params *EdgeStackCreateFileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackCreateFileOK, error)
EdgeStackCreateRepository(params *EdgeStackCreateRepositoryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackCreateRepositoryOK, error)
EdgeStackCreateString(params *EdgeStackCreateStringParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackCreateStringOK, error)
EdgeStackDelete(params *EdgeStackDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackDeleteNoContent, error)
EdgeStackFile(params *EdgeStackFileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackFileOK, error)
EdgeStackInspect(params *EdgeStackInspectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackInspectOK, error)
EdgeStackList(params *EdgeStackListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackListOK, error)
EdgeStackLogsCollect(params *EdgeStackLogsCollectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackLogsCollectNoContent, error)
EdgeStackLogsDelete(params *EdgeStackLogsDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackLogsDeleteNoContent, error)
EdgeStackLogsDownload(params *EdgeStackLogsDownloadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackLogsDownloadOK, error)
EdgeStackLogsStatusGet(params *EdgeStackLogsStatusGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackLogsStatusGetOK, error)
EdgeStackParseRegistries(params *EdgeStackParseRegistriesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackParseRegistriesOK, error)
EdgeStackStaggerStatusInspect(params *EdgeStackStaggerStatusInspectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackStaggerStatusInspectOK, error)
EdgeStackStatusUpdate(params *EdgeStackStatusUpdateParams, opts ...ClientOption) (*EdgeStackStatusUpdateOK, error)
EdgeStackUpdate(params *EdgeStackUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackUpdateOK, error)
EdgeStackUpdateFromGit(params *EdgeStackUpdateFromGitParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeStackUpdateFromGitNoContent, 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 edge stacks API client.
func NewClientWithBasicAuth ¶
func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService
New creates a new edge stacks API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.
func NewClientWithBearerToken ¶
func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService
New creates a new edge stacks 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 EdgeStackCreateFileBadRequest ¶
type EdgeStackCreateFileBadRequest struct {
}
EdgeStackCreateFileBadRequest describes a response with status code 400, with default header values.
Bad request
func NewEdgeStackCreateFileBadRequest ¶
func NewEdgeStackCreateFileBadRequest() *EdgeStackCreateFileBadRequest
NewEdgeStackCreateFileBadRequest creates a EdgeStackCreateFileBadRequest with default headers values
func (*EdgeStackCreateFileBadRequest) Code ¶
func (o *EdgeStackCreateFileBadRequest) Code() int
Code gets the status code for the edge stack create file bad request response
func (*EdgeStackCreateFileBadRequest) Error ¶
func (o *EdgeStackCreateFileBadRequest) Error() string
func (*EdgeStackCreateFileBadRequest) IsClientError ¶
func (o *EdgeStackCreateFileBadRequest) IsClientError() bool
IsClientError returns true when this edge stack create file bad request response has a 4xx status code
func (*EdgeStackCreateFileBadRequest) IsCode ¶
func (o *EdgeStackCreateFileBadRequest) IsCode(code int) bool
IsCode returns true when this edge stack create file bad request response a status code equal to that given
func (*EdgeStackCreateFileBadRequest) IsRedirect ¶
func (o *EdgeStackCreateFileBadRequest) IsRedirect() bool
IsRedirect returns true when this edge stack create file bad request response has a 3xx status code
func (*EdgeStackCreateFileBadRequest) IsServerError ¶
func (o *EdgeStackCreateFileBadRequest) IsServerError() bool
IsServerError returns true when this edge stack create file bad request response has a 5xx status code
func (*EdgeStackCreateFileBadRequest) IsSuccess ¶
func (o *EdgeStackCreateFileBadRequest) IsSuccess() bool
IsSuccess returns true when this edge stack create file bad request response has a 2xx status code
func (*EdgeStackCreateFileBadRequest) String ¶
func (o *EdgeStackCreateFileBadRequest) String() string
type EdgeStackCreateFileInternalServerError ¶
type EdgeStackCreateFileInternalServerError struct {
}
EdgeStackCreateFileInternalServerError describes a response with status code 500, with default header values.
Internal server error
func NewEdgeStackCreateFileInternalServerError ¶
func NewEdgeStackCreateFileInternalServerError() *EdgeStackCreateFileInternalServerError
NewEdgeStackCreateFileInternalServerError creates a EdgeStackCreateFileInternalServerError with default headers values
func (*EdgeStackCreateFileInternalServerError) Code ¶
func (o *EdgeStackCreateFileInternalServerError) Code() int
Code gets the status code for the edge stack create file internal server error response
func (*EdgeStackCreateFileInternalServerError) Error ¶
func (o *EdgeStackCreateFileInternalServerError) Error() string
func (*EdgeStackCreateFileInternalServerError) IsClientError ¶
func (o *EdgeStackCreateFileInternalServerError) IsClientError() bool
IsClientError returns true when this edge stack create file internal server error response has a 4xx status code
func (*EdgeStackCreateFileInternalServerError) IsCode ¶
func (o *EdgeStackCreateFileInternalServerError) IsCode(code int) bool
IsCode returns true when this edge stack create file internal server error response a status code equal to that given
func (*EdgeStackCreateFileInternalServerError) IsRedirect ¶
func (o *EdgeStackCreateFileInternalServerError) IsRedirect() bool
IsRedirect returns true when this edge stack create file internal server error response has a 3xx status code
func (*EdgeStackCreateFileInternalServerError) IsServerError ¶
func (o *EdgeStackCreateFileInternalServerError) IsServerError() bool
IsServerError returns true when this edge stack create file internal server error response has a 5xx status code
func (*EdgeStackCreateFileInternalServerError) IsSuccess ¶
func (o *EdgeStackCreateFileInternalServerError) IsSuccess() bool
IsSuccess returns true when this edge stack create file internal server error response has a 2xx status code
func (*EdgeStackCreateFileInternalServerError) String ¶
func (o *EdgeStackCreateFileInternalServerError) String() string
type EdgeStackCreateFileOK ¶
type EdgeStackCreateFileOK struct {
Payload *models.PortainereeEdgeStack
}
EdgeStackCreateFileOK describes a response with status code 200, with default header values.
OK
func NewEdgeStackCreateFileOK ¶
func NewEdgeStackCreateFileOK() *EdgeStackCreateFileOK
NewEdgeStackCreateFileOK creates a EdgeStackCreateFileOK with default headers values
func (*EdgeStackCreateFileOK) Code ¶
func (o *EdgeStackCreateFileOK) Code() int
Code gets the status code for the edge stack create file o k response
func (*EdgeStackCreateFileOK) Error ¶
func (o *EdgeStackCreateFileOK) Error() string
func (*EdgeStackCreateFileOK) GetPayload ¶
func (o *EdgeStackCreateFileOK) GetPayload() *models.PortainereeEdgeStack
func (*EdgeStackCreateFileOK) IsClientError ¶
func (o *EdgeStackCreateFileOK) IsClientError() bool
IsClientError returns true when this edge stack create file o k response has a 4xx status code
func (*EdgeStackCreateFileOK) IsCode ¶
func (o *EdgeStackCreateFileOK) IsCode(code int) bool
IsCode returns true when this edge stack create file o k response a status code equal to that given
func (*EdgeStackCreateFileOK) IsRedirect ¶
func (o *EdgeStackCreateFileOK) IsRedirect() bool
IsRedirect returns true when this edge stack create file o k response has a 3xx status code
func (*EdgeStackCreateFileOK) IsServerError ¶
func (o *EdgeStackCreateFileOK) IsServerError() bool
IsServerError returns true when this edge stack create file o k response has a 5xx status code
func (*EdgeStackCreateFileOK) IsSuccess ¶
func (o *EdgeStackCreateFileOK) IsSuccess() bool
IsSuccess returns true when this edge stack create file o k response has a 2xx status code
func (*EdgeStackCreateFileOK) String ¶
func (o *EdgeStackCreateFileOK) String() string
type EdgeStackCreateFileParams ¶
type EdgeStackCreateFileParams struct {
/* DeploymentType.
deploy type 0 - 'compose', 1 - 'kubernetes'
*/
DeploymentType int64
/* EdgeGroups.
JSON stringified array of Edge Groups ids
*/
EdgeGroups string
/* EnvVars.
JSON stringified array of environment variables {name, value}
*/
EnvVars *string
/* Name.
Name of the stack. it must only consist of lowercase alphanumeric characters, hyphens, or underscores as well as start with a letter or number
*/
Name string
/* PrePullImage.
Pre Pull image
*/
PrePullImage *bool
/* Registries.
JSON stringified array of Registry ids to use for this stack
*/
Registries *string
/* RetryDeploy.
Retry deploy
*/
RetryDeploy *bool
/* RetryPeriod.
Duration, in seconds, for which the agent should continue attempting to deploy the stack after a failure
*/
RetryPeriod *int64
/* StaggerConfig.
JSON stringified object of stagger config
*/
StaggerConfig *string
/* UseManifestNamespaces.
Uses the manifest's namespaces instead of the default one, relevant only for kube environments
*/
UseManifestNamespaces *bool
/* Webhook.
unique webhook id
*/
Webhook string
/* Dryrun.
if true, will not create an edge stack, but just will check the settings and return a non-persisted edge stack object
*/
Dryrun *string
/* File.
Content of the Stack file
*/
File runtime.NamedReadCloser
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeStackCreateFileParams contains all the parameters to send to the API endpoint
for the edge stack create file operation. Typically these are written to a http.Request.
func NewEdgeStackCreateFileParams ¶
func NewEdgeStackCreateFileParams() *EdgeStackCreateFileParams
NewEdgeStackCreateFileParams creates a new EdgeStackCreateFileParams 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 NewEdgeStackCreateFileParamsWithContext ¶
func NewEdgeStackCreateFileParamsWithContext(ctx context.Context) *EdgeStackCreateFileParams
NewEdgeStackCreateFileParamsWithContext creates a new EdgeStackCreateFileParams object with the ability to set a context for a request.
func NewEdgeStackCreateFileParamsWithHTTPClient ¶
func NewEdgeStackCreateFileParamsWithHTTPClient(client *http.Client) *EdgeStackCreateFileParams
NewEdgeStackCreateFileParamsWithHTTPClient creates a new EdgeStackCreateFileParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeStackCreateFileParamsWithTimeout ¶
func NewEdgeStackCreateFileParamsWithTimeout(timeout time.Duration) *EdgeStackCreateFileParams
NewEdgeStackCreateFileParamsWithTimeout creates a new EdgeStackCreateFileParams object with the ability to set a timeout on a request.
func (*EdgeStackCreateFileParams) SetContext ¶
func (o *EdgeStackCreateFileParams) SetContext(ctx context.Context)
SetContext adds the context to the edge stack create file params
func (*EdgeStackCreateFileParams) SetDefaults ¶
func (o *EdgeStackCreateFileParams) SetDefaults()
SetDefaults hydrates default values in the edge stack create file params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackCreateFileParams) SetDeploymentType ¶
func (o *EdgeStackCreateFileParams) SetDeploymentType(deploymentType int64)
SetDeploymentType adds the deploymentType to the edge stack create file params
func (*EdgeStackCreateFileParams) SetDryrun ¶
func (o *EdgeStackCreateFileParams) SetDryrun(dryrun *string)
SetDryrun adds the dryrun to the edge stack create file params
func (*EdgeStackCreateFileParams) SetEdgeGroups ¶
func (o *EdgeStackCreateFileParams) SetEdgeGroups(edgeGroups string)
SetEdgeGroups adds the edgeGroups to the edge stack create file params
func (*EdgeStackCreateFileParams) SetEnvVars ¶
func (o *EdgeStackCreateFileParams) SetEnvVars(envVars *string)
SetEnvVars adds the envVars to the edge stack create file params
func (*EdgeStackCreateFileParams) SetFile ¶
func (o *EdgeStackCreateFileParams) SetFile(file runtime.NamedReadCloser)
SetFile adds the file to the edge stack create file params
func (*EdgeStackCreateFileParams) SetHTTPClient ¶
func (o *EdgeStackCreateFileParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge stack create file params
func (*EdgeStackCreateFileParams) SetName ¶
func (o *EdgeStackCreateFileParams) SetName(name string)
SetName adds the name to the edge stack create file params
func (*EdgeStackCreateFileParams) SetPrePullImage ¶
func (o *EdgeStackCreateFileParams) SetPrePullImage(prePullImage *bool)
SetPrePullImage adds the prePullImage to the edge stack create file params
func (*EdgeStackCreateFileParams) SetRegistries ¶
func (o *EdgeStackCreateFileParams) SetRegistries(registries *string)
SetRegistries adds the registries to the edge stack create file params
func (*EdgeStackCreateFileParams) SetRetryDeploy ¶
func (o *EdgeStackCreateFileParams) SetRetryDeploy(retryDeploy *bool)
SetRetryDeploy adds the retryDeploy to the edge stack create file params
func (*EdgeStackCreateFileParams) SetRetryPeriod ¶
func (o *EdgeStackCreateFileParams) SetRetryPeriod(retryPeriod *int64)
SetRetryPeriod adds the retryPeriod to the edge stack create file params
func (*EdgeStackCreateFileParams) SetStaggerConfig ¶
func (o *EdgeStackCreateFileParams) SetStaggerConfig(staggerConfig *string)
SetStaggerConfig adds the staggerConfig to the edge stack create file params
func (*EdgeStackCreateFileParams) SetTimeout ¶
func (o *EdgeStackCreateFileParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge stack create file params
func (*EdgeStackCreateFileParams) SetUseManifestNamespaces ¶
func (o *EdgeStackCreateFileParams) SetUseManifestNamespaces(useManifestNamespaces *bool)
SetUseManifestNamespaces adds the useManifestNamespaces to the edge stack create file params
func (*EdgeStackCreateFileParams) SetWebhook ¶
func (o *EdgeStackCreateFileParams) SetWebhook(webhook string)
SetWebhook adds the webhook to the edge stack create file params
func (*EdgeStackCreateFileParams) WithContext ¶
func (o *EdgeStackCreateFileParams) WithContext(ctx context.Context) *EdgeStackCreateFileParams
WithContext adds the context to the edge stack create file params
func (*EdgeStackCreateFileParams) WithDefaults ¶
func (o *EdgeStackCreateFileParams) WithDefaults() *EdgeStackCreateFileParams
WithDefaults hydrates default values in the edge stack create file params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackCreateFileParams) WithDeploymentType ¶
func (o *EdgeStackCreateFileParams) WithDeploymentType(deploymentType int64) *EdgeStackCreateFileParams
WithDeploymentType adds the deploymentType to the edge stack create file params
func (*EdgeStackCreateFileParams) WithDryrun ¶
func (o *EdgeStackCreateFileParams) WithDryrun(dryrun *string) *EdgeStackCreateFileParams
WithDryrun adds the dryrun to the edge stack create file params
func (*EdgeStackCreateFileParams) WithEdgeGroups ¶
func (o *EdgeStackCreateFileParams) WithEdgeGroups(edgeGroups string) *EdgeStackCreateFileParams
WithEdgeGroups adds the edgeGroups to the edge stack create file params
func (*EdgeStackCreateFileParams) WithEnvVars ¶
func (o *EdgeStackCreateFileParams) WithEnvVars(envVars *string) *EdgeStackCreateFileParams
WithEnvVars adds the envVars to the edge stack create file params
func (*EdgeStackCreateFileParams) WithFile ¶
func (o *EdgeStackCreateFileParams) WithFile(file runtime.NamedReadCloser) *EdgeStackCreateFileParams
WithFile adds the file to the edge stack create file params
func (*EdgeStackCreateFileParams) WithHTTPClient ¶
func (o *EdgeStackCreateFileParams) WithHTTPClient(client *http.Client) *EdgeStackCreateFileParams
WithHTTPClient adds the HTTPClient to the edge stack create file params
func (*EdgeStackCreateFileParams) WithName ¶
func (o *EdgeStackCreateFileParams) WithName(name string) *EdgeStackCreateFileParams
WithName adds the name to the edge stack create file params
func (*EdgeStackCreateFileParams) WithPrePullImage ¶
func (o *EdgeStackCreateFileParams) WithPrePullImage(prePullImage *bool) *EdgeStackCreateFileParams
WithPrePullImage adds the prePullImage to the edge stack create file params
func (*EdgeStackCreateFileParams) WithRegistries ¶
func (o *EdgeStackCreateFileParams) WithRegistries(registries *string) *EdgeStackCreateFileParams
WithRegistries adds the registries to the edge stack create file params
func (*EdgeStackCreateFileParams) WithRetryDeploy ¶
func (o *EdgeStackCreateFileParams) WithRetryDeploy(retryDeploy *bool) *EdgeStackCreateFileParams
WithRetryDeploy adds the retryDeploy to the edge stack create file params
func (*EdgeStackCreateFileParams) WithRetryPeriod ¶
func (o *EdgeStackCreateFileParams) WithRetryPeriod(retryPeriod *int64) *EdgeStackCreateFileParams
WithRetryPeriod adds the retryPeriod to the edge stack create file params
func (*EdgeStackCreateFileParams) WithStaggerConfig ¶
func (o *EdgeStackCreateFileParams) WithStaggerConfig(staggerConfig *string) *EdgeStackCreateFileParams
WithStaggerConfig adds the staggerConfig to the edge stack create file params
func (*EdgeStackCreateFileParams) WithTimeout ¶
func (o *EdgeStackCreateFileParams) WithTimeout(timeout time.Duration) *EdgeStackCreateFileParams
WithTimeout adds the timeout to the edge stack create file params
func (*EdgeStackCreateFileParams) WithUseManifestNamespaces ¶
func (o *EdgeStackCreateFileParams) WithUseManifestNamespaces(useManifestNamespaces *bool) *EdgeStackCreateFileParams
WithUseManifestNamespaces adds the useManifestNamespaces to the edge stack create file params
func (*EdgeStackCreateFileParams) WithWebhook ¶
func (o *EdgeStackCreateFileParams) WithWebhook(webhook string) *EdgeStackCreateFileParams
WithWebhook adds the webhook to the edge stack create file params
func (*EdgeStackCreateFileParams) WriteToRequest ¶
func (o *EdgeStackCreateFileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeStackCreateFileReader ¶
type EdgeStackCreateFileReader struct {
// contains filtered or unexported fields
}
EdgeStackCreateFileReader is a Reader for the EdgeStackCreateFile structure.
func (*EdgeStackCreateFileReader) ReadResponse ¶
func (o *EdgeStackCreateFileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EdgeStackCreateFileServiceUnavailable ¶
type EdgeStackCreateFileServiceUnavailable struct {
}
EdgeStackCreateFileServiceUnavailable describes a response with status code 503, with default header values.
Edge compute features are disabled
func NewEdgeStackCreateFileServiceUnavailable ¶
func NewEdgeStackCreateFileServiceUnavailable() *EdgeStackCreateFileServiceUnavailable
NewEdgeStackCreateFileServiceUnavailable creates a EdgeStackCreateFileServiceUnavailable with default headers values
func (*EdgeStackCreateFileServiceUnavailable) Code ¶
func (o *EdgeStackCreateFileServiceUnavailable) Code() int
Code gets the status code for the edge stack create file service unavailable response
func (*EdgeStackCreateFileServiceUnavailable) Error ¶
func (o *EdgeStackCreateFileServiceUnavailable) Error() string
func (*EdgeStackCreateFileServiceUnavailable) IsClientError ¶
func (o *EdgeStackCreateFileServiceUnavailable) IsClientError() bool
IsClientError returns true when this edge stack create file service unavailable response has a 4xx status code
func (*EdgeStackCreateFileServiceUnavailable) IsCode ¶
func (o *EdgeStackCreateFileServiceUnavailable) IsCode(code int) bool
IsCode returns true when this edge stack create file service unavailable response a status code equal to that given
func (*EdgeStackCreateFileServiceUnavailable) IsRedirect ¶
func (o *EdgeStackCreateFileServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this edge stack create file service unavailable response has a 3xx status code
func (*EdgeStackCreateFileServiceUnavailable) IsServerError ¶
func (o *EdgeStackCreateFileServiceUnavailable) IsServerError() bool
IsServerError returns true when this edge stack create file service unavailable response has a 5xx status code
func (*EdgeStackCreateFileServiceUnavailable) IsSuccess ¶
func (o *EdgeStackCreateFileServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this edge stack create file service unavailable response has a 2xx status code
func (*EdgeStackCreateFileServiceUnavailable) String ¶
func (o *EdgeStackCreateFileServiceUnavailable) String() string
type EdgeStackCreateRepositoryBadRequest ¶
type EdgeStackCreateRepositoryBadRequest struct {
}
EdgeStackCreateRepositoryBadRequest describes a response with status code 400, with default header values.
Bad request
func NewEdgeStackCreateRepositoryBadRequest ¶
func NewEdgeStackCreateRepositoryBadRequest() *EdgeStackCreateRepositoryBadRequest
NewEdgeStackCreateRepositoryBadRequest creates a EdgeStackCreateRepositoryBadRequest with default headers values
func (*EdgeStackCreateRepositoryBadRequest) Code ¶
func (o *EdgeStackCreateRepositoryBadRequest) Code() int
Code gets the status code for the edge stack create repository bad request response
func (*EdgeStackCreateRepositoryBadRequest) Error ¶
func (o *EdgeStackCreateRepositoryBadRequest) Error() string
func (*EdgeStackCreateRepositoryBadRequest) IsClientError ¶
func (o *EdgeStackCreateRepositoryBadRequest) IsClientError() bool
IsClientError returns true when this edge stack create repository bad request response has a 4xx status code
func (*EdgeStackCreateRepositoryBadRequest) IsCode ¶
func (o *EdgeStackCreateRepositoryBadRequest) IsCode(code int) bool
IsCode returns true when this edge stack create repository bad request response a status code equal to that given
func (*EdgeStackCreateRepositoryBadRequest) IsRedirect ¶
func (o *EdgeStackCreateRepositoryBadRequest) IsRedirect() bool
IsRedirect returns true when this edge stack create repository bad request response has a 3xx status code
func (*EdgeStackCreateRepositoryBadRequest) IsServerError ¶
func (o *EdgeStackCreateRepositoryBadRequest) IsServerError() bool
IsServerError returns true when this edge stack create repository bad request response has a 5xx status code
func (*EdgeStackCreateRepositoryBadRequest) IsSuccess ¶
func (o *EdgeStackCreateRepositoryBadRequest) IsSuccess() bool
IsSuccess returns true when this edge stack create repository bad request response has a 2xx status code
func (*EdgeStackCreateRepositoryBadRequest) String ¶
func (o *EdgeStackCreateRepositoryBadRequest) String() string
type EdgeStackCreateRepositoryConflict ¶
type EdgeStackCreateRepositoryConflict struct {
}
EdgeStackCreateRepositoryConflict describes a response with status code 409, with default header values.
Webhook ID already exists
func NewEdgeStackCreateRepositoryConflict ¶
func NewEdgeStackCreateRepositoryConflict() *EdgeStackCreateRepositoryConflict
NewEdgeStackCreateRepositoryConflict creates a EdgeStackCreateRepositoryConflict with default headers values
func (*EdgeStackCreateRepositoryConflict) Code ¶
func (o *EdgeStackCreateRepositoryConflict) Code() int
Code gets the status code for the edge stack create repository conflict response
func (*EdgeStackCreateRepositoryConflict) Error ¶
func (o *EdgeStackCreateRepositoryConflict) Error() string
func (*EdgeStackCreateRepositoryConflict) IsClientError ¶
func (o *EdgeStackCreateRepositoryConflict) IsClientError() bool
IsClientError returns true when this edge stack create repository conflict response has a 4xx status code
func (*EdgeStackCreateRepositoryConflict) IsCode ¶
func (o *EdgeStackCreateRepositoryConflict) IsCode(code int) bool
IsCode returns true when this edge stack create repository conflict response a status code equal to that given
func (*EdgeStackCreateRepositoryConflict) IsRedirect ¶
func (o *EdgeStackCreateRepositoryConflict) IsRedirect() bool
IsRedirect returns true when this edge stack create repository conflict response has a 3xx status code
func (*EdgeStackCreateRepositoryConflict) IsServerError ¶
func (o *EdgeStackCreateRepositoryConflict) IsServerError() bool
IsServerError returns true when this edge stack create repository conflict response has a 5xx status code
func (*EdgeStackCreateRepositoryConflict) IsSuccess ¶
func (o *EdgeStackCreateRepositoryConflict) IsSuccess() bool
IsSuccess returns true when this edge stack create repository conflict response has a 2xx status code
func (*EdgeStackCreateRepositoryConflict) String ¶
func (o *EdgeStackCreateRepositoryConflict) String() string
type EdgeStackCreateRepositoryInternalServerError ¶
type EdgeStackCreateRepositoryInternalServerError struct {
}
EdgeStackCreateRepositoryInternalServerError describes a response with status code 500, with default header values.
Internal server error
func NewEdgeStackCreateRepositoryInternalServerError ¶
func NewEdgeStackCreateRepositoryInternalServerError() *EdgeStackCreateRepositoryInternalServerError
NewEdgeStackCreateRepositoryInternalServerError creates a EdgeStackCreateRepositoryInternalServerError with default headers values
func (*EdgeStackCreateRepositoryInternalServerError) Code ¶
func (o *EdgeStackCreateRepositoryInternalServerError) Code() int
Code gets the status code for the edge stack create repository internal server error response
func (*EdgeStackCreateRepositoryInternalServerError) Error ¶
func (o *EdgeStackCreateRepositoryInternalServerError) Error() string
func (*EdgeStackCreateRepositoryInternalServerError) IsClientError ¶
func (o *EdgeStackCreateRepositoryInternalServerError) IsClientError() bool
IsClientError returns true when this edge stack create repository internal server error response has a 4xx status code
func (*EdgeStackCreateRepositoryInternalServerError) IsCode ¶
func (o *EdgeStackCreateRepositoryInternalServerError) IsCode(code int) bool
IsCode returns true when this edge stack create repository internal server error response a status code equal to that given
func (*EdgeStackCreateRepositoryInternalServerError) IsRedirect ¶
func (o *EdgeStackCreateRepositoryInternalServerError) IsRedirect() bool
IsRedirect returns true when this edge stack create repository internal server error response has a 3xx status code
func (*EdgeStackCreateRepositoryInternalServerError) IsServerError ¶
func (o *EdgeStackCreateRepositoryInternalServerError) IsServerError() bool
IsServerError returns true when this edge stack create repository internal server error response has a 5xx status code
func (*EdgeStackCreateRepositoryInternalServerError) IsSuccess ¶
func (o *EdgeStackCreateRepositoryInternalServerError) IsSuccess() bool
IsSuccess returns true when this edge stack create repository internal server error response has a 2xx status code
func (*EdgeStackCreateRepositoryInternalServerError) String ¶
func (o *EdgeStackCreateRepositoryInternalServerError) String() string
type EdgeStackCreateRepositoryOK ¶
type EdgeStackCreateRepositoryOK struct {
Payload *models.PortainereeEdgeStack
}
EdgeStackCreateRepositoryOK describes a response with status code 200, with default header values.
OK
func NewEdgeStackCreateRepositoryOK ¶
func NewEdgeStackCreateRepositoryOK() *EdgeStackCreateRepositoryOK
NewEdgeStackCreateRepositoryOK creates a EdgeStackCreateRepositoryOK with default headers values
func (*EdgeStackCreateRepositoryOK) Code ¶
func (o *EdgeStackCreateRepositoryOK) Code() int
Code gets the status code for the edge stack create repository o k response
func (*EdgeStackCreateRepositoryOK) Error ¶
func (o *EdgeStackCreateRepositoryOK) Error() string
func (*EdgeStackCreateRepositoryOK) GetPayload ¶
func (o *EdgeStackCreateRepositoryOK) GetPayload() *models.PortainereeEdgeStack
func (*EdgeStackCreateRepositoryOK) IsClientError ¶
func (o *EdgeStackCreateRepositoryOK) IsClientError() bool
IsClientError returns true when this edge stack create repository o k response has a 4xx status code
func (*EdgeStackCreateRepositoryOK) IsCode ¶
func (o *EdgeStackCreateRepositoryOK) IsCode(code int) bool
IsCode returns true when this edge stack create repository o k response a status code equal to that given
func (*EdgeStackCreateRepositoryOK) IsRedirect ¶
func (o *EdgeStackCreateRepositoryOK) IsRedirect() bool
IsRedirect returns true when this edge stack create repository o k response has a 3xx status code
func (*EdgeStackCreateRepositoryOK) IsServerError ¶
func (o *EdgeStackCreateRepositoryOK) IsServerError() bool
IsServerError returns true when this edge stack create repository o k response has a 5xx status code
func (*EdgeStackCreateRepositoryOK) IsSuccess ¶
func (o *EdgeStackCreateRepositoryOK) IsSuccess() bool
IsSuccess returns true when this edge stack create repository o k response has a 2xx status code
func (*EdgeStackCreateRepositoryOK) String ¶
func (o *EdgeStackCreateRepositoryOK) String() string
type EdgeStackCreateRepositoryParams ¶
type EdgeStackCreateRepositoryParams struct {
/* Body.
stack config
*/
Body *models.EdgestacksEdgeStackFromGitRepositoryPayload
/* Dryrun.
if true, will not create an edge stack, but just will check the settings and return a non-persisted edge stack object
*/
Dryrun *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeStackCreateRepositoryParams contains all the parameters to send to the API endpoint
for the edge stack create repository operation. Typically these are written to a http.Request.
func NewEdgeStackCreateRepositoryParams ¶
func NewEdgeStackCreateRepositoryParams() *EdgeStackCreateRepositoryParams
NewEdgeStackCreateRepositoryParams creates a new EdgeStackCreateRepositoryParams 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 NewEdgeStackCreateRepositoryParamsWithContext ¶
func NewEdgeStackCreateRepositoryParamsWithContext(ctx context.Context) *EdgeStackCreateRepositoryParams
NewEdgeStackCreateRepositoryParamsWithContext creates a new EdgeStackCreateRepositoryParams object with the ability to set a context for a request.
func NewEdgeStackCreateRepositoryParamsWithHTTPClient ¶
func NewEdgeStackCreateRepositoryParamsWithHTTPClient(client *http.Client) *EdgeStackCreateRepositoryParams
NewEdgeStackCreateRepositoryParamsWithHTTPClient creates a new EdgeStackCreateRepositoryParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeStackCreateRepositoryParamsWithTimeout ¶
func NewEdgeStackCreateRepositoryParamsWithTimeout(timeout time.Duration) *EdgeStackCreateRepositoryParams
NewEdgeStackCreateRepositoryParamsWithTimeout creates a new EdgeStackCreateRepositoryParams object with the ability to set a timeout on a request.
func (*EdgeStackCreateRepositoryParams) SetBody ¶
func (o *EdgeStackCreateRepositoryParams) SetBody(body *models.EdgestacksEdgeStackFromGitRepositoryPayload)
SetBody adds the body to the edge stack create repository params
func (*EdgeStackCreateRepositoryParams) SetContext ¶
func (o *EdgeStackCreateRepositoryParams) SetContext(ctx context.Context)
SetContext adds the context to the edge stack create repository params
func (*EdgeStackCreateRepositoryParams) SetDefaults ¶
func (o *EdgeStackCreateRepositoryParams) SetDefaults()
SetDefaults hydrates default values in the edge stack create repository params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackCreateRepositoryParams) SetDryrun ¶
func (o *EdgeStackCreateRepositoryParams) SetDryrun(dryrun *string)
SetDryrun adds the dryrun to the edge stack create repository params
func (*EdgeStackCreateRepositoryParams) SetHTTPClient ¶
func (o *EdgeStackCreateRepositoryParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge stack create repository params
func (*EdgeStackCreateRepositoryParams) SetTimeout ¶
func (o *EdgeStackCreateRepositoryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge stack create repository params
func (*EdgeStackCreateRepositoryParams) WithBody ¶
func (o *EdgeStackCreateRepositoryParams) WithBody(body *models.EdgestacksEdgeStackFromGitRepositoryPayload) *EdgeStackCreateRepositoryParams
WithBody adds the body to the edge stack create repository params
func (*EdgeStackCreateRepositoryParams) WithContext ¶
func (o *EdgeStackCreateRepositoryParams) WithContext(ctx context.Context) *EdgeStackCreateRepositoryParams
WithContext adds the context to the edge stack create repository params
func (*EdgeStackCreateRepositoryParams) WithDefaults ¶
func (o *EdgeStackCreateRepositoryParams) WithDefaults() *EdgeStackCreateRepositoryParams
WithDefaults hydrates default values in the edge stack create repository params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackCreateRepositoryParams) WithDryrun ¶
func (o *EdgeStackCreateRepositoryParams) WithDryrun(dryrun *string) *EdgeStackCreateRepositoryParams
WithDryrun adds the dryrun to the edge stack create repository params
func (*EdgeStackCreateRepositoryParams) WithHTTPClient ¶
func (o *EdgeStackCreateRepositoryParams) WithHTTPClient(client *http.Client) *EdgeStackCreateRepositoryParams
WithHTTPClient adds the HTTPClient to the edge stack create repository params
func (*EdgeStackCreateRepositoryParams) WithTimeout ¶
func (o *EdgeStackCreateRepositoryParams) WithTimeout(timeout time.Duration) *EdgeStackCreateRepositoryParams
WithTimeout adds the timeout to the edge stack create repository params
func (*EdgeStackCreateRepositoryParams) WriteToRequest ¶
func (o *EdgeStackCreateRepositoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeStackCreateRepositoryReader ¶
type EdgeStackCreateRepositoryReader struct {
// contains filtered or unexported fields
}
EdgeStackCreateRepositoryReader is a Reader for the EdgeStackCreateRepository structure.
func (*EdgeStackCreateRepositoryReader) ReadResponse ¶
func (o *EdgeStackCreateRepositoryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EdgeStackCreateRepositoryServiceUnavailable ¶
type EdgeStackCreateRepositoryServiceUnavailable struct {
}
EdgeStackCreateRepositoryServiceUnavailable describes a response with status code 503, with default header values.
Edge compute features are disabled
func NewEdgeStackCreateRepositoryServiceUnavailable ¶
func NewEdgeStackCreateRepositoryServiceUnavailable() *EdgeStackCreateRepositoryServiceUnavailable
NewEdgeStackCreateRepositoryServiceUnavailable creates a EdgeStackCreateRepositoryServiceUnavailable with default headers values
func (*EdgeStackCreateRepositoryServiceUnavailable) Code ¶
func (o *EdgeStackCreateRepositoryServiceUnavailable) Code() int
Code gets the status code for the edge stack create repository service unavailable response
func (*EdgeStackCreateRepositoryServiceUnavailable) Error ¶
func (o *EdgeStackCreateRepositoryServiceUnavailable) Error() string
func (*EdgeStackCreateRepositoryServiceUnavailable) IsClientError ¶
func (o *EdgeStackCreateRepositoryServiceUnavailable) IsClientError() bool
IsClientError returns true when this edge stack create repository service unavailable response has a 4xx status code
func (*EdgeStackCreateRepositoryServiceUnavailable) IsCode ¶
func (o *EdgeStackCreateRepositoryServiceUnavailable) IsCode(code int) bool
IsCode returns true when this edge stack create repository service unavailable response a status code equal to that given
func (*EdgeStackCreateRepositoryServiceUnavailable) IsRedirect ¶
func (o *EdgeStackCreateRepositoryServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this edge stack create repository service unavailable response has a 3xx status code
func (*EdgeStackCreateRepositoryServiceUnavailable) IsServerError ¶
func (o *EdgeStackCreateRepositoryServiceUnavailable) IsServerError() bool
IsServerError returns true when this edge stack create repository service unavailable response has a 5xx status code
func (*EdgeStackCreateRepositoryServiceUnavailable) IsSuccess ¶
func (o *EdgeStackCreateRepositoryServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this edge stack create repository service unavailable response has a 2xx status code
func (*EdgeStackCreateRepositoryServiceUnavailable) String ¶
func (o *EdgeStackCreateRepositoryServiceUnavailable) String() string
type EdgeStackCreateStringBadRequest ¶
type EdgeStackCreateStringBadRequest struct {
}
EdgeStackCreateStringBadRequest describes a response with status code 400, with default header values.
Bad request
func NewEdgeStackCreateStringBadRequest ¶
func NewEdgeStackCreateStringBadRequest() *EdgeStackCreateStringBadRequest
NewEdgeStackCreateStringBadRequest creates a EdgeStackCreateStringBadRequest with default headers values
func (*EdgeStackCreateStringBadRequest) Code ¶
func (o *EdgeStackCreateStringBadRequest) Code() int
Code gets the status code for the edge stack create string bad request response
func (*EdgeStackCreateStringBadRequest) Error ¶
func (o *EdgeStackCreateStringBadRequest) Error() string
func (*EdgeStackCreateStringBadRequest) IsClientError ¶
func (o *EdgeStackCreateStringBadRequest) IsClientError() bool
IsClientError returns true when this edge stack create string bad request response has a 4xx status code
func (*EdgeStackCreateStringBadRequest) IsCode ¶
func (o *EdgeStackCreateStringBadRequest) IsCode(code int) bool
IsCode returns true when this edge stack create string bad request response a status code equal to that given
func (*EdgeStackCreateStringBadRequest) IsRedirect ¶
func (o *EdgeStackCreateStringBadRequest) IsRedirect() bool
IsRedirect returns true when this edge stack create string bad request response has a 3xx status code
func (*EdgeStackCreateStringBadRequest) IsServerError ¶
func (o *EdgeStackCreateStringBadRequest) IsServerError() bool
IsServerError returns true when this edge stack create string bad request response has a 5xx status code
func (*EdgeStackCreateStringBadRequest) IsSuccess ¶
func (o *EdgeStackCreateStringBadRequest) IsSuccess() bool
IsSuccess returns true when this edge stack create string bad request response has a 2xx status code
func (*EdgeStackCreateStringBadRequest) String ¶
func (o *EdgeStackCreateStringBadRequest) String() string
type EdgeStackCreateStringInternalServerError ¶
type EdgeStackCreateStringInternalServerError struct {
}
EdgeStackCreateStringInternalServerError describes a response with status code 500, with default header values.
Internal server error
func NewEdgeStackCreateStringInternalServerError ¶
func NewEdgeStackCreateStringInternalServerError() *EdgeStackCreateStringInternalServerError
NewEdgeStackCreateStringInternalServerError creates a EdgeStackCreateStringInternalServerError with default headers values
func (*EdgeStackCreateStringInternalServerError) Code ¶
func (o *EdgeStackCreateStringInternalServerError) Code() int
Code gets the status code for the edge stack create string internal server error response
func (*EdgeStackCreateStringInternalServerError) Error ¶
func (o *EdgeStackCreateStringInternalServerError) Error() string
func (*EdgeStackCreateStringInternalServerError) IsClientError ¶
func (o *EdgeStackCreateStringInternalServerError) IsClientError() bool
IsClientError returns true when this edge stack create string internal server error response has a 4xx status code
func (*EdgeStackCreateStringInternalServerError) IsCode ¶
func (o *EdgeStackCreateStringInternalServerError) IsCode(code int) bool
IsCode returns true when this edge stack create string internal server error response a status code equal to that given
func (*EdgeStackCreateStringInternalServerError) IsRedirect ¶
func (o *EdgeStackCreateStringInternalServerError) IsRedirect() bool
IsRedirect returns true when this edge stack create string internal server error response has a 3xx status code
func (*EdgeStackCreateStringInternalServerError) IsServerError ¶
func (o *EdgeStackCreateStringInternalServerError) IsServerError() bool
IsServerError returns true when this edge stack create string internal server error response has a 5xx status code
func (*EdgeStackCreateStringInternalServerError) IsSuccess ¶
func (o *EdgeStackCreateStringInternalServerError) IsSuccess() bool
IsSuccess returns true when this edge stack create string internal server error response has a 2xx status code
func (*EdgeStackCreateStringInternalServerError) String ¶
func (o *EdgeStackCreateStringInternalServerError) String() string
type EdgeStackCreateStringOK ¶
type EdgeStackCreateStringOK struct {
Payload *models.PortainereeEdgeStack
}
EdgeStackCreateStringOK describes a response with status code 200, with default header values.
OK
func NewEdgeStackCreateStringOK ¶
func NewEdgeStackCreateStringOK() *EdgeStackCreateStringOK
NewEdgeStackCreateStringOK creates a EdgeStackCreateStringOK with default headers values
func (*EdgeStackCreateStringOK) Code ¶
func (o *EdgeStackCreateStringOK) Code() int
Code gets the status code for the edge stack create string o k response
func (*EdgeStackCreateStringOK) Error ¶
func (o *EdgeStackCreateStringOK) Error() string
func (*EdgeStackCreateStringOK) GetPayload ¶
func (o *EdgeStackCreateStringOK) GetPayload() *models.PortainereeEdgeStack
func (*EdgeStackCreateStringOK) IsClientError ¶
func (o *EdgeStackCreateStringOK) IsClientError() bool
IsClientError returns true when this edge stack create string o k response has a 4xx status code
func (*EdgeStackCreateStringOK) IsCode ¶
func (o *EdgeStackCreateStringOK) IsCode(code int) bool
IsCode returns true when this edge stack create string o k response a status code equal to that given
func (*EdgeStackCreateStringOK) IsRedirect ¶
func (o *EdgeStackCreateStringOK) IsRedirect() bool
IsRedirect returns true when this edge stack create string o k response has a 3xx status code
func (*EdgeStackCreateStringOK) IsServerError ¶
func (o *EdgeStackCreateStringOK) IsServerError() bool
IsServerError returns true when this edge stack create string o k response has a 5xx status code
func (*EdgeStackCreateStringOK) IsSuccess ¶
func (o *EdgeStackCreateStringOK) IsSuccess() bool
IsSuccess returns true when this edge stack create string o k response has a 2xx status code
func (*EdgeStackCreateStringOK) String ¶
func (o *EdgeStackCreateStringOK) String() string
type EdgeStackCreateStringParams ¶
type EdgeStackCreateStringParams struct {
/* Body.
stack config
*/
Body *models.EdgestacksEdgeStackFromStringPayload
/* Dryrun.
if true, will not create an edge stack, but just will check the settings and return a non-persisted edge stack object
*/
Dryrun *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeStackCreateStringParams contains all the parameters to send to the API endpoint
for the edge stack create string operation. Typically these are written to a http.Request.
func NewEdgeStackCreateStringParams ¶
func NewEdgeStackCreateStringParams() *EdgeStackCreateStringParams
NewEdgeStackCreateStringParams creates a new EdgeStackCreateStringParams 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 NewEdgeStackCreateStringParamsWithContext ¶
func NewEdgeStackCreateStringParamsWithContext(ctx context.Context) *EdgeStackCreateStringParams
NewEdgeStackCreateStringParamsWithContext creates a new EdgeStackCreateStringParams object with the ability to set a context for a request.
func NewEdgeStackCreateStringParamsWithHTTPClient ¶
func NewEdgeStackCreateStringParamsWithHTTPClient(client *http.Client) *EdgeStackCreateStringParams
NewEdgeStackCreateStringParamsWithHTTPClient creates a new EdgeStackCreateStringParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeStackCreateStringParamsWithTimeout ¶
func NewEdgeStackCreateStringParamsWithTimeout(timeout time.Duration) *EdgeStackCreateStringParams
NewEdgeStackCreateStringParamsWithTimeout creates a new EdgeStackCreateStringParams object with the ability to set a timeout on a request.
func (*EdgeStackCreateStringParams) SetBody ¶
func (o *EdgeStackCreateStringParams) SetBody(body *models.EdgestacksEdgeStackFromStringPayload)
SetBody adds the body to the edge stack create string params
func (*EdgeStackCreateStringParams) SetContext ¶
func (o *EdgeStackCreateStringParams) SetContext(ctx context.Context)
SetContext adds the context to the edge stack create string params
func (*EdgeStackCreateStringParams) SetDefaults ¶
func (o *EdgeStackCreateStringParams) SetDefaults()
SetDefaults hydrates default values in the edge stack create string params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackCreateStringParams) SetDryrun ¶
func (o *EdgeStackCreateStringParams) SetDryrun(dryrun *string)
SetDryrun adds the dryrun to the edge stack create string params
func (*EdgeStackCreateStringParams) SetHTTPClient ¶
func (o *EdgeStackCreateStringParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge stack create string params
func (*EdgeStackCreateStringParams) SetTimeout ¶
func (o *EdgeStackCreateStringParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge stack create string params
func (*EdgeStackCreateStringParams) WithBody ¶
func (o *EdgeStackCreateStringParams) WithBody(body *models.EdgestacksEdgeStackFromStringPayload) *EdgeStackCreateStringParams
WithBody adds the body to the edge stack create string params
func (*EdgeStackCreateStringParams) WithContext ¶
func (o *EdgeStackCreateStringParams) WithContext(ctx context.Context) *EdgeStackCreateStringParams
WithContext adds the context to the edge stack create string params
func (*EdgeStackCreateStringParams) WithDefaults ¶
func (o *EdgeStackCreateStringParams) WithDefaults() *EdgeStackCreateStringParams
WithDefaults hydrates default values in the edge stack create string params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackCreateStringParams) WithDryrun ¶
func (o *EdgeStackCreateStringParams) WithDryrun(dryrun *string) *EdgeStackCreateStringParams
WithDryrun adds the dryrun to the edge stack create string params
func (*EdgeStackCreateStringParams) WithHTTPClient ¶
func (o *EdgeStackCreateStringParams) WithHTTPClient(client *http.Client) *EdgeStackCreateStringParams
WithHTTPClient adds the HTTPClient to the edge stack create string params
func (*EdgeStackCreateStringParams) WithTimeout ¶
func (o *EdgeStackCreateStringParams) WithTimeout(timeout time.Duration) *EdgeStackCreateStringParams
WithTimeout adds the timeout to the edge stack create string params
func (*EdgeStackCreateStringParams) WriteToRequest ¶
func (o *EdgeStackCreateStringParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeStackCreateStringReader ¶
type EdgeStackCreateStringReader struct {
// contains filtered or unexported fields
}
EdgeStackCreateStringReader is a Reader for the EdgeStackCreateString structure.
func (*EdgeStackCreateStringReader) ReadResponse ¶
func (o *EdgeStackCreateStringReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EdgeStackCreateStringServiceUnavailable ¶
type EdgeStackCreateStringServiceUnavailable struct {
}
EdgeStackCreateStringServiceUnavailable describes a response with status code 503, with default header values.
Edge compute features are disabled
func NewEdgeStackCreateStringServiceUnavailable ¶
func NewEdgeStackCreateStringServiceUnavailable() *EdgeStackCreateStringServiceUnavailable
NewEdgeStackCreateStringServiceUnavailable creates a EdgeStackCreateStringServiceUnavailable with default headers values
func (*EdgeStackCreateStringServiceUnavailable) Code ¶
func (o *EdgeStackCreateStringServiceUnavailable) Code() int
Code gets the status code for the edge stack create string service unavailable response
func (*EdgeStackCreateStringServiceUnavailable) Error ¶
func (o *EdgeStackCreateStringServiceUnavailable) Error() string
func (*EdgeStackCreateStringServiceUnavailable) IsClientError ¶
func (o *EdgeStackCreateStringServiceUnavailable) IsClientError() bool
IsClientError returns true when this edge stack create string service unavailable response has a 4xx status code
func (*EdgeStackCreateStringServiceUnavailable) IsCode ¶
func (o *EdgeStackCreateStringServiceUnavailable) IsCode(code int) bool
IsCode returns true when this edge stack create string service unavailable response a status code equal to that given
func (*EdgeStackCreateStringServiceUnavailable) IsRedirect ¶
func (o *EdgeStackCreateStringServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this edge stack create string service unavailable response has a 3xx status code
func (*EdgeStackCreateStringServiceUnavailable) IsServerError ¶
func (o *EdgeStackCreateStringServiceUnavailable) IsServerError() bool
IsServerError returns true when this edge stack create string service unavailable response has a 5xx status code
func (*EdgeStackCreateStringServiceUnavailable) IsSuccess ¶
func (o *EdgeStackCreateStringServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this edge stack create string service unavailable response has a 2xx status code
func (*EdgeStackCreateStringServiceUnavailable) String ¶
func (o *EdgeStackCreateStringServiceUnavailable) String() string
type EdgeStackDeleteBadRequest ¶
type EdgeStackDeleteBadRequest struct {
}
EdgeStackDeleteBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewEdgeStackDeleteBadRequest ¶
func NewEdgeStackDeleteBadRequest() *EdgeStackDeleteBadRequest
NewEdgeStackDeleteBadRequest creates a EdgeStackDeleteBadRequest with default headers values
func (*EdgeStackDeleteBadRequest) Code ¶
func (o *EdgeStackDeleteBadRequest) Code() int
Code gets the status code for the edge stack delete bad request response
func (*EdgeStackDeleteBadRequest) Error ¶
func (o *EdgeStackDeleteBadRequest) Error() string
func (*EdgeStackDeleteBadRequest) IsClientError ¶
func (o *EdgeStackDeleteBadRequest) IsClientError() bool
IsClientError returns true when this edge stack delete bad request response has a 4xx status code
func (*EdgeStackDeleteBadRequest) IsCode ¶
func (o *EdgeStackDeleteBadRequest) IsCode(code int) bool
IsCode returns true when this edge stack delete bad request response a status code equal to that given
func (*EdgeStackDeleteBadRequest) IsRedirect ¶
func (o *EdgeStackDeleteBadRequest) IsRedirect() bool
IsRedirect returns true when this edge stack delete bad request response has a 3xx status code
func (*EdgeStackDeleteBadRequest) IsServerError ¶
func (o *EdgeStackDeleteBadRequest) IsServerError() bool
IsServerError returns true when this edge stack delete bad request response has a 5xx status code
func (*EdgeStackDeleteBadRequest) IsSuccess ¶
func (o *EdgeStackDeleteBadRequest) IsSuccess() bool
IsSuccess returns true when this edge stack delete bad request response has a 2xx status code
func (*EdgeStackDeleteBadRequest) String ¶
func (o *EdgeStackDeleteBadRequest) String() string
type EdgeStackDeleteInternalServerError ¶
type EdgeStackDeleteInternalServerError struct {
}
EdgeStackDeleteInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewEdgeStackDeleteInternalServerError ¶
func NewEdgeStackDeleteInternalServerError() *EdgeStackDeleteInternalServerError
NewEdgeStackDeleteInternalServerError creates a EdgeStackDeleteInternalServerError with default headers values
func (*EdgeStackDeleteInternalServerError) Code ¶
func (o *EdgeStackDeleteInternalServerError) Code() int
Code gets the status code for the edge stack delete internal server error response
func (*EdgeStackDeleteInternalServerError) Error ¶
func (o *EdgeStackDeleteInternalServerError) Error() string
func (*EdgeStackDeleteInternalServerError) IsClientError ¶
func (o *EdgeStackDeleteInternalServerError) IsClientError() bool
IsClientError returns true when this edge stack delete internal server error response has a 4xx status code
func (*EdgeStackDeleteInternalServerError) IsCode ¶
func (o *EdgeStackDeleteInternalServerError) IsCode(code int) bool
IsCode returns true when this edge stack delete internal server error response a status code equal to that given
func (*EdgeStackDeleteInternalServerError) IsRedirect ¶
func (o *EdgeStackDeleteInternalServerError) IsRedirect() bool
IsRedirect returns true when this edge stack delete internal server error response has a 3xx status code
func (*EdgeStackDeleteInternalServerError) IsServerError ¶
func (o *EdgeStackDeleteInternalServerError) IsServerError() bool
IsServerError returns true when this edge stack delete internal server error response has a 5xx status code
func (*EdgeStackDeleteInternalServerError) IsSuccess ¶
func (o *EdgeStackDeleteInternalServerError) IsSuccess() bool
IsSuccess returns true when this edge stack delete internal server error response has a 2xx status code
func (*EdgeStackDeleteInternalServerError) String ¶
func (o *EdgeStackDeleteInternalServerError) String() string
type EdgeStackDeleteNoContent ¶
type EdgeStackDeleteNoContent struct {
}
EdgeStackDeleteNoContent describes a response with status code 204, with default header values.
No Content
func NewEdgeStackDeleteNoContent ¶
func NewEdgeStackDeleteNoContent() *EdgeStackDeleteNoContent
NewEdgeStackDeleteNoContent creates a EdgeStackDeleteNoContent with default headers values
func (*EdgeStackDeleteNoContent) Code ¶
func (o *EdgeStackDeleteNoContent) Code() int
Code gets the status code for the edge stack delete no content response
func (*EdgeStackDeleteNoContent) Error ¶
func (o *EdgeStackDeleteNoContent) Error() string
func (*EdgeStackDeleteNoContent) IsClientError ¶
func (o *EdgeStackDeleteNoContent) IsClientError() bool
IsClientError returns true when this edge stack delete no content response has a 4xx status code
func (*EdgeStackDeleteNoContent) IsCode ¶
func (o *EdgeStackDeleteNoContent) IsCode(code int) bool
IsCode returns true when this edge stack delete no content response a status code equal to that given
func (*EdgeStackDeleteNoContent) IsRedirect ¶
func (o *EdgeStackDeleteNoContent) IsRedirect() bool
IsRedirect returns true when this edge stack delete no content response has a 3xx status code
func (*EdgeStackDeleteNoContent) IsServerError ¶
func (o *EdgeStackDeleteNoContent) IsServerError() bool
IsServerError returns true when this edge stack delete no content response has a 5xx status code
func (*EdgeStackDeleteNoContent) IsSuccess ¶
func (o *EdgeStackDeleteNoContent) IsSuccess() bool
IsSuccess returns true when this edge stack delete no content response has a 2xx status code
func (*EdgeStackDeleteNoContent) String ¶
func (o *EdgeStackDeleteNoContent) String() string
type EdgeStackDeleteParams ¶
type EdgeStackDeleteParams struct {
/* ID.
EdgeStack Id
*/
ID int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeStackDeleteParams contains all the parameters to send to the API endpoint
for the edge stack delete operation. Typically these are written to a http.Request.
func NewEdgeStackDeleteParams ¶
func NewEdgeStackDeleteParams() *EdgeStackDeleteParams
NewEdgeStackDeleteParams creates a new EdgeStackDeleteParams 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 NewEdgeStackDeleteParamsWithContext ¶
func NewEdgeStackDeleteParamsWithContext(ctx context.Context) *EdgeStackDeleteParams
NewEdgeStackDeleteParamsWithContext creates a new EdgeStackDeleteParams object with the ability to set a context for a request.
func NewEdgeStackDeleteParamsWithHTTPClient ¶
func NewEdgeStackDeleteParamsWithHTTPClient(client *http.Client) *EdgeStackDeleteParams
NewEdgeStackDeleteParamsWithHTTPClient creates a new EdgeStackDeleteParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeStackDeleteParamsWithTimeout ¶
func NewEdgeStackDeleteParamsWithTimeout(timeout time.Duration) *EdgeStackDeleteParams
NewEdgeStackDeleteParamsWithTimeout creates a new EdgeStackDeleteParams object with the ability to set a timeout on a request.
func (*EdgeStackDeleteParams) SetContext ¶
func (o *EdgeStackDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the edge stack delete params
func (*EdgeStackDeleteParams) SetDefaults ¶
func (o *EdgeStackDeleteParams) SetDefaults()
SetDefaults hydrates default values in the edge stack delete params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackDeleteParams) SetHTTPClient ¶
func (o *EdgeStackDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge stack delete params
func (*EdgeStackDeleteParams) SetID ¶
func (o *EdgeStackDeleteParams) SetID(id int64)
SetID adds the id to the edge stack delete params
func (*EdgeStackDeleteParams) SetTimeout ¶
func (o *EdgeStackDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge stack delete params
func (*EdgeStackDeleteParams) WithContext ¶
func (o *EdgeStackDeleteParams) WithContext(ctx context.Context) *EdgeStackDeleteParams
WithContext adds the context to the edge stack delete params
func (*EdgeStackDeleteParams) WithDefaults ¶
func (o *EdgeStackDeleteParams) WithDefaults() *EdgeStackDeleteParams
WithDefaults hydrates default values in the edge stack delete params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackDeleteParams) WithHTTPClient ¶
func (o *EdgeStackDeleteParams) WithHTTPClient(client *http.Client) *EdgeStackDeleteParams
WithHTTPClient adds the HTTPClient to the edge stack delete params
func (*EdgeStackDeleteParams) WithID ¶
func (o *EdgeStackDeleteParams) WithID(id int64) *EdgeStackDeleteParams
WithID adds the id to the edge stack delete params
func (*EdgeStackDeleteParams) WithTimeout ¶
func (o *EdgeStackDeleteParams) WithTimeout(timeout time.Duration) *EdgeStackDeleteParams
WithTimeout adds the timeout to the edge stack delete params
func (*EdgeStackDeleteParams) WriteToRequest ¶
func (o *EdgeStackDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeStackDeleteReader ¶
type EdgeStackDeleteReader struct {
// contains filtered or unexported fields
}
EdgeStackDeleteReader is a Reader for the EdgeStackDelete structure.
func (*EdgeStackDeleteReader) ReadResponse ¶
func (o *EdgeStackDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EdgeStackDeleteServiceUnavailable ¶
type EdgeStackDeleteServiceUnavailable struct {
}
EdgeStackDeleteServiceUnavailable describes a response with status code 503, with default header values.
Edge compute features are disabled
func NewEdgeStackDeleteServiceUnavailable ¶
func NewEdgeStackDeleteServiceUnavailable() *EdgeStackDeleteServiceUnavailable
NewEdgeStackDeleteServiceUnavailable creates a EdgeStackDeleteServiceUnavailable with default headers values
func (*EdgeStackDeleteServiceUnavailable) Code ¶
func (o *EdgeStackDeleteServiceUnavailable) Code() int
Code gets the status code for the edge stack delete service unavailable response
func (*EdgeStackDeleteServiceUnavailable) Error ¶
func (o *EdgeStackDeleteServiceUnavailable) Error() string
func (*EdgeStackDeleteServiceUnavailable) IsClientError ¶
func (o *EdgeStackDeleteServiceUnavailable) IsClientError() bool
IsClientError returns true when this edge stack delete service unavailable response has a 4xx status code
func (*EdgeStackDeleteServiceUnavailable) IsCode ¶
func (o *EdgeStackDeleteServiceUnavailable) IsCode(code int) bool
IsCode returns true when this edge stack delete service unavailable response a status code equal to that given
func (*EdgeStackDeleteServiceUnavailable) IsRedirect ¶
func (o *EdgeStackDeleteServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this edge stack delete service unavailable response has a 3xx status code
func (*EdgeStackDeleteServiceUnavailable) IsServerError ¶
func (o *EdgeStackDeleteServiceUnavailable) IsServerError() bool
IsServerError returns true when this edge stack delete service unavailable response has a 5xx status code
func (*EdgeStackDeleteServiceUnavailable) IsSuccess ¶
func (o *EdgeStackDeleteServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this edge stack delete service unavailable response has a 2xx status code
func (*EdgeStackDeleteServiceUnavailable) String ¶
func (o *EdgeStackDeleteServiceUnavailable) String() string
type EdgeStackFileBadRequest ¶
type EdgeStackFileBadRequest struct {
}
EdgeStackFileBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewEdgeStackFileBadRequest ¶
func NewEdgeStackFileBadRequest() *EdgeStackFileBadRequest
NewEdgeStackFileBadRequest creates a EdgeStackFileBadRequest with default headers values
func (*EdgeStackFileBadRequest) Code ¶
func (o *EdgeStackFileBadRequest) Code() int
Code gets the status code for the edge stack file bad request response
func (*EdgeStackFileBadRequest) Error ¶
func (o *EdgeStackFileBadRequest) Error() string
func (*EdgeStackFileBadRequest) IsClientError ¶
func (o *EdgeStackFileBadRequest) IsClientError() bool
IsClientError returns true when this edge stack file bad request response has a 4xx status code
func (*EdgeStackFileBadRequest) IsCode ¶
func (o *EdgeStackFileBadRequest) IsCode(code int) bool
IsCode returns true when this edge stack file bad request response a status code equal to that given
func (*EdgeStackFileBadRequest) IsRedirect ¶
func (o *EdgeStackFileBadRequest) IsRedirect() bool
IsRedirect returns true when this edge stack file bad request response has a 3xx status code
func (*EdgeStackFileBadRequest) IsServerError ¶
func (o *EdgeStackFileBadRequest) IsServerError() bool
IsServerError returns true when this edge stack file bad request response has a 5xx status code
func (*EdgeStackFileBadRequest) IsSuccess ¶
func (o *EdgeStackFileBadRequest) IsSuccess() bool
IsSuccess returns true when this edge stack file bad request response has a 2xx status code
func (*EdgeStackFileBadRequest) String ¶
func (o *EdgeStackFileBadRequest) String() string
type EdgeStackFileInternalServerError ¶
type EdgeStackFileInternalServerError struct {
}
EdgeStackFileInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewEdgeStackFileInternalServerError ¶
func NewEdgeStackFileInternalServerError() *EdgeStackFileInternalServerError
NewEdgeStackFileInternalServerError creates a EdgeStackFileInternalServerError with default headers values
func (*EdgeStackFileInternalServerError) Code ¶
func (o *EdgeStackFileInternalServerError) Code() int
Code gets the status code for the edge stack file internal server error response
func (*EdgeStackFileInternalServerError) Error ¶
func (o *EdgeStackFileInternalServerError) Error() string
func (*EdgeStackFileInternalServerError) IsClientError ¶
func (o *EdgeStackFileInternalServerError) IsClientError() bool
IsClientError returns true when this edge stack file internal server error response has a 4xx status code
func (*EdgeStackFileInternalServerError) IsCode ¶
func (o *EdgeStackFileInternalServerError) IsCode(code int) bool
IsCode returns true when this edge stack file internal server error response a status code equal to that given
func (*EdgeStackFileInternalServerError) IsRedirect ¶
func (o *EdgeStackFileInternalServerError) IsRedirect() bool
IsRedirect returns true when this edge stack file internal server error response has a 3xx status code
func (*EdgeStackFileInternalServerError) IsServerError ¶
func (o *EdgeStackFileInternalServerError) IsServerError() bool
IsServerError returns true when this edge stack file internal server error response has a 5xx status code
func (*EdgeStackFileInternalServerError) IsSuccess ¶
func (o *EdgeStackFileInternalServerError) IsSuccess() bool
IsSuccess returns true when this edge stack file internal server error response has a 2xx status code
func (*EdgeStackFileInternalServerError) String ¶
func (o *EdgeStackFileInternalServerError) String() string
type EdgeStackFileOK ¶
type EdgeStackFileOK struct {
Payload *models.EdgestacksStackFileResponse
}
EdgeStackFileOK describes a response with status code 200, with default header values.
OK
func NewEdgeStackFileOK ¶
func NewEdgeStackFileOK() *EdgeStackFileOK
NewEdgeStackFileOK creates a EdgeStackFileOK with default headers values
func (*EdgeStackFileOK) Code ¶
func (o *EdgeStackFileOK) Code() int
Code gets the status code for the edge stack file o k response
func (*EdgeStackFileOK) Error ¶
func (o *EdgeStackFileOK) Error() string
func (*EdgeStackFileOK) GetPayload ¶
func (o *EdgeStackFileOK) GetPayload() *models.EdgestacksStackFileResponse
func (*EdgeStackFileOK) IsClientError ¶
func (o *EdgeStackFileOK) IsClientError() bool
IsClientError returns true when this edge stack file o k response has a 4xx status code
func (*EdgeStackFileOK) IsCode ¶
func (o *EdgeStackFileOK) IsCode(code int) bool
IsCode returns true when this edge stack file o k response a status code equal to that given
func (*EdgeStackFileOK) IsRedirect ¶
func (o *EdgeStackFileOK) IsRedirect() bool
IsRedirect returns true when this edge stack file o k response has a 3xx status code
func (*EdgeStackFileOK) IsServerError ¶
func (o *EdgeStackFileOK) IsServerError() bool
IsServerError returns true when this edge stack file o k response has a 5xx status code
func (*EdgeStackFileOK) IsSuccess ¶
func (o *EdgeStackFileOK) IsSuccess() bool
IsSuccess returns true when this edge stack file o k response has a 2xx status code
func (*EdgeStackFileOK) String ¶
func (o *EdgeStackFileOK) String() string
type EdgeStackFileParams ¶
type EdgeStackFileParams struct {
/* CommitHash.
Git repository commit hash. If both version and commitHash are provided, the commitHash will be used
*/
CommitHash *string
/* ID.
EdgeStack Id
*/
ID int64
/* Version.
Stack file version maintained by Portainer. If both version and commitHash are provided, the commitHash will be used
*/
Version *int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeStackFileParams contains all the parameters to send to the API endpoint
for the edge stack file operation. Typically these are written to a http.Request.
func NewEdgeStackFileParams ¶
func NewEdgeStackFileParams() *EdgeStackFileParams
NewEdgeStackFileParams creates a new EdgeStackFileParams 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 NewEdgeStackFileParamsWithContext ¶
func NewEdgeStackFileParamsWithContext(ctx context.Context) *EdgeStackFileParams
NewEdgeStackFileParamsWithContext creates a new EdgeStackFileParams object with the ability to set a context for a request.
func NewEdgeStackFileParamsWithHTTPClient ¶
func NewEdgeStackFileParamsWithHTTPClient(client *http.Client) *EdgeStackFileParams
NewEdgeStackFileParamsWithHTTPClient creates a new EdgeStackFileParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeStackFileParamsWithTimeout ¶
func NewEdgeStackFileParamsWithTimeout(timeout time.Duration) *EdgeStackFileParams
NewEdgeStackFileParamsWithTimeout creates a new EdgeStackFileParams object with the ability to set a timeout on a request.
func (*EdgeStackFileParams) SetCommitHash ¶
func (o *EdgeStackFileParams) SetCommitHash(commitHash *string)
SetCommitHash adds the commitHash to the edge stack file params
func (*EdgeStackFileParams) SetContext ¶
func (o *EdgeStackFileParams) SetContext(ctx context.Context)
SetContext adds the context to the edge stack file params
func (*EdgeStackFileParams) SetDefaults ¶
func (o *EdgeStackFileParams) SetDefaults()
SetDefaults hydrates default values in the edge stack file params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackFileParams) SetHTTPClient ¶
func (o *EdgeStackFileParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge stack file params
func (*EdgeStackFileParams) SetID ¶
func (o *EdgeStackFileParams) SetID(id int64)
SetID adds the id to the edge stack file params
func (*EdgeStackFileParams) SetTimeout ¶
func (o *EdgeStackFileParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge stack file params
func (*EdgeStackFileParams) SetVersion ¶
func (o *EdgeStackFileParams) SetVersion(version *int64)
SetVersion adds the version to the edge stack file params
func (*EdgeStackFileParams) WithCommitHash ¶
func (o *EdgeStackFileParams) WithCommitHash(commitHash *string) *EdgeStackFileParams
WithCommitHash adds the commitHash to the edge stack file params
func (*EdgeStackFileParams) WithContext ¶
func (o *EdgeStackFileParams) WithContext(ctx context.Context) *EdgeStackFileParams
WithContext adds the context to the edge stack file params
func (*EdgeStackFileParams) WithDefaults ¶
func (o *EdgeStackFileParams) WithDefaults() *EdgeStackFileParams
WithDefaults hydrates default values in the edge stack file params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackFileParams) WithHTTPClient ¶
func (o *EdgeStackFileParams) WithHTTPClient(client *http.Client) *EdgeStackFileParams
WithHTTPClient adds the HTTPClient to the edge stack file params
func (*EdgeStackFileParams) WithID ¶
func (o *EdgeStackFileParams) WithID(id int64) *EdgeStackFileParams
WithID adds the id to the edge stack file params
func (*EdgeStackFileParams) WithTimeout ¶
func (o *EdgeStackFileParams) WithTimeout(timeout time.Duration) *EdgeStackFileParams
WithTimeout adds the timeout to the edge stack file params
func (*EdgeStackFileParams) WithVersion ¶
func (o *EdgeStackFileParams) WithVersion(version *int64) *EdgeStackFileParams
WithVersion adds the version to the edge stack file params
func (*EdgeStackFileParams) WriteToRequest ¶
func (o *EdgeStackFileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeStackFileReader ¶
type EdgeStackFileReader struct {
// contains filtered or unexported fields
}
EdgeStackFileReader is a Reader for the EdgeStackFile structure.
func (*EdgeStackFileReader) ReadResponse ¶
func (o *EdgeStackFileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EdgeStackFileServiceUnavailable ¶
type EdgeStackFileServiceUnavailable struct {
}
EdgeStackFileServiceUnavailable describes a response with status code 503, with default header values.
Edge compute features are disabled
func NewEdgeStackFileServiceUnavailable ¶
func NewEdgeStackFileServiceUnavailable() *EdgeStackFileServiceUnavailable
NewEdgeStackFileServiceUnavailable creates a EdgeStackFileServiceUnavailable with default headers values
func (*EdgeStackFileServiceUnavailable) Code ¶
func (o *EdgeStackFileServiceUnavailable) Code() int
Code gets the status code for the edge stack file service unavailable response
func (*EdgeStackFileServiceUnavailable) Error ¶
func (o *EdgeStackFileServiceUnavailable) Error() string
func (*EdgeStackFileServiceUnavailable) IsClientError ¶
func (o *EdgeStackFileServiceUnavailable) IsClientError() bool
IsClientError returns true when this edge stack file service unavailable response has a 4xx status code
func (*EdgeStackFileServiceUnavailable) IsCode ¶
func (o *EdgeStackFileServiceUnavailable) IsCode(code int) bool
IsCode returns true when this edge stack file service unavailable response a status code equal to that given
func (*EdgeStackFileServiceUnavailable) IsRedirect ¶
func (o *EdgeStackFileServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this edge stack file service unavailable response has a 3xx status code
func (*EdgeStackFileServiceUnavailable) IsServerError ¶
func (o *EdgeStackFileServiceUnavailable) IsServerError() bool
IsServerError returns true when this edge stack file service unavailable response has a 5xx status code
func (*EdgeStackFileServiceUnavailable) IsSuccess ¶
func (o *EdgeStackFileServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this edge stack file service unavailable response has a 2xx status code
func (*EdgeStackFileServiceUnavailable) String ¶
func (o *EdgeStackFileServiceUnavailable) String() string
type EdgeStackInspectBadRequest ¶
type EdgeStackInspectBadRequest struct {
}
EdgeStackInspectBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewEdgeStackInspectBadRequest ¶
func NewEdgeStackInspectBadRequest() *EdgeStackInspectBadRequest
NewEdgeStackInspectBadRequest creates a EdgeStackInspectBadRequest with default headers values
func (*EdgeStackInspectBadRequest) Code ¶
func (o *EdgeStackInspectBadRequest) Code() int
Code gets the status code for the edge stack inspect bad request response
func (*EdgeStackInspectBadRequest) Error ¶
func (o *EdgeStackInspectBadRequest) Error() string
func (*EdgeStackInspectBadRequest) IsClientError ¶
func (o *EdgeStackInspectBadRequest) IsClientError() bool
IsClientError returns true when this edge stack inspect bad request response has a 4xx status code
func (*EdgeStackInspectBadRequest) IsCode ¶
func (o *EdgeStackInspectBadRequest) IsCode(code int) bool
IsCode returns true when this edge stack inspect bad request response a status code equal to that given
func (*EdgeStackInspectBadRequest) IsRedirect ¶
func (o *EdgeStackInspectBadRequest) IsRedirect() bool
IsRedirect returns true when this edge stack inspect bad request response has a 3xx status code
func (*EdgeStackInspectBadRequest) IsServerError ¶
func (o *EdgeStackInspectBadRequest) IsServerError() bool
IsServerError returns true when this edge stack inspect bad request response has a 5xx status code
func (*EdgeStackInspectBadRequest) IsSuccess ¶
func (o *EdgeStackInspectBadRequest) IsSuccess() bool
IsSuccess returns true when this edge stack inspect bad request response has a 2xx status code
func (*EdgeStackInspectBadRequest) String ¶
func (o *EdgeStackInspectBadRequest) String() string
type EdgeStackInspectInternalServerError ¶
type EdgeStackInspectInternalServerError struct {
}
EdgeStackInspectInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewEdgeStackInspectInternalServerError ¶
func NewEdgeStackInspectInternalServerError() *EdgeStackInspectInternalServerError
NewEdgeStackInspectInternalServerError creates a EdgeStackInspectInternalServerError with default headers values
func (*EdgeStackInspectInternalServerError) Code ¶
func (o *EdgeStackInspectInternalServerError) Code() int
Code gets the status code for the edge stack inspect internal server error response
func (*EdgeStackInspectInternalServerError) Error ¶
func (o *EdgeStackInspectInternalServerError) Error() string
func (*EdgeStackInspectInternalServerError) IsClientError ¶
func (o *EdgeStackInspectInternalServerError) IsClientError() bool
IsClientError returns true when this edge stack inspect internal server error response has a 4xx status code
func (*EdgeStackInspectInternalServerError) IsCode ¶
func (o *EdgeStackInspectInternalServerError) IsCode(code int) bool
IsCode returns true when this edge stack inspect internal server error response a status code equal to that given
func (*EdgeStackInspectInternalServerError) IsRedirect ¶
func (o *EdgeStackInspectInternalServerError) IsRedirect() bool
IsRedirect returns true when this edge stack inspect internal server error response has a 3xx status code
func (*EdgeStackInspectInternalServerError) IsServerError ¶
func (o *EdgeStackInspectInternalServerError) IsServerError() bool
IsServerError returns true when this edge stack inspect internal server error response has a 5xx status code
func (*EdgeStackInspectInternalServerError) IsSuccess ¶
func (o *EdgeStackInspectInternalServerError) IsSuccess() bool
IsSuccess returns true when this edge stack inspect internal server error response has a 2xx status code
func (*EdgeStackInspectInternalServerError) String ¶
func (o *EdgeStackInspectInternalServerError) String() string
type EdgeStackInspectOK ¶
type EdgeStackInspectOK struct {
Payload *models.PortainereeEdgeStack
}
EdgeStackInspectOK describes a response with status code 200, with default header values.
OK
func NewEdgeStackInspectOK ¶
func NewEdgeStackInspectOK() *EdgeStackInspectOK
NewEdgeStackInspectOK creates a EdgeStackInspectOK with default headers values
func (*EdgeStackInspectOK) Code ¶
func (o *EdgeStackInspectOK) Code() int
Code gets the status code for the edge stack inspect o k response
func (*EdgeStackInspectOK) Error ¶
func (o *EdgeStackInspectOK) Error() string
func (*EdgeStackInspectOK) GetPayload ¶
func (o *EdgeStackInspectOK) GetPayload() *models.PortainereeEdgeStack
func (*EdgeStackInspectOK) IsClientError ¶
func (o *EdgeStackInspectOK) IsClientError() bool
IsClientError returns true when this edge stack inspect o k response has a 4xx status code
func (*EdgeStackInspectOK) IsCode ¶
func (o *EdgeStackInspectOK) IsCode(code int) bool
IsCode returns true when this edge stack inspect o k response a status code equal to that given
func (*EdgeStackInspectOK) IsRedirect ¶
func (o *EdgeStackInspectOK) IsRedirect() bool
IsRedirect returns true when this edge stack inspect o k response has a 3xx status code
func (*EdgeStackInspectOK) IsServerError ¶
func (o *EdgeStackInspectOK) IsServerError() bool
IsServerError returns true when this edge stack inspect o k response has a 5xx status code
func (*EdgeStackInspectOK) IsSuccess ¶
func (o *EdgeStackInspectOK) IsSuccess() bool
IsSuccess returns true when this edge stack inspect o k response has a 2xx status code
func (*EdgeStackInspectOK) String ¶
func (o *EdgeStackInspectOK) String() string
type EdgeStackInspectParams ¶
type EdgeStackInspectParams struct {
/* ID.
EdgeStack Id
*/
ID int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeStackInspectParams contains all the parameters to send to the API endpoint
for the edge stack inspect operation. Typically these are written to a http.Request.
func NewEdgeStackInspectParams ¶
func NewEdgeStackInspectParams() *EdgeStackInspectParams
NewEdgeStackInspectParams creates a new EdgeStackInspectParams 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 NewEdgeStackInspectParamsWithContext ¶
func NewEdgeStackInspectParamsWithContext(ctx context.Context) *EdgeStackInspectParams
NewEdgeStackInspectParamsWithContext creates a new EdgeStackInspectParams object with the ability to set a context for a request.
func NewEdgeStackInspectParamsWithHTTPClient ¶
func NewEdgeStackInspectParamsWithHTTPClient(client *http.Client) *EdgeStackInspectParams
NewEdgeStackInspectParamsWithHTTPClient creates a new EdgeStackInspectParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeStackInspectParamsWithTimeout ¶
func NewEdgeStackInspectParamsWithTimeout(timeout time.Duration) *EdgeStackInspectParams
NewEdgeStackInspectParamsWithTimeout creates a new EdgeStackInspectParams object with the ability to set a timeout on a request.
func (*EdgeStackInspectParams) SetContext ¶
func (o *EdgeStackInspectParams) SetContext(ctx context.Context)
SetContext adds the context to the edge stack inspect params
func (*EdgeStackInspectParams) SetDefaults ¶
func (o *EdgeStackInspectParams) SetDefaults()
SetDefaults hydrates default values in the edge stack inspect params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackInspectParams) SetHTTPClient ¶
func (o *EdgeStackInspectParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge stack inspect params
func (*EdgeStackInspectParams) SetID ¶
func (o *EdgeStackInspectParams) SetID(id int64)
SetID adds the id to the edge stack inspect params
func (*EdgeStackInspectParams) SetTimeout ¶
func (o *EdgeStackInspectParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge stack inspect params
func (*EdgeStackInspectParams) WithContext ¶
func (o *EdgeStackInspectParams) WithContext(ctx context.Context) *EdgeStackInspectParams
WithContext adds the context to the edge stack inspect params
func (*EdgeStackInspectParams) WithDefaults ¶
func (o *EdgeStackInspectParams) WithDefaults() *EdgeStackInspectParams
WithDefaults hydrates default values in the edge stack inspect params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackInspectParams) WithHTTPClient ¶
func (o *EdgeStackInspectParams) WithHTTPClient(client *http.Client) *EdgeStackInspectParams
WithHTTPClient adds the HTTPClient to the edge stack inspect params
func (*EdgeStackInspectParams) WithID ¶
func (o *EdgeStackInspectParams) WithID(id int64) *EdgeStackInspectParams
WithID adds the id to the edge stack inspect params
func (*EdgeStackInspectParams) WithTimeout ¶
func (o *EdgeStackInspectParams) WithTimeout(timeout time.Duration) *EdgeStackInspectParams
WithTimeout adds the timeout to the edge stack inspect params
func (*EdgeStackInspectParams) WriteToRequest ¶
func (o *EdgeStackInspectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeStackInspectReader ¶
type EdgeStackInspectReader struct {
// contains filtered or unexported fields
}
EdgeStackInspectReader is a Reader for the EdgeStackInspect structure.
func (*EdgeStackInspectReader) ReadResponse ¶
func (o *EdgeStackInspectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EdgeStackInspectServiceUnavailable ¶
type EdgeStackInspectServiceUnavailable struct {
}
EdgeStackInspectServiceUnavailable describes a response with status code 503, with default header values.
Edge compute features are disabled
func NewEdgeStackInspectServiceUnavailable ¶
func NewEdgeStackInspectServiceUnavailable() *EdgeStackInspectServiceUnavailable
NewEdgeStackInspectServiceUnavailable creates a EdgeStackInspectServiceUnavailable with default headers values
func (*EdgeStackInspectServiceUnavailable) Code ¶
func (o *EdgeStackInspectServiceUnavailable) Code() int
Code gets the status code for the edge stack inspect service unavailable response
func (*EdgeStackInspectServiceUnavailable) Error ¶
func (o *EdgeStackInspectServiceUnavailable) Error() string
func (*EdgeStackInspectServiceUnavailable) IsClientError ¶
func (o *EdgeStackInspectServiceUnavailable) IsClientError() bool
IsClientError returns true when this edge stack inspect service unavailable response has a 4xx status code
func (*EdgeStackInspectServiceUnavailable) IsCode ¶
func (o *EdgeStackInspectServiceUnavailable) IsCode(code int) bool
IsCode returns true when this edge stack inspect service unavailable response a status code equal to that given
func (*EdgeStackInspectServiceUnavailable) IsRedirect ¶
func (o *EdgeStackInspectServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this edge stack inspect service unavailable response has a 3xx status code
func (*EdgeStackInspectServiceUnavailable) IsServerError ¶
func (o *EdgeStackInspectServiceUnavailable) IsServerError() bool
IsServerError returns true when this edge stack inspect service unavailable response has a 5xx status code
func (*EdgeStackInspectServiceUnavailable) IsSuccess ¶
func (o *EdgeStackInspectServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this edge stack inspect service unavailable response has a 2xx status code
func (*EdgeStackInspectServiceUnavailable) String ¶
func (o *EdgeStackInspectServiceUnavailable) String() string
type EdgeStackListBadRequest ¶
type EdgeStackListBadRequest struct {
}
EdgeStackListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewEdgeStackListBadRequest ¶
func NewEdgeStackListBadRequest() *EdgeStackListBadRequest
NewEdgeStackListBadRequest creates a EdgeStackListBadRequest with default headers values
func (*EdgeStackListBadRequest) Code ¶
func (o *EdgeStackListBadRequest) Code() int
Code gets the status code for the edge stack list bad request response
func (*EdgeStackListBadRequest) Error ¶
func (o *EdgeStackListBadRequest) Error() string
func (*EdgeStackListBadRequest) IsClientError ¶
func (o *EdgeStackListBadRequest) IsClientError() bool
IsClientError returns true when this edge stack list bad request response has a 4xx status code
func (*EdgeStackListBadRequest) IsCode ¶
func (o *EdgeStackListBadRequest) IsCode(code int) bool
IsCode returns true when this edge stack list bad request response a status code equal to that given
func (*EdgeStackListBadRequest) IsRedirect ¶
func (o *EdgeStackListBadRequest) IsRedirect() bool
IsRedirect returns true when this edge stack list bad request response has a 3xx status code
func (*EdgeStackListBadRequest) IsServerError ¶
func (o *EdgeStackListBadRequest) IsServerError() bool
IsServerError returns true when this edge stack list bad request response has a 5xx status code
func (*EdgeStackListBadRequest) IsSuccess ¶
func (o *EdgeStackListBadRequest) IsSuccess() bool
IsSuccess returns true when this edge stack list bad request response has a 2xx status code
func (*EdgeStackListBadRequest) String ¶
func (o *EdgeStackListBadRequest) String() string
type EdgeStackListInternalServerError ¶
type EdgeStackListInternalServerError struct {
}
EdgeStackListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewEdgeStackListInternalServerError ¶
func NewEdgeStackListInternalServerError() *EdgeStackListInternalServerError
NewEdgeStackListInternalServerError creates a EdgeStackListInternalServerError with default headers values
func (*EdgeStackListInternalServerError) Code ¶
func (o *EdgeStackListInternalServerError) Code() int
Code gets the status code for the edge stack list internal server error response
func (*EdgeStackListInternalServerError) Error ¶
func (o *EdgeStackListInternalServerError) Error() string
func (*EdgeStackListInternalServerError) IsClientError ¶
func (o *EdgeStackListInternalServerError) IsClientError() bool
IsClientError returns true when this edge stack list internal server error response has a 4xx status code
func (*EdgeStackListInternalServerError) IsCode ¶
func (o *EdgeStackListInternalServerError) IsCode(code int) bool
IsCode returns true when this edge stack list internal server error response a status code equal to that given
func (*EdgeStackListInternalServerError) IsRedirect ¶
func (o *EdgeStackListInternalServerError) IsRedirect() bool
IsRedirect returns true when this edge stack list internal server error response has a 3xx status code
func (*EdgeStackListInternalServerError) IsServerError ¶
func (o *EdgeStackListInternalServerError) IsServerError() bool
IsServerError returns true when this edge stack list internal server error response has a 5xx status code
func (*EdgeStackListInternalServerError) IsSuccess ¶
func (o *EdgeStackListInternalServerError) IsSuccess() bool
IsSuccess returns true when this edge stack list internal server error response has a 2xx status code
func (*EdgeStackListInternalServerError) String ¶
func (o *EdgeStackListInternalServerError) String() string
type EdgeStackListOK ¶
type EdgeStackListOK struct {
Payload []*models.PortainereeEdgeStack
}
EdgeStackListOK describes a response with status code 200, with default header values.
OK
func NewEdgeStackListOK ¶
func NewEdgeStackListOK() *EdgeStackListOK
NewEdgeStackListOK creates a EdgeStackListOK with default headers values
func (*EdgeStackListOK) Code ¶
func (o *EdgeStackListOK) Code() int
Code gets the status code for the edge stack list o k response
func (*EdgeStackListOK) Error ¶
func (o *EdgeStackListOK) Error() string
func (*EdgeStackListOK) GetPayload ¶
func (o *EdgeStackListOK) GetPayload() []*models.PortainereeEdgeStack
func (*EdgeStackListOK) IsClientError ¶
func (o *EdgeStackListOK) IsClientError() bool
IsClientError returns true when this edge stack list o k response has a 4xx status code
func (*EdgeStackListOK) IsCode ¶
func (o *EdgeStackListOK) IsCode(code int) bool
IsCode returns true when this edge stack list o k response a status code equal to that given
func (*EdgeStackListOK) IsRedirect ¶
func (o *EdgeStackListOK) IsRedirect() bool
IsRedirect returns true when this edge stack list o k response has a 3xx status code
func (*EdgeStackListOK) IsServerError ¶
func (o *EdgeStackListOK) IsServerError() bool
IsServerError returns true when this edge stack list o k response has a 5xx status code
func (*EdgeStackListOK) IsSuccess ¶
func (o *EdgeStackListOK) IsSuccess() bool
IsSuccess returns true when this edge stack list o k response has a 2xx status code
func (*EdgeStackListOK) String ¶
func (o *EdgeStackListOK) String() string
type EdgeStackListParams ¶
type EdgeStackListParams struct {
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeStackListParams contains all the parameters to send to the API endpoint
for the edge stack list operation. Typically these are written to a http.Request.
func NewEdgeStackListParams ¶
func NewEdgeStackListParams() *EdgeStackListParams
NewEdgeStackListParams creates a new EdgeStackListParams 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 NewEdgeStackListParamsWithContext ¶
func NewEdgeStackListParamsWithContext(ctx context.Context) *EdgeStackListParams
NewEdgeStackListParamsWithContext creates a new EdgeStackListParams object with the ability to set a context for a request.
func NewEdgeStackListParamsWithHTTPClient ¶
func NewEdgeStackListParamsWithHTTPClient(client *http.Client) *EdgeStackListParams
NewEdgeStackListParamsWithHTTPClient creates a new EdgeStackListParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeStackListParamsWithTimeout ¶
func NewEdgeStackListParamsWithTimeout(timeout time.Duration) *EdgeStackListParams
NewEdgeStackListParamsWithTimeout creates a new EdgeStackListParams object with the ability to set a timeout on a request.
func (*EdgeStackListParams) SetContext ¶
func (o *EdgeStackListParams) SetContext(ctx context.Context)
SetContext adds the context to the edge stack list params
func (*EdgeStackListParams) SetDefaults ¶
func (o *EdgeStackListParams) SetDefaults()
SetDefaults hydrates default values in the edge stack list params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackListParams) SetHTTPClient ¶
func (o *EdgeStackListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge stack list params
func (*EdgeStackListParams) SetTimeout ¶
func (o *EdgeStackListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge stack list params
func (*EdgeStackListParams) WithContext ¶
func (o *EdgeStackListParams) WithContext(ctx context.Context) *EdgeStackListParams
WithContext adds the context to the edge stack list params
func (*EdgeStackListParams) WithDefaults ¶
func (o *EdgeStackListParams) WithDefaults() *EdgeStackListParams
WithDefaults hydrates default values in the edge stack list params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackListParams) WithHTTPClient ¶
func (o *EdgeStackListParams) WithHTTPClient(client *http.Client) *EdgeStackListParams
WithHTTPClient adds the HTTPClient to the edge stack list params
func (*EdgeStackListParams) WithTimeout ¶
func (o *EdgeStackListParams) WithTimeout(timeout time.Duration) *EdgeStackListParams
WithTimeout adds the timeout to the edge stack list params
func (*EdgeStackListParams) WriteToRequest ¶
func (o *EdgeStackListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeStackListReader ¶
type EdgeStackListReader struct {
// contains filtered or unexported fields
}
EdgeStackListReader is a Reader for the EdgeStackList structure.
func (*EdgeStackListReader) ReadResponse ¶
func (o *EdgeStackListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EdgeStackListServiceUnavailable ¶
type EdgeStackListServiceUnavailable struct {
}
EdgeStackListServiceUnavailable describes a response with status code 503, with default header values.
Edge compute features are disabled
func NewEdgeStackListServiceUnavailable ¶
func NewEdgeStackListServiceUnavailable() *EdgeStackListServiceUnavailable
NewEdgeStackListServiceUnavailable creates a EdgeStackListServiceUnavailable with default headers values
func (*EdgeStackListServiceUnavailable) Code ¶
func (o *EdgeStackListServiceUnavailable) Code() int
Code gets the status code for the edge stack list service unavailable response
func (*EdgeStackListServiceUnavailable) Error ¶
func (o *EdgeStackListServiceUnavailable) Error() string
func (*EdgeStackListServiceUnavailable) IsClientError ¶
func (o *EdgeStackListServiceUnavailable) IsClientError() bool
IsClientError returns true when this edge stack list service unavailable response has a 4xx status code
func (*EdgeStackListServiceUnavailable) IsCode ¶
func (o *EdgeStackListServiceUnavailable) IsCode(code int) bool
IsCode returns true when this edge stack list service unavailable response a status code equal to that given
func (*EdgeStackListServiceUnavailable) IsRedirect ¶
func (o *EdgeStackListServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this edge stack list service unavailable response has a 3xx status code
func (*EdgeStackListServiceUnavailable) IsServerError ¶
func (o *EdgeStackListServiceUnavailable) IsServerError() bool
IsServerError returns true when this edge stack list service unavailable response has a 5xx status code
func (*EdgeStackListServiceUnavailable) IsSuccess ¶
func (o *EdgeStackListServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this edge stack list service unavailable response has a 2xx status code
func (*EdgeStackListServiceUnavailable) String ¶
func (o *EdgeStackListServiceUnavailable) String() string
type EdgeStackLogsCollectBadRequest ¶
type EdgeStackLogsCollectBadRequest struct {
}
EdgeStackLogsCollectBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewEdgeStackLogsCollectBadRequest ¶
func NewEdgeStackLogsCollectBadRequest() *EdgeStackLogsCollectBadRequest
NewEdgeStackLogsCollectBadRequest creates a EdgeStackLogsCollectBadRequest with default headers values
func (*EdgeStackLogsCollectBadRequest) Code ¶
func (o *EdgeStackLogsCollectBadRequest) Code() int
Code gets the status code for the edge stack logs collect bad request response
func (*EdgeStackLogsCollectBadRequest) Error ¶
func (o *EdgeStackLogsCollectBadRequest) Error() string
func (*EdgeStackLogsCollectBadRequest) IsClientError ¶
func (o *EdgeStackLogsCollectBadRequest) IsClientError() bool
IsClientError returns true when this edge stack logs collect bad request response has a 4xx status code
func (*EdgeStackLogsCollectBadRequest) IsCode ¶
func (o *EdgeStackLogsCollectBadRequest) IsCode(code int) bool
IsCode returns true when this edge stack logs collect bad request response a status code equal to that given
func (*EdgeStackLogsCollectBadRequest) IsRedirect ¶
func (o *EdgeStackLogsCollectBadRequest) IsRedirect() bool
IsRedirect returns true when this edge stack logs collect bad request response has a 3xx status code
func (*EdgeStackLogsCollectBadRequest) IsServerError ¶
func (o *EdgeStackLogsCollectBadRequest) IsServerError() bool
IsServerError returns true when this edge stack logs collect bad request response has a 5xx status code
func (*EdgeStackLogsCollectBadRequest) IsSuccess ¶
func (o *EdgeStackLogsCollectBadRequest) IsSuccess() bool
IsSuccess returns true when this edge stack logs collect bad request response has a 2xx status code
func (*EdgeStackLogsCollectBadRequest) String ¶
func (o *EdgeStackLogsCollectBadRequest) String() string
type EdgeStackLogsCollectInternalServerError ¶
type EdgeStackLogsCollectInternalServerError struct {
}
EdgeStackLogsCollectInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewEdgeStackLogsCollectInternalServerError ¶
func NewEdgeStackLogsCollectInternalServerError() *EdgeStackLogsCollectInternalServerError
NewEdgeStackLogsCollectInternalServerError creates a EdgeStackLogsCollectInternalServerError with default headers values
func (*EdgeStackLogsCollectInternalServerError) Code ¶
func (o *EdgeStackLogsCollectInternalServerError) Code() int
Code gets the status code for the edge stack logs collect internal server error response
func (*EdgeStackLogsCollectInternalServerError) Error ¶
func (o *EdgeStackLogsCollectInternalServerError) Error() string
func (*EdgeStackLogsCollectInternalServerError) IsClientError ¶
func (o *EdgeStackLogsCollectInternalServerError) IsClientError() bool
IsClientError returns true when this edge stack logs collect internal server error response has a 4xx status code
func (*EdgeStackLogsCollectInternalServerError) IsCode ¶
func (o *EdgeStackLogsCollectInternalServerError) IsCode(code int) bool
IsCode returns true when this edge stack logs collect internal server error response a status code equal to that given
func (*EdgeStackLogsCollectInternalServerError) IsRedirect ¶
func (o *EdgeStackLogsCollectInternalServerError) IsRedirect() bool
IsRedirect returns true when this edge stack logs collect internal server error response has a 3xx status code
func (*EdgeStackLogsCollectInternalServerError) IsServerError ¶
func (o *EdgeStackLogsCollectInternalServerError) IsServerError() bool
IsServerError returns true when this edge stack logs collect internal server error response has a 5xx status code
func (*EdgeStackLogsCollectInternalServerError) IsSuccess ¶
func (o *EdgeStackLogsCollectInternalServerError) IsSuccess() bool
IsSuccess returns true when this edge stack logs collect internal server error response has a 2xx status code
func (*EdgeStackLogsCollectInternalServerError) String ¶
func (o *EdgeStackLogsCollectInternalServerError) String() string
type EdgeStackLogsCollectNoContent ¶
type EdgeStackLogsCollectNoContent struct {
}
EdgeStackLogsCollectNoContent describes a response with status code 204, with default header values.
No Content
func NewEdgeStackLogsCollectNoContent ¶
func NewEdgeStackLogsCollectNoContent() *EdgeStackLogsCollectNoContent
NewEdgeStackLogsCollectNoContent creates a EdgeStackLogsCollectNoContent with default headers values
func (*EdgeStackLogsCollectNoContent) Code ¶
func (o *EdgeStackLogsCollectNoContent) Code() int
Code gets the status code for the edge stack logs collect no content response
func (*EdgeStackLogsCollectNoContent) Error ¶
func (o *EdgeStackLogsCollectNoContent) Error() string
func (*EdgeStackLogsCollectNoContent) IsClientError ¶
func (o *EdgeStackLogsCollectNoContent) IsClientError() bool
IsClientError returns true when this edge stack logs collect no content response has a 4xx status code
func (*EdgeStackLogsCollectNoContent) IsCode ¶
func (o *EdgeStackLogsCollectNoContent) IsCode(code int) bool
IsCode returns true when this edge stack logs collect no content response a status code equal to that given
func (*EdgeStackLogsCollectNoContent) IsRedirect ¶
func (o *EdgeStackLogsCollectNoContent) IsRedirect() bool
IsRedirect returns true when this edge stack logs collect no content response has a 3xx status code
func (*EdgeStackLogsCollectNoContent) IsServerError ¶
func (o *EdgeStackLogsCollectNoContent) IsServerError() bool
IsServerError returns true when this edge stack logs collect no content response has a 5xx status code
func (*EdgeStackLogsCollectNoContent) IsSuccess ¶
func (o *EdgeStackLogsCollectNoContent) IsSuccess() bool
IsSuccess returns true when this edge stack logs collect no content response has a 2xx status code
func (*EdgeStackLogsCollectNoContent) String ¶
func (o *EdgeStackLogsCollectNoContent) String() string
type EdgeStackLogsCollectNotFound ¶
type EdgeStackLogsCollectNotFound struct {
}
EdgeStackLogsCollectNotFound describes a response with status code 404, with default header values.
Not Found
func NewEdgeStackLogsCollectNotFound ¶
func NewEdgeStackLogsCollectNotFound() *EdgeStackLogsCollectNotFound
NewEdgeStackLogsCollectNotFound creates a EdgeStackLogsCollectNotFound with default headers values
func (*EdgeStackLogsCollectNotFound) Code ¶
func (o *EdgeStackLogsCollectNotFound) Code() int
Code gets the status code for the edge stack logs collect not found response
func (*EdgeStackLogsCollectNotFound) Error ¶
func (o *EdgeStackLogsCollectNotFound) Error() string
func (*EdgeStackLogsCollectNotFound) IsClientError ¶
func (o *EdgeStackLogsCollectNotFound) IsClientError() bool
IsClientError returns true when this edge stack logs collect not found response has a 4xx status code
func (*EdgeStackLogsCollectNotFound) IsCode ¶
func (o *EdgeStackLogsCollectNotFound) IsCode(code int) bool
IsCode returns true when this edge stack logs collect not found response a status code equal to that given
func (*EdgeStackLogsCollectNotFound) IsRedirect ¶
func (o *EdgeStackLogsCollectNotFound) IsRedirect() bool
IsRedirect returns true when this edge stack logs collect not found response has a 3xx status code
func (*EdgeStackLogsCollectNotFound) IsServerError ¶
func (o *EdgeStackLogsCollectNotFound) IsServerError() bool
IsServerError returns true when this edge stack logs collect not found response has a 5xx status code
func (*EdgeStackLogsCollectNotFound) IsSuccess ¶
func (o *EdgeStackLogsCollectNotFound) IsSuccess() bool
IsSuccess returns true when this edge stack logs collect not found response has a 2xx status code
func (*EdgeStackLogsCollectNotFound) String ¶
func (o *EdgeStackLogsCollectNotFound) String() string
type EdgeStackLogsCollectParams ¶
type EdgeStackLogsCollectParams struct {
/* ContainerID.
Container Id
*/
ContainerID *string
/* EndpointID.
Environment Id
*/
EndpointID int64
/* ID.
EdgeStack Id
*/
ID int64
/* Since.
Start time to request for the logs
*/
Since *string
/* Tail.
Number of lines to request for the logs
*/
Tail *int64
/* Until.
End time to request for the logs
*/
Until *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeStackLogsCollectParams contains all the parameters to send to the API endpoint
for the edge stack logs collect operation. Typically these are written to a http.Request.
func NewEdgeStackLogsCollectParams ¶
func NewEdgeStackLogsCollectParams() *EdgeStackLogsCollectParams
NewEdgeStackLogsCollectParams creates a new EdgeStackLogsCollectParams 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 NewEdgeStackLogsCollectParamsWithContext ¶
func NewEdgeStackLogsCollectParamsWithContext(ctx context.Context) *EdgeStackLogsCollectParams
NewEdgeStackLogsCollectParamsWithContext creates a new EdgeStackLogsCollectParams object with the ability to set a context for a request.
func NewEdgeStackLogsCollectParamsWithHTTPClient ¶
func NewEdgeStackLogsCollectParamsWithHTTPClient(client *http.Client) *EdgeStackLogsCollectParams
NewEdgeStackLogsCollectParamsWithHTTPClient creates a new EdgeStackLogsCollectParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeStackLogsCollectParamsWithTimeout ¶
func NewEdgeStackLogsCollectParamsWithTimeout(timeout time.Duration) *EdgeStackLogsCollectParams
NewEdgeStackLogsCollectParamsWithTimeout creates a new EdgeStackLogsCollectParams object with the ability to set a timeout on a request.
func (*EdgeStackLogsCollectParams) SetContainerID ¶ added in v2.30.0
func (o *EdgeStackLogsCollectParams) SetContainerID(containerID *string)
SetContainerID adds the containerId to the edge stack logs collect params
func (*EdgeStackLogsCollectParams) SetContext ¶
func (o *EdgeStackLogsCollectParams) SetContext(ctx context.Context)
SetContext adds the context to the edge stack logs collect params
func (*EdgeStackLogsCollectParams) SetDefaults ¶
func (o *EdgeStackLogsCollectParams) SetDefaults()
SetDefaults hydrates default values in the edge stack logs collect params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackLogsCollectParams) SetEndpointID ¶
func (o *EdgeStackLogsCollectParams) SetEndpointID(endpointID int64)
SetEndpointID adds the endpointId to the edge stack logs collect params
func (*EdgeStackLogsCollectParams) SetHTTPClient ¶
func (o *EdgeStackLogsCollectParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge stack logs collect params
func (*EdgeStackLogsCollectParams) SetID ¶
func (o *EdgeStackLogsCollectParams) SetID(id int64)
SetID adds the id to the edge stack logs collect params
func (*EdgeStackLogsCollectParams) SetSince ¶ added in v2.30.0
func (o *EdgeStackLogsCollectParams) SetSince(since *string)
SetSince adds the since to the edge stack logs collect params
func (*EdgeStackLogsCollectParams) SetTail ¶
func (o *EdgeStackLogsCollectParams) SetTail(tail *int64)
SetTail adds the tail to the edge stack logs collect params
func (*EdgeStackLogsCollectParams) SetTimeout ¶
func (o *EdgeStackLogsCollectParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge stack logs collect params
func (*EdgeStackLogsCollectParams) SetUntil ¶ added in v2.30.0
func (o *EdgeStackLogsCollectParams) SetUntil(until *string)
SetUntil adds the until to the edge stack logs collect params
func (*EdgeStackLogsCollectParams) WithContainerID ¶ added in v2.30.0
func (o *EdgeStackLogsCollectParams) WithContainerID(containerID *string) *EdgeStackLogsCollectParams
WithContainerID adds the containerID to the edge stack logs collect params
func (*EdgeStackLogsCollectParams) WithContext ¶
func (o *EdgeStackLogsCollectParams) WithContext(ctx context.Context) *EdgeStackLogsCollectParams
WithContext adds the context to the edge stack logs collect params
func (*EdgeStackLogsCollectParams) WithDefaults ¶
func (o *EdgeStackLogsCollectParams) WithDefaults() *EdgeStackLogsCollectParams
WithDefaults hydrates default values in the edge stack logs collect params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackLogsCollectParams) WithEndpointID ¶
func (o *EdgeStackLogsCollectParams) WithEndpointID(endpointID int64) *EdgeStackLogsCollectParams
WithEndpointID adds the endpointID to the edge stack logs collect params
func (*EdgeStackLogsCollectParams) WithHTTPClient ¶
func (o *EdgeStackLogsCollectParams) WithHTTPClient(client *http.Client) *EdgeStackLogsCollectParams
WithHTTPClient adds the HTTPClient to the edge stack logs collect params
func (*EdgeStackLogsCollectParams) WithID ¶
func (o *EdgeStackLogsCollectParams) WithID(id int64) *EdgeStackLogsCollectParams
WithID adds the id to the edge stack logs collect params
func (*EdgeStackLogsCollectParams) WithSince ¶ added in v2.30.0
func (o *EdgeStackLogsCollectParams) WithSince(since *string) *EdgeStackLogsCollectParams
WithSince adds the since to the edge stack logs collect params
func (*EdgeStackLogsCollectParams) WithTail ¶
func (o *EdgeStackLogsCollectParams) WithTail(tail *int64) *EdgeStackLogsCollectParams
WithTail adds the tail to the edge stack logs collect params
func (*EdgeStackLogsCollectParams) WithTimeout ¶
func (o *EdgeStackLogsCollectParams) WithTimeout(timeout time.Duration) *EdgeStackLogsCollectParams
WithTimeout adds the timeout to the edge stack logs collect params
func (*EdgeStackLogsCollectParams) WithUntil ¶ added in v2.30.0
func (o *EdgeStackLogsCollectParams) WithUntil(until *string) *EdgeStackLogsCollectParams
WithUntil adds the until to the edge stack logs collect params
func (*EdgeStackLogsCollectParams) WriteToRequest ¶
func (o *EdgeStackLogsCollectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeStackLogsCollectReader ¶
type EdgeStackLogsCollectReader struct {
// contains filtered or unexported fields
}
EdgeStackLogsCollectReader is a Reader for the EdgeStackLogsCollect structure.
func (*EdgeStackLogsCollectReader) ReadResponse ¶
func (o *EdgeStackLogsCollectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EdgeStackLogsCollectServiceUnavailable ¶
type EdgeStackLogsCollectServiceUnavailable struct {
}
EdgeStackLogsCollectServiceUnavailable describes a response with status code 503, with default header values.
Edge compute features are disabled
func NewEdgeStackLogsCollectServiceUnavailable ¶
func NewEdgeStackLogsCollectServiceUnavailable() *EdgeStackLogsCollectServiceUnavailable
NewEdgeStackLogsCollectServiceUnavailable creates a EdgeStackLogsCollectServiceUnavailable with default headers values
func (*EdgeStackLogsCollectServiceUnavailable) Code ¶
func (o *EdgeStackLogsCollectServiceUnavailable) Code() int
Code gets the status code for the edge stack logs collect service unavailable response
func (*EdgeStackLogsCollectServiceUnavailable) Error ¶
func (o *EdgeStackLogsCollectServiceUnavailable) Error() string
func (*EdgeStackLogsCollectServiceUnavailable) IsClientError ¶
func (o *EdgeStackLogsCollectServiceUnavailable) IsClientError() bool
IsClientError returns true when this edge stack logs collect service unavailable response has a 4xx status code
func (*EdgeStackLogsCollectServiceUnavailable) IsCode ¶
func (o *EdgeStackLogsCollectServiceUnavailable) IsCode(code int) bool
IsCode returns true when this edge stack logs collect service unavailable response a status code equal to that given
func (*EdgeStackLogsCollectServiceUnavailable) IsRedirect ¶
func (o *EdgeStackLogsCollectServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this edge stack logs collect service unavailable response has a 3xx status code
func (*EdgeStackLogsCollectServiceUnavailable) IsServerError ¶
func (o *EdgeStackLogsCollectServiceUnavailable) IsServerError() bool
IsServerError returns true when this edge stack logs collect service unavailable response has a 5xx status code
func (*EdgeStackLogsCollectServiceUnavailable) IsSuccess ¶
func (o *EdgeStackLogsCollectServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this edge stack logs collect service unavailable response has a 2xx status code
func (*EdgeStackLogsCollectServiceUnavailable) String ¶
func (o *EdgeStackLogsCollectServiceUnavailable) String() string
type EdgeStackLogsDeleteBadRequest ¶
type EdgeStackLogsDeleteBadRequest struct {
}
EdgeStackLogsDeleteBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewEdgeStackLogsDeleteBadRequest ¶
func NewEdgeStackLogsDeleteBadRequest() *EdgeStackLogsDeleteBadRequest
NewEdgeStackLogsDeleteBadRequest creates a EdgeStackLogsDeleteBadRequest with default headers values
func (*EdgeStackLogsDeleteBadRequest) Code ¶
func (o *EdgeStackLogsDeleteBadRequest) Code() int
Code gets the status code for the edge stack logs delete bad request response
func (*EdgeStackLogsDeleteBadRequest) Error ¶
func (o *EdgeStackLogsDeleteBadRequest) Error() string
func (*EdgeStackLogsDeleteBadRequest) IsClientError ¶
func (o *EdgeStackLogsDeleteBadRequest) IsClientError() bool
IsClientError returns true when this edge stack logs delete bad request response has a 4xx status code
func (*EdgeStackLogsDeleteBadRequest) IsCode ¶
func (o *EdgeStackLogsDeleteBadRequest) IsCode(code int) bool
IsCode returns true when this edge stack logs delete bad request response a status code equal to that given
func (*EdgeStackLogsDeleteBadRequest) IsRedirect ¶
func (o *EdgeStackLogsDeleteBadRequest) IsRedirect() bool
IsRedirect returns true when this edge stack logs delete bad request response has a 3xx status code
func (*EdgeStackLogsDeleteBadRequest) IsServerError ¶
func (o *EdgeStackLogsDeleteBadRequest) IsServerError() bool
IsServerError returns true when this edge stack logs delete bad request response has a 5xx status code
func (*EdgeStackLogsDeleteBadRequest) IsSuccess ¶
func (o *EdgeStackLogsDeleteBadRequest) IsSuccess() bool
IsSuccess returns true when this edge stack logs delete bad request response has a 2xx status code
func (*EdgeStackLogsDeleteBadRequest) String ¶
func (o *EdgeStackLogsDeleteBadRequest) String() string
type EdgeStackLogsDeleteNoContent ¶
type EdgeStackLogsDeleteNoContent struct {
}
EdgeStackLogsDeleteNoContent describes a response with status code 204, with default header values.
No Content
func NewEdgeStackLogsDeleteNoContent ¶
func NewEdgeStackLogsDeleteNoContent() *EdgeStackLogsDeleteNoContent
NewEdgeStackLogsDeleteNoContent creates a EdgeStackLogsDeleteNoContent with default headers values
func (*EdgeStackLogsDeleteNoContent) Code ¶
func (o *EdgeStackLogsDeleteNoContent) Code() int
Code gets the status code for the edge stack logs delete no content response
func (*EdgeStackLogsDeleteNoContent) Error ¶
func (o *EdgeStackLogsDeleteNoContent) Error() string
func (*EdgeStackLogsDeleteNoContent) IsClientError ¶
func (o *EdgeStackLogsDeleteNoContent) IsClientError() bool
IsClientError returns true when this edge stack logs delete no content response has a 4xx status code
func (*EdgeStackLogsDeleteNoContent) IsCode ¶
func (o *EdgeStackLogsDeleteNoContent) IsCode(code int) bool
IsCode returns true when this edge stack logs delete no content response a status code equal to that given
func (*EdgeStackLogsDeleteNoContent) IsRedirect ¶
func (o *EdgeStackLogsDeleteNoContent) IsRedirect() bool
IsRedirect returns true when this edge stack logs delete no content response has a 3xx status code
func (*EdgeStackLogsDeleteNoContent) IsServerError ¶
func (o *EdgeStackLogsDeleteNoContent) IsServerError() bool
IsServerError returns true when this edge stack logs delete no content response has a 5xx status code
func (*EdgeStackLogsDeleteNoContent) IsSuccess ¶
func (o *EdgeStackLogsDeleteNoContent) IsSuccess() bool
IsSuccess returns true when this edge stack logs delete no content response has a 2xx status code
func (*EdgeStackLogsDeleteNoContent) String ¶
func (o *EdgeStackLogsDeleteNoContent) String() string
type EdgeStackLogsDeleteParams ¶
type EdgeStackLogsDeleteParams struct {
/* EndpointID.
Endpoint Id
*/
EndpointID int64
/* ID.
EdgeStack Id
*/
ID int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeStackLogsDeleteParams contains all the parameters to send to the API endpoint
for the edge stack logs delete operation. Typically these are written to a http.Request.
func NewEdgeStackLogsDeleteParams ¶
func NewEdgeStackLogsDeleteParams() *EdgeStackLogsDeleteParams
NewEdgeStackLogsDeleteParams creates a new EdgeStackLogsDeleteParams 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 NewEdgeStackLogsDeleteParamsWithContext ¶
func NewEdgeStackLogsDeleteParamsWithContext(ctx context.Context) *EdgeStackLogsDeleteParams
NewEdgeStackLogsDeleteParamsWithContext creates a new EdgeStackLogsDeleteParams object with the ability to set a context for a request.
func NewEdgeStackLogsDeleteParamsWithHTTPClient ¶
func NewEdgeStackLogsDeleteParamsWithHTTPClient(client *http.Client) *EdgeStackLogsDeleteParams
NewEdgeStackLogsDeleteParamsWithHTTPClient creates a new EdgeStackLogsDeleteParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeStackLogsDeleteParamsWithTimeout ¶
func NewEdgeStackLogsDeleteParamsWithTimeout(timeout time.Duration) *EdgeStackLogsDeleteParams
NewEdgeStackLogsDeleteParamsWithTimeout creates a new EdgeStackLogsDeleteParams object with the ability to set a timeout on a request.
func (*EdgeStackLogsDeleteParams) SetContext ¶
func (o *EdgeStackLogsDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the edge stack logs delete params
func (*EdgeStackLogsDeleteParams) SetDefaults ¶
func (o *EdgeStackLogsDeleteParams) SetDefaults()
SetDefaults hydrates default values in the edge stack logs delete params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackLogsDeleteParams) SetEndpointID ¶
func (o *EdgeStackLogsDeleteParams) SetEndpointID(endpointID int64)
SetEndpointID adds the endpointId to the edge stack logs delete params
func (*EdgeStackLogsDeleteParams) SetHTTPClient ¶
func (o *EdgeStackLogsDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge stack logs delete params
func (*EdgeStackLogsDeleteParams) SetID ¶
func (o *EdgeStackLogsDeleteParams) SetID(id int64)
SetID adds the id to the edge stack logs delete params
func (*EdgeStackLogsDeleteParams) SetTimeout ¶
func (o *EdgeStackLogsDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge stack logs delete params
func (*EdgeStackLogsDeleteParams) WithContext ¶
func (o *EdgeStackLogsDeleteParams) WithContext(ctx context.Context) *EdgeStackLogsDeleteParams
WithContext adds the context to the edge stack logs delete params
func (*EdgeStackLogsDeleteParams) WithDefaults ¶
func (o *EdgeStackLogsDeleteParams) WithDefaults() *EdgeStackLogsDeleteParams
WithDefaults hydrates default values in the edge stack logs delete params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackLogsDeleteParams) WithEndpointID ¶
func (o *EdgeStackLogsDeleteParams) WithEndpointID(endpointID int64) *EdgeStackLogsDeleteParams
WithEndpointID adds the endpointID to the edge stack logs delete params
func (*EdgeStackLogsDeleteParams) WithHTTPClient ¶
func (o *EdgeStackLogsDeleteParams) WithHTTPClient(client *http.Client) *EdgeStackLogsDeleteParams
WithHTTPClient adds the HTTPClient to the edge stack logs delete params
func (*EdgeStackLogsDeleteParams) WithID ¶
func (o *EdgeStackLogsDeleteParams) WithID(id int64) *EdgeStackLogsDeleteParams
WithID adds the id to the edge stack logs delete params
func (*EdgeStackLogsDeleteParams) WithTimeout ¶
func (o *EdgeStackLogsDeleteParams) WithTimeout(timeout time.Duration) *EdgeStackLogsDeleteParams
WithTimeout adds the timeout to the edge stack logs delete params
func (*EdgeStackLogsDeleteParams) WriteToRequest ¶
func (o *EdgeStackLogsDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeStackLogsDeleteReader ¶
type EdgeStackLogsDeleteReader struct {
// contains filtered or unexported fields
}
EdgeStackLogsDeleteReader is a Reader for the EdgeStackLogsDelete structure.
func (*EdgeStackLogsDeleteReader) ReadResponse ¶
func (o *EdgeStackLogsDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EdgeStackLogsDeleteServiceUnavailable ¶
type EdgeStackLogsDeleteServiceUnavailable struct {
}
EdgeStackLogsDeleteServiceUnavailable describes a response with status code 503, with default header values.
Edge compute features are disabled
func NewEdgeStackLogsDeleteServiceUnavailable ¶
func NewEdgeStackLogsDeleteServiceUnavailable() *EdgeStackLogsDeleteServiceUnavailable
NewEdgeStackLogsDeleteServiceUnavailable creates a EdgeStackLogsDeleteServiceUnavailable with default headers values
func (*EdgeStackLogsDeleteServiceUnavailable) Code ¶
func (o *EdgeStackLogsDeleteServiceUnavailable) Code() int
Code gets the status code for the edge stack logs delete service unavailable response
func (*EdgeStackLogsDeleteServiceUnavailable) Error ¶
func (o *EdgeStackLogsDeleteServiceUnavailable) Error() string
func (*EdgeStackLogsDeleteServiceUnavailable) IsClientError ¶
func (o *EdgeStackLogsDeleteServiceUnavailable) IsClientError() bool
IsClientError returns true when this edge stack logs delete service unavailable response has a 4xx status code
func (*EdgeStackLogsDeleteServiceUnavailable) IsCode ¶
func (o *EdgeStackLogsDeleteServiceUnavailable) IsCode(code int) bool
IsCode returns true when this edge stack logs delete service unavailable response a status code equal to that given
func (*EdgeStackLogsDeleteServiceUnavailable) IsRedirect ¶
func (o *EdgeStackLogsDeleteServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this edge stack logs delete service unavailable response has a 3xx status code
func (*EdgeStackLogsDeleteServiceUnavailable) IsServerError ¶
func (o *EdgeStackLogsDeleteServiceUnavailable) IsServerError() bool
IsServerError returns true when this edge stack logs delete service unavailable response has a 5xx status code
func (*EdgeStackLogsDeleteServiceUnavailable) IsSuccess ¶
func (o *EdgeStackLogsDeleteServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this edge stack logs delete service unavailable response has a 2xx status code
func (*EdgeStackLogsDeleteServiceUnavailable) String ¶
func (o *EdgeStackLogsDeleteServiceUnavailable) String() string
type EdgeStackLogsDownloadBadRequest ¶
type EdgeStackLogsDownloadBadRequest struct {
}
EdgeStackLogsDownloadBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewEdgeStackLogsDownloadBadRequest ¶
func NewEdgeStackLogsDownloadBadRequest() *EdgeStackLogsDownloadBadRequest
NewEdgeStackLogsDownloadBadRequest creates a EdgeStackLogsDownloadBadRequest with default headers values
func (*EdgeStackLogsDownloadBadRequest) Code ¶
func (o *EdgeStackLogsDownloadBadRequest) Code() int
Code gets the status code for the edge stack logs download bad request response
func (*EdgeStackLogsDownloadBadRequest) Error ¶
func (o *EdgeStackLogsDownloadBadRequest) Error() string
func (*EdgeStackLogsDownloadBadRequest) IsClientError ¶
func (o *EdgeStackLogsDownloadBadRequest) IsClientError() bool
IsClientError returns true when this edge stack logs download bad request response has a 4xx status code
func (*EdgeStackLogsDownloadBadRequest) IsCode ¶
func (o *EdgeStackLogsDownloadBadRequest) IsCode(code int) bool
IsCode returns true when this edge stack logs download bad request response a status code equal to that given
func (*EdgeStackLogsDownloadBadRequest) IsRedirect ¶
func (o *EdgeStackLogsDownloadBadRequest) IsRedirect() bool
IsRedirect returns true when this edge stack logs download bad request response has a 3xx status code
func (*EdgeStackLogsDownloadBadRequest) IsServerError ¶
func (o *EdgeStackLogsDownloadBadRequest) IsServerError() bool
IsServerError returns true when this edge stack logs download bad request response has a 5xx status code
func (*EdgeStackLogsDownloadBadRequest) IsSuccess ¶
func (o *EdgeStackLogsDownloadBadRequest) IsSuccess() bool
IsSuccess returns true when this edge stack logs download bad request response has a 2xx status code
func (*EdgeStackLogsDownloadBadRequest) String ¶
func (o *EdgeStackLogsDownloadBadRequest) String() string
type EdgeStackLogsDownloadInternalServerError ¶
type EdgeStackLogsDownloadInternalServerError struct {
}
EdgeStackLogsDownloadInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewEdgeStackLogsDownloadInternalServerError ¶
func NewEdgeStackLogsDownloadInternalServerError() *EdgeStackLogsDownloadInternalServerError
NewEdgeStackLogsDownloadInternalServerError creates a EdgeStackLogsDownloadInternalServerError with default headers values
func (*EdgeStackLogsDownloadInternalServerError) Code ¶
func (o *EdgeStackLogsDownloadInternalServerError) Code() int
Code gets the status code for the edge stack logs download internal server error response
func (*EdgeStackLogsDownloadInternalServerError) Error ¶
func (o *EdgeStackLogsDownloadInternalServerError) Error() string
func (*EdgeStackLogsDownloadInternalServerError) IsClientError ¶
func (o *EdgeStackLogsDownloadInternalServerError) IsClientError() bool
IsClientError returns true when this edge stack logs download internal server error response has a 4xx status code
func (*EdgeStackLogsDownloadInternalServerError) IsCode ¶
func (o *EdgeStackLogsDownloadInternalServerError) IsCode(code int) bool
IsCode returns true when this edge stack logs download internal server error response a status code equal to that given
func (*EdgeStackLogsDownloadInternalServerError) IsRedirect ¶
func (o *EdgeStackLogsDownloadInternalServerError) IsRedirect() bool
IsRedirect returns true when this edge stack logs download internal server error response has a 3xx status code
func (*EdgeStackLogsDownloadInternalServerError) IsServerError ¶
func (o *EdgeStackLogsDownloadInternalServerError) IsServerError() bool
IsServerError returns true when this edge stack logs download internal server error response has a 5xx status code
func (*EdgeStackLogsDownloadInternalServerError) IsSuccess ¶
func (o *EdgeStackLogsDownloadInternalServerError) IsSuccess() bool
IsSuccess returns true when this edge stack logs download internal server error response has a 2xx status code
func (*EdgeStackLogsDownloadInternalServerError) String ¶
func (o *EdgeStackLogsDownloadInternalServerError) String() string
type EdgeStackLogsDownloadNotFound ¶
type EdgeStackLogsDownloadNotFound struct {
}
EdgeStackLogsDownloadNotFound describes a response with status code 404, with default header values.
Not Found
func NewEdgeStackLogsDownloadNotFound ¶
func NewEdgeStackLogsDownloadNotFound() *EdgeStackLogsDownloadNotFound
NewEdgeStackLogsDownloadNotFound creates a EdgeStackLogsDownloadNotFound with default headers values
func (*EdgeStackLogsDownloadNotFound) Code ¶
func (o *EdgeStackLogsDownloadNotFound) Code() int
Code gets the status code for the edge stack logs download not found response
func (*EdgeStackLogsDownloadNotFound) Error ¶
func (o *EdgeStackLogsDownloadNotFound) Error() string
func (*EdgeStackLogsDownloadNotFound) IsClientError ¶
func (o *EdgeStackLogsDownloadNotFound) IsClientError() bool
IsClientError returns true when this edge stack logs download not found response has a 4xx status code
func (*EdgeStackLogsDownloadNotFound) IsCode ¶
func (o *EdgeStackLogsDownloadNotFound) IsCode(code int) bool
IsCode returns true when this edge stack logs download not found response a status code equal to that given
func (*EdgeStackLogsDownloadNotFound) IsRedirect ¶
func (o *EdgeStackLogsDownloadNotFound) IsRedirect() bool
IsRedirect returns true when this edge stack logs download not found response has a 3xx status code
func (*EdgeStackLogsDownloadNotFound) IsServerError ¶
func (o *EdgeStackLogsDownloadNotFound) IsServerError() bool
IsServerError returns true when this edge stack logs download not found response has a 5xx status code
func (*EdgeStackLogsDownloadNotFound) IsSuccess ¶
func (o *EdgeStackLogsDownloadNotFound) IsSuccess() bool
IsSuccess returns true when this edge stack logs download not found response has a 2xx status code
func (*EdgeStackLogsDownloadNotFound) String ¶
func (o *EdgeStackLogsDownloadNotFound) String() string
type EdgeStackLogsDownloadOK ¶
type EdgeStackLogsDownloadOK struct {
}
EdgeStackLogsDownloadOK describes a response with status code 200, with default header values.
OK
func NewEdgeStackLogsDownloadOK ¶
func NewEdgeStackLogsDownloadOK() *EdgeStackLogsDownloadOK
NewEdgeStackLogsDownloadOK creates a EdgeStackLogsDownloadOK with default headers values
func (*EdgeStackLogsDownloadOK) Code ¶
func (o *EdgeStackLogsDownloadOK) Code() int
Code gets the status code for the edge stack logs download o k response
func (*EdgeStackLogsDownloadOK) Error ¶
func (o *EdgeStackLogsDownloadOK) Error() string
func (*EdgeStackLogsDownloadOK) IsClientError ¶
func (o *EdgeStackLogsDownloadOK) IsClientError() bool
IsClientError returns true when this edge stack logs download o k response has a 4xx status code
func (*EdgeStackLogsDownloadOK) IsCode ¶
func (o *EdgeStackLogsDownloadOK) IsCode(code int) bool
IsCode returns true when this edge stack logs download o k response a status code equal to that given
func (*EdgeStackLogsDownloadOK) IsRedirect ¶
func (o *EdgeStackLogsDownloadOK) IsRedirect() bool
IsRedirect returns true when this edge stack logs download o k response has a 3xx status code
func (*EdgeStackLogsDownloadOK) IsServerError ¶
func (o *EdgeStackLogsDownloadOK) IsServerError() bool
IsServerError returns true when this edge stack logs download o k response has a 5xx status code
func (*EdgeStackLogsDownloadOK) IsSuccess ¶
func (o *EdgeStackLogsDownloadOK) IsSuccess() bool
IsSuccess returns true when this edge stack logs download o k response has a 2xx status code
func (*EdgeStackLogsDownloadOK) String ¶
func (o *EdgeStackLogsDownloadOK) String() string
type EdgeStackLogsDownloadParams ¶
type EdgeStackLogsDownloadParams struct {
/* EndpointID.
Endpoint Id
*/
EndpointID int64
/* ID.
EdgeStack Id
*/
ID int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeStackLogsDownloadParams contains all the parameters to send to the API endpoint
for the edge stack logs download operation. Typically these are written to a http.Request.
func NewEdgeStackLogsDownloadParams ¶
func NewEdgeStackLogsDownloadParams() *EdgeStackLogsDownloadParams
NewEdgeStackLogsDownloadParams creates a new EdgeStackLogsDownloadParams 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 NewEdgeStackLogsDownloadParamsWithContext ¶
func NewEdgeStackLogsDownloadParamsWithContext(ctx context.Context) *EdgeStackLogsDownloadParams
NewEdgeStackLogsDownloadParamsWithContext creates a new EdgeStackLogsDownloadParams object with the ability to set a context for a request.
func NewEdgeStackLogsDownloadParamsWithHTTPClient ¶
func NewEdgeStackLogsDownloadParamsWithHTTPClient(client *http.Client) *EdgeStackLogsDownloadParams
NewEdgeStackLogsDownloadParamsWithHTTPClient creates a new EdgeStackLogsDownloadParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeStackLogsDownloadParamsWithTimeout ¶
func NewEdgeStackLogsDownloadParamsWithTimeout(timeout time.Duration) *EdgeStackLogsDownloadParams
NewEdgeStackLogsDownloadParamsWithTimeout creates a new EdgeStackLogsDownloadParams object with the ability to set a timeout on a request.
func (*EdgeStackLogsDownloadParams) SetContext ¶
func (o *EdgeStackLogsDownloadParams) SetContext(ctx context.Context)
SetContext adds the context to the edge stack logs download params
func (*EdgeStackLogsDownloadParams) SetDefaults ¶
func (o *EdgeStackLogsDownloadParams) SetDefaults()
SetDefaults hydrates default values in the edge stack logs download params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackLogsDownloadParams) SetEndpointID ¶
func (o *EdgeStackLogsDownloadParams) SetEndpointID(endpointID int64)
SetEndpointID adds the endpointId to the edge stack logs download params
func (*EdgeStackLogsDownloadParams) SetHTTPClient ¶
func (o *EdgeStackLogsDownloadParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge stack logs download params
func (*EdgeStackLogsDownloadParams) SetID ¶
func (o *EdgeStackLogsDownloadParams) SetID(id int64)
SetID adds the id to the edge stack logs download params
func (*EdgeStackLogsDownloadParams) SetTimeout ¶
func (o *EdgeStackLogsDownloadParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge stack logs download params
func (*EdgeStackLogsDownloadParams) WithContext ¶
func (o *EdgeStackLogsDownloadParams) WithContext(ctx context.Context) *EdgeStackLogsDownloadParams
WithContext adds the context to the edge stack logs download params
func (*EdgeStackLogsDownloadParams) WithDefaults ¶
func (o *EdgeStackLogsDownloadParams) WithDefaults() *EdgeStackLogsDownloadParams
WithDefaults hydrates default values in the edge stack logs download params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackLogsDownloadParams) WithEndpointID ¶
func (o *EdgeStackLogsDownloadParams) WithEndpointID(endpointID int64) *EdgeStackLogsDownloadParams
WithEndpointID adds the endpointID to the edge stack logs download params
func (*EdgeStackLogsDownloadParams) WithHTTPClient ¶
func (o *EdgeStackLogsDownloadParams) WithHTTPClient(client *http.Client) *EdgeStackLogsDownloadParams
WithHTTPClient adds the HTTPClient to the edge stack logs download params
func (*EdgeStackLogsDownloadParams) WithID ¶
func (o *EdgeStackLogsDownloadParams) WithID(id int64) *EdgeStackLogsDownloadParams
WithID adds the id to the edge stack logs download params
func (*EdgeStackLogsDownloadParams) WithTimeout ¶
func (o *EdgeStackLogsDownloadParams) WithTimeout(timeout time.Duration) *EdgeStackLogsDownloadParams
WithTimeout adds the timeout to the edge stack logs download params
func (*EdgeStackLogsDownloadParams) WriteToRequest ¶
func (o *EdgeStackLogsDownloadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeStackLogsDownloadReader ¶
type EdgeStackLogsDownloadReader struct {
// contains filtered or unexported fields
}
EdgeStackLogsDownloadReader is a Reader for the EdgeStackLogsDownload structure.
func (*EdgeStackLogsDownloadReader) ReadResponse ¶
func (o *EdgeStackLogsDownloadReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EdgeStackLogsDownloadServiceUnavailable ¶
type EdgeStackLogsDownloadServiceUnavailable struct {
}
EdgeStackLogsDownloadServiceUnavailable describes a response with status code 503, with default header values.
Edge compute features are disabled
func NewEdgeStackLogsDownloadServiceUnavailable ¶
func NewEdgeStackLogsDownloadServiceUnavailable() *EdgeStackLogsDownloadServiceUnavailable
NewEdgeStackLogsDownloadServiceUnavailable creates a EdgeStackLogsDownloadServiceUnavailable with default headers values
func (*EdgeStackLogsDownloadServiceUnavailable) Code ¶
func (o *EdgeStackLogsDownloadServiceUnavailable) Code() int
Code gets the status code for the edge stack logs download service unavailable response
func (*EdgeStackLogsDownloadServiceUnavailable) Error ¶
func (o *EdgeStackLogsDownloadServiceUnavailable) Error() string
func (*EdgeStackLogsDownloadServiceUnavailable) IsClientError ¶
func (o *EdgeStackLogsDownloadServiceUnavailable) IsClientError() bool
IsClientError returns true when this edge stack logs download service unavailable response has a 4xx status code
func (*EdgeStackLogsDownloadServiceUnavailable) IsCode ¶
func (o *EdgeStackLogsDownloadServiceUnavailable) IsCode(code int) bool
IsCode returns true when this edge stack logs download service unavailable response a status code equal to that given
func (*EdgeStackLogsDownloadServiceUnavailable) IsRedirect ¶
func (o *EdgeStackLogsDownloadServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this edge stack logs download service unavailable response has a 3xx status code
func (*EdgeStackLogsDownloadServiceUnavailable) IsServerError ¶
func (o *EdgeStackLogsDownloadServiceUnavailable) IsServerError() bool
IsServerError returns true when this edge stack logs download service unavailable response has a 5xx status code
func (*EdgeStackLogsDownloadServiceUnavailable) IsSuccess ¶
func (o *EdgeStackLogsDownloadServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this edge stack logs download service unavailable response has a 2xx status code
func (*EdgeStackLogsDownloadServiceUnavailable) String ¶
func (o *EdgeStackLogsDownloadServiceUnavailable) String() string
type EdgeStackLogsStatusGetBadRequest ¶
type EdgeStackLogsStatusGetBadRequest struct {
}
EdgeStackLogsStatusGetBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewEdgeStackLogsStatusGetBadRequest ¶
func NewEdgeStackLogsStatusGetBadRequest() *EdgeStackLogsStatusGetBadRequest
NewEdgeStackLogsStatusGetBadRequest creates a EdgeStackLogsStatusGetBadRequest with default headers values
func (*EdgeStackLogsStatusGetBadRequest) Code ¶
func (o *EdgeStackLogsStatusGetBadRequest) Code() int
Code gets the status code for the edge stack logs status get bad request response
func (*EdgeStackLogsStatusGetBadRequest) Error ¶
func (o *EdgeStackLogsStatusGetBadRequest) Error() string
func (*EdgeStackLogsStatusGetBadRequest) IsClientError ¶
func (o *EdgeStackLogsStatusGetBadRequest) IsClientError() bool
IsClientError returns true when this edge stack logs status get bad request response has a 4xx status code
func (*EdgeStackLogsStatusGetBadRequest) IsCode ¶
func (o *EdgeStackLogsStatusGetBadRequest) IsCode(code int) bool
IsCode returns true when this edge stack logs status get bad request response a status code equal to that given
func (*EdgeStackLogsStatusGetBadRequest) IsRedirect ¶
func (o *EdgeStackLogsStatusGetBadRequest) IsRedirect() bool
IsRedirect returns true when this edge stack logs status get bad request response has a 3xx status code
func (*EdgeStackLogsStatusGetBadRequest) IsServerError ¶
func (o *EdgeStackLogsStatusGetBadRequest) IsServerError() bool
IsServerError returns true when this edge stack logs status get bad request response has a 5xx status code
func (*EdgeStackLogsStatusGetBadRequest) IsSuccess ¶
func (o *EdgeStackLogsStatusGetBadRequest) IsSuccess() bool
IsSuccess returns true when this edge stack logs status get bad request response has a 2xx status code
func (*EdgeStackLogsStatusGetBadRequest) String ¶
func (o *EdgeStackLogsStatusGetBadRequest) String() string
type EdgeStackLogsStatusGetInternalServerError ¶
type EdgeStackLogsStatusGetInternalServerError struct {
}
EdgeStackLogsStatusGetInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewEdgeStackLogsStatusGetInternalServerError ¶
func NewEdgeStackLogsStatusGetInternalServerError() *EdgeStackLogsStatusGetInternalServerError
NewEdgeStackLogsStatusGetInternalServerError creates a EdgeStackLogsStatusGetInternalServerError with default headers values
func (*EdgeStackLogsStatusGetInternalServerError) Code ¶
func (o *EdgeStackLogsStatusGetInternalServerError) Code() int
Code gets the status code for the edge stack logs status get internal server error response
func (*EdgeStackLogsStatusGetInternalServerError) Error ¶
func (o *EdgeStackLogsStatusGetInternalServerError) Error() string
func (*EdgeStackLogsStatusGetInternalServerError) IsClientError ¶
func (o *EdgeStackLogsStatusGetInternalServerError) IsClientError() bool
IsClientError returns true when this edge stack logs status get internal server error response has a 4xx status code
func (*EdgeStackLogsStatusGetInternalServerError) IsCode ¶
func (o *EdgeStackLogsStatusGetInternalServerError) IsCode(code int) bool
IsCode returns true when this edge stack logs status get internal server error response a status code equal to that given
func (*EdgeStackLogsStatusGetInternalServerError) IsRedirect ¶
func (o *EdgeStackLogsStatusGetInternalServerError) IsRedirect() bool
IsRedirect returns true when this edge stack logs status get internal server error response has a 3xx status code
func (*EdgeStackLogsStatusGetInternalServerError) IsServerError ¶
func (o *EdgeStackLogsStatusGetInternalServerError) IsServerError() bool
IsServerError returns true when this edge stack logs status get internal server error response has a 5xx status code
func (*EdgeStackLogsStatusGetInternalServerError) IsSuccess ¶
func (o *EdgeStackLogsStatusGetInternalServerError) IsSuccess() bool
IsSuccess returns true when this edge stack logs status get internal server error response has a 2xx status code
func (*EdgeStackLogsStatusGetInternalServerError) String ¶
func (o *EdgeStackLogsStatusGetInternalServerError) String() string
type EdgeStackLogsStatusGetOK ¶
type EdgeStackLogsStatusGetOK struct {
}
EdgeStackLogsStatusGetOK describes a response with status code 200, with default header values.
OK
func NewEdgeStackLogsStatusGetOK ¶
func NewEdgeStackLogsStatusGetOK() *EdgeStackLogsStatusGetOK
NewEdgeStackLogsStatusGetOK creates a EdgeStackLogsStatusGetOK with default headers values
func (*EdgeStackLogsStatusGetOK) Code ¶
func (o *EdgeStackLogsStatusGetOK) Code() int
Code gets the status code for the edge stack logs status get o k response
func (*EdgeStackLogsStatusGetOK) Error ¶
func (o *EdgeStackLogsStatusGetOK) Error() string
func (*EdgeStackLogsStatusGetOK) IsClientError ¶
func (o *EdgeStackLogsStatusGetOK) IsClientError() bool
IsClientError returns true when this edge stack logs status get o k response has a 4xx status code
func (*EdgeStackLogsStatusGetOK) IsCode ¶
func (o *EdgeStackLogsStatusGetOK) IsCode(code int) bool
IsCode returns true when this edge stack logs status get o k response a status code equal to that given
func (*EdgeStackLogsStatusGetOK) IsRedirect ¶
func (o *EdgeStackLogsStatusGetOK) IsRedirect() bool
IsRedirect returns true when this edge stack logs status get o k response has a 3xx status code
func (*EdgeStackLogsStatusGetOK) IsServerError ¶
func (o *EdgeStackLogsStatusGetOK) IsServerError() bool
IsServerError returns true when this edge stack logs status get o k response has a 5xx status code
func (*EdgeStackLogsStatusGetOK) IsSuccess ¶
func (o *EdgeStackLogsStatusGetOK) IsSuccess() bool
IsSuccess returns true when this edge stack logs status get o k response has a 2xx status code
func (*EdgeStackLogsStatusGetOK) String ¶
func (o *EdgeStackLogsStatusGetOK) String() string
type EdgeStackLogsStatusGetParams ¶
type EdgeStackLogsStatusGetParams struct {
/* EndpointID.
Environment Id
*/
EndpointID int64
/* ID.
EdgeStack Id
*/
ID int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeStackLogsStatusGetParams contains all the parameters to send to the API endpoint
for the edge stack logs status get operation. Typically these are written to a http.Request.
func NewEdgeStackLogsStatusGetParams ¶
func NewEdgeStackLogsStatusGetParams() *EdgeStackLogsStatusGetParams
NewEdgeStackLogsStatusGetParams creates a new EdgeStackLogsStatusGetParams 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 NewEdgeStackLogsStatusGetParamsWithContext ¶
func NewEdgeStackLogsStatusGetParamsWithContext(ctx context.Context) *EdgeStackLogsStatusGetParams
NewEdgeStackLogsStatusGetParamsWithContext creates a new EdgeStackLogsStatusGetParams object with the ability to set a context for a request.
func NewEdgeStackLogsStatusGetParamsWithHTTPClient ¶
func NewEdgeStackLogsStatusGetParamsWithHTTPClient(client *http.Client) *EdgeStackLogsStatusGetParams
NewEdgeStackLogsStatusGetParamsWithHTTPClient creates a new EdgeStackLogsStatusGetParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeStackLogsStatusGetParamsWithTimeout ¶
func NewEdgeStackLogsStatusGetParamsWithTimeout(timeout time.Duration) *EdgeStackLogsStatusGetParams
NewEdgeStackLogsStatusGetParamsWithTimeout creates a new EdgeStackLogsStatusGetParams object with the ability to set a timeout on a request.
func (*EdgeStackLogsStatusGetParams) SetContext ¶
func (o *EdgeStackLogsStatusGetParams) SetContext(ctx context.Context)
SetContext adds the context to the edge stack logs status get params
func (*EdgeStackLogsStatusGetParams) SetDefaults ¶
func (o *EdgeStackLogsStatusGetParams) SetDefaults()
SetDefaults hydrates default values in the edge stack logs status get params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackLogsStatusGetParams) SetEndpointID ¶
func (o *EdgeStackLogsStatusGetParams) SetEndpointID(endpointID int64)
SetEndpointID adds the endpointId to the edge stack logs status get params
func (*EdgeStackLogsStatusGetParams) SetHTTPClient ¶
func (o *EdgeStackLogsStatusGetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge stack logs status get params
func (*EdgeStackLogsStatusGetParams) SetID ¶
func (o *EdgeStackLogsStatusGetParams) SetID(id int64)
SetID adds the id to the edge stack logs status get params
func (*EdgeStackLogsStatusGetParams) SetTimeout ¶
func (o *EdgeStackLogsStatusGetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge stack logs status get params
func (*EdgeStackLogsStatusGetParams) WithContext ¶
func (o *EdgeStackLogsStatusGetParams) WithContext(ctx context.Context) *EdgeStackLogsStatusGetParams
WithContext adds the context to the edge stack logs status get params
func (*EdgeStackLogsStatusGetParams) WithDefaults ¶
func (o *EdgeStackLogsStatusGetParams) WithDefaults() *EdgeStackLogsStatusGetParams
WithDefaults hydrates default values in the edge stack logs status get params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackLogsStatusGetParams) WithEndpointID ¶
func (o *EdgeStackLogsStatusGetParams) WithEndpointID(endpointID int64) *EdgeStackLogsStatusGetParams
WithEndpointID adds the endpointID to the edge stack logs status get params
func (*EdgeStackLogsStatusGetParams) WithHTTPClient ¶
func (o *EdgeStackLogsStatusGetParams) WithHTTPClient(client *http.Client) *EdgeStackLogsStatusGetParams
WithHTTPClient adds the HTTPClient to the edge stack logs status get params
func (*EdgeStackLogsStatusGetParams) WithID ¶
func (o *EdgeStackLogsStatusGetParams) WithID(id int64) *EdgeStackLogsStatusGetParams
WithID adds the id to the edge stack logs status get params
func (*EdgeStackLogsStatusGetParams) WithTimeout ¶
func (o *EdgeStackLogsStatusGetParams) WithTimeout(timeout time.Duration) *EdgeStackLogsStatusGetParams
WithTimeout adds the timeout to the edge stack logs status get params
func (*EdgeStackLogsStatusGetParams) WriteToRequest ¶
func (o *EdgeStackLogsStatusGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeStackLogsStatusGetReader ¶
type EdgeStackLogsStatusGetReader struct {
// contains filtered or unexported fields
}
EdgeStackLogsStatusGetReader is a Reader for the EdgeStackLogsStatusGet structure.
func (*EdgeStackLogsStatusGetReader) ReadResponse ¶
func (o *EdgeStackLogsStatusGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EdgeStackLogsStatusGetServiceUnavailable ¶
type EdgeStackLogsStatusGetServiceUnavailable struct {
}
EdgeStackLogsStatusGetServiceUnavailable describes a response with status code 503, with default header values.
Edge compute features are disabled
func NewEdgeStackLogsStatusGetServiceUnavailable ¶
func NewEdgeStackLogsStatusGetServiceUnavailable() *EdgeStackLogsStatusGetServiceUnavailable
NewEdgeStackLogsStatusGetServiceUnavailable creates a EdgeStackLogsStatusGetServiceUnavailable with default headers values
func (*EdgeStackLogsStatusGetServiceUnavailable) Code ¶
func (o *EdgeStackLogsStatusGetServiceUnavailable) Code() int
Code gets the status code for the edge stack logs status get service unavailable response
func (*EdgeStackLogsStatusGetServiceUnavailable) Error ¶
func (o *EdgeStackLogsStatusGetServiceUnavailable) Error() string
func (*EdgeStackLogsStatusGetServiceUnavailable) IsClientError ¶
func (o *EdgeStackLogsStatusGetServiceUnavailable) IsClientError() bool
IsClientError returns true when this edge stack logs status get service unavailable response has a 4xx status code
func (*EdgeStackLogsStatusGetServiceUnavailable) IsCode ¶
func (o *EdgeStackLogsStatusGetServiceUnavailable) IsCode(code int) bool
IsCode returns true when this edge stack logs status get service unavailable response a status code equal to that given
func (*EdgeStackLogsStatusGetServiceUnavailable) IsRedirect ¶
func (o *EdgeStackLogsStatusGetServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this edge stack logs status get service unavailable response has a 3xx status code
func (*EdgeStackLogsStatusGetServiceUnavailable) IsServerError ¶
func (o *EdgeStackLogsStatusGetServiceUnavailable) IsServerError() bool
IsServerError returns true when this edge stack logs status get service unavailable response has a 5xx status code
func (*EdgeStackLogsStatusGetServiceUnavailable) IsSuccess ¶
func (o *EdgeStackLogsStatusGetServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this edge stack logs status get service unavailable response has a 2xx status code
func (*EdgeStackLogsStatusGetServiceUnavailable) String ¶
func (o *EdgeStackLogsStatusGetServiceUnavailable) String() string
type EdgeStackParseRegistriesBadRequest ¶
type EdgeStackParseRegistriesBadRequest struct {
}
EdgeStackParseRegistriesBadRequest describes a response with status code 400, with default header values.
Invalid request payload
func NewEdgeStackParseRegistriesBadRequest ¶
func NewEdgeStackParseRegistriesBadRequest() *EdgeStackParseRegistriesBadRequest
NewEdgeStackParseRegistriesBadRequest creates a EdgeStackParseRegistriesBadRequest with default headers values
func (*EdgeStackParseRegistriesBadRequest) Code ¶
func (o *EdgeStackParseRegistriesBadRequest) Code() int
Code gets the status code for the edge stack parse registries bad request response
func (*EdgeStackParseRegistriesBadRequest) Error ¶
func (o *EdgeStackParseRegistriesBadRequest) Error() string
func (*EdgeStackParseRegistriesBadRequest) IsClientError ¶
func (o *EdgeStackParseRegistriesBadRequest) IsClientError() bool
IsClientError returns true when this edge stack parse registries bad request response has a 4xx status code
func (*EdgeStackParseRegistriesBadRequest) IsCode ¶
func (o *EdgeStackParseRegistriesBadRequest) IsCode(code int) bool
IsCode returns true when this edge stack parse registries bad request response a status code equal to that given
func (*EdgeStackParseRegistriesBadRequest) IsRedirect ¶
func (o *EdgeStackParseRegistriesBadRequest) IsRedirect() bool
IsRedirect returns true when this edge stack parse registries bad request response has a 3xx status code
func (*EdgeStackParseRegistriesBadRequest) IsServerError ¶
func (o *EdgeStackParseRegistriesBadRequest) IsServerError() bool
IsServerError returns true when this edge stack parse registries bad request response has a 5xx status code
func (*EdgeStackParseRegistriesBadRequest) IsSuccess ¶
func (o *EdgeStackParseRegistriesBadRequest) IsSuccess() bool
IsSuccess returns true when this edge stack parse registries bad request response has a 2xx status code
func (*EdgeStackParseRegistriesBadRequest) String ¶
func (o *EdgeStackParseRegistriesBadRequest) String() string
type EdgeStackParseRegistriesInternalServerError ¶
type EdgeStackParseRegistriesInternalServerError struct {
}
EdgeStackParseRegistriesInternalServerError describes a response with status code 500, with default header values.
Server error
func NewEdgeStackParseRegistriesInternalServerError ¶
func NewEdgeStackParseRegistriesInternalServerError() *EdgeStackParseRegistriesInternalServerError
NewEdgeStackParseRegistriesInternalServerError creates a EdgeStackParseRegistriesInternalServerError with default headers values
func (*EdgeStackParseRegistriesInternalServerError) Code ¶
func (o *EdgeStackParseRegistriesInternalServerError) Code() int
Code gets the status code for the edge stack parse registries internal server error response
func (*EdgeStackParseRegistriesInternalServerError) Error ¶
func (o *EdgeStackParseRegistriesInternalServerError) Error() string
func (*EdgeStackParseRegistriesInternalServerError) IsClientError ¶
func (o *EdgeStackParseRegistriesInternalServerError) IsClientError() bool
IsClientError returns true when this edge stack parse registries internal server error response has a 4xx status code
func (*EdgeStackParseRegistriesInternalServerError) IsCode ¶
func (o *EdgeStackParseRegistriesInternalServerError) IsCode(code int) bool
IsCode returns true when this edge stack parse registries internal server error response a status code equal to that given
func (*EdgeStackParseRegistriesInternalServerError) IsRedirect ¶
func (o *EdgeStackParseRegistriesInternalServerError) IsRedirect() bool
IsRedirect returns true when this edge stack parse registries internal server error response has a 3xx status code
func (*EdgeStackParseRegistriesInternalServerError) IsServerError ¶
func (o *EdgeStackParseRegistriesInternalServerError) IsServerError() bool
IsServerError returns true when this edge stack parse registries internal server error response has a 5xx status code
func (*EdgeStackParseRegistriesInternalServerError) IsSuccess ¶
func (o *EdgeStackParseRegistriesInternalServerError) IsSuccess() bool
IsSuccess returns true when this edge stack parse registries internal server error response has a 2xx status code
func (*EdgeStackParseRegistriesInternalServerError) String ¶
func (o *EdgeStackParseRegistriesInternalServerError) String() string
type EdgeStackParseRegistriesOK ¶
type EdgeStackParseRegistriesOK struct {
Payload []int64
}
EdgeStackParseRegistriesOK describes a response with status code 200, with default header values.
List of registries IDs
func NewEdgeStackParseRegistriesOK ¶
func NewEdgeStackParseRegistriesOK() *EdgeStackParseRegistriesOK
NewEdgeStackParseRegistriesOK creates a EdgeStackParseRegistriesOK with default headers values
func (*EdgeStackParseRegistriesOK) Code ¶
func (o *EdgeStackParseRegistriesOK) Code() int
Code gets the status code for the edge stack parse registries o k response
func (*EdgeStackParseRegistriesOK) Error ¶
func (o *EdgeStackParseRegistriesOK) Error() string
func (*EdgeStackParseRegistriesOK) GetPayload ¶
func (o *EdgeStackParseRegistriesOK) GetPayload() []int64
func (*EdgeStackParseRegistriesOK) IsClientError ¶
func (o *EdgeStackParseRegistriesOK) IsClientError() bool
IsClientError returns true when this edge stack parse registries o k response has a 4xx status code
func (*EdgeStackParseRegistriesOK) IsCode ¶
func (o *EdgeStackParseRegistriesOK) IsCode(code int) bool
IsCode returns true when this edge stack parse registries o k response a status code equal to that given
func (*EdgeStackParseRegistriesOK) IsRedirect ¶
func (o *EdgeStackParseRegistriesOK) IsRedirect() bool
IsRedirect returns true when this edge stack parse registries o k response has a 3xx status code
func (*EdgeStackParseRegistriesOK) IsServerError ¶
func (o *EdgeStackParseRegistriesOK) IsServerError() bool
IsServerError returns true when this edge stack parse registries o k response has a 5xx status code
func (*EdgeStackParseRegistriesOK) IsSuccess ¶
func (o *EdgeStackParseRegistriesOK) IsSuccess() bool
IsSuccess returns true when this edge stack parse registries o k response has a 2xx status code
func (*EdgeStackParseRegistriesOK) String ¶
func (o *EdgeStackParseRegistriesOK) String() string
type EdgeStackParseRegistriesParams ¶
type EdgeStackParseRegistriesParams struct {
/* File.
stack file
*/
File runtime.NamedReadCloser
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeStackParseRegistriesParams contains all the parameters to send to the API endpoint
for the edge stack parse registries operation. Typically these are written to a http.Request.
func NewEdgeStackParseRegistriesParams ¶
func NewEdgeStackParseRegistriesParams() *EdgeStackParseRegistriesParams
NewEdgeStackParseRegistriesParams creates a new EdgeStackParseRegistriesParams 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 NewEdgeStackParseRegistriesParamsWithContext ¶
func NewEdgeStackParseRegistriesParamsWithContext(ctx context.Context) *EdgeStackParseRegistriesParams
NewEdgeStackParseRegistriesParamsWithContext creates a new EdgeStackParseRegistriesParams object with the ability to set a context for a request.
func NewEdgeStackParseRegistriesParamsWithHTTPClient ¶
func NewEdgeStackParseRegistriesParamsWithHTTPClient(client *http.Client) *EdgeStackParseRegistriesParams
NewEdgeStackParseRegistriesParamsWithHTTPClient creates a new EdgeStackParseRegistriesParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeStackParseRegistriesParamsWithTimeout ¶
func NewEdgeStackParseRegistriesParamsWithTimeout(timeout time.Duration) *EdgeStackParseRegistriesParams
NewEdgeStackParseRegistriesParamsWithTimeout creates a new EdgeStackParseRegistriesParams object with the ability to set a timeout on a request.
func (*EdgeStackParseRegistriesParams) SetContext ¶
func (o *EdgeStackParseRegistriesParams) SetContext(ctx context.Context)
SetContext adds the context to the edge stack parse registries params
func (*EdgeStackParseRegistriesParams) SetDefaults ¶
func (o *EdgeStackParseRegistriesParams) SetDefaults()
SetDefaults hydrates default values in the edge stack parse registries params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackParseRegistriesParams) SetFile ¶
func (o *EdgeStackParseRegistriesParams) SetFile(file runtime.NamedReadCloser)
SetFile adds the file to the edge stack parse registries params
func (*EdgeStackParseRegistriesParams) SetHTTPClient ¶
func (o *EdgeStackParseRegistriesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge stack parse registries params
func (*EdgeStackParseRegistriesParams) SetTimeout ¶
func (o *EdgeStackParseRegistriesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge stack parse registries params
func (*EdgeStackParseRegistriesParams) WithContext ¶
func (o *EdgeStackParseRegistriesParams) WithContext(ctx context.Context) *EdgeStackParseRegistriesParams
WithContext adds the context to the edge stack parse registries params
func (*EdgeStackParseRegistriesParams) WithDefaults ¶
func (o *EdgeStackParseRegistriesParams) WithDefaults() *EdgeStackParseRegistriesParams
WithDefaults hydrates default values in the edge stack parse registries params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackParseRegistriesParams) WithFile ¶
func (o *EdgeStackParseRegistriesParams) WithFile(file runtime.NamedReadCloser) *EdgeStackParseRegistriesParams
WithFile adds the file to the edge stack parse registries params
func (*EdgeStackParseRegistriesParams) WithHTTPClient ¶
func (o *EdgeStackParseRegistriesParams) WithHTTPClient(client *http.Client) *EdgeStackParseRegistriesParams
WithHTTPClient adds the HTTPClient to the edge stack parse registries params
func (*EdgeStackParseRegistriesParams) WithTimeout ¶
func (o *EdgeStackParseRegistriesParams) WithTimeout(timeout time.Duration) *EdgeStackParseRegistriesParams
WithTimeout adds the timeout to the edge stack parse registries params
func (*EdgeStackParseRegistriesParams) WriteToRequest ¶
func (o *EdgeStackParseRegistriesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeStackParseRegistriesReader ¶
type EdgeStackParseRegistriesReader struct {
// contains filtered or unexported fields
}
EdgeStackParseRegistriesReader is a Reader for the EdgeStackParseRegistries structure.
func (*EdgeStackParseRegistriesReader) ReadResponse ¶
func (o *EdgeStackParseRegistriesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EdgeStackStaggerStatusInspectBadRequest ¶
type EdgeStackStaggerStatusInspectBadRequest struct {
}
EdgeStackStaggerStatusInspectBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewEdgeStackStaggerStatusInspectBadRequest ¶
func NewEdgeStackStaggerStatusInspectBadRequest() *EdgeStackStaggerStatusInspectBadRequest
NewEdgeStackStaggerStatusInspectBadRequest creates a EdgeStackStaggerStatusInspectBadRequest with default headers values
func (*EdgeStackStaggerStatusInspectBadRequest) Code ¶
func (o *EdgeStackStaggerStatusInspectBadRequest) Code() int
Code gets the status code for the edge stack stagger status inspect bad request response
func (*EdgeStackStaggerStatusInspectBadRequest) Error ¶
func (o *EdgeStackStaggerStatusInspectBadRequest) Error() string
func (*EdgeStackStaggerStatusInspectBadRequest) IsClientError ¶
func (o *EdgeStackStaggerStatusInspectBadRequest) IsClientError() bool
IsClientError returns true when this edge stack stagger status inspect bad request response has a 4xx status code
func (*EdgeStackStaggerStatusInspectBadRequest) IsCode ¶
func (o *EdgeStackStaggerStatusInspectBadRequest) IsCode(code int) bool
IsCode returns true when this edge stack stagger status inspect bad request response a status code equal to that given
func (*EdgeStackStaggerStatusInspectBadRequest) IsRedirect ¶
func (o *EdgeStackStaggerStatusInspectBadRequest) IsRedirect() bool
IsRedirect returns true when this edge stack stagger status inspect bad request response has a 3xx status code
func (*EdgeStackStaggerStatusInspectBadRequest) IsServerError ¶
func (o *EdgeStackStaggerStatusInspectBadRequest) IsServerError() bool
IsServerError returns true when this edge stack stagger status inspect bad request response has a 5xx status code
func (*EdgeStackStaggerStatusInspectBadRequest) IsSuccess ¶
func (o *EdgeStackStaggerStatusInspectBadRequest) IsSuccess() bool
IsSuccess returns true when this edge stack stagger status inspect bad request response has a 2xx status code
func (*EdgeStackStaggerStatusInspectBadRequest) String ¶
func (o *EdgeStackStaggerStatusInspectBadRequest) String() string
type EdgeStackStaggerStatusInspectInternalServerError ¶
type EdgeStackStaggerStatusInspectInternalServerError struct {
}
EdgeStackStaggerStatusInspectInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewEdgeStackStaggerStatusInspectInternalServerError ¶
func NewEdgeStackStaggerStatusInspectInternalServerError() *EdgeStackStaggerStatusInspectInternalServerError
NewEdgeStackStaggerStatusInspectInternalServerError creates a EdgeStackStaggerStatusInspectInternalServerError with default headers values
func (*EdgeStackStaggerStatusInspectInternalServerError) Code ¶
func (o *EdgeStackStaggerStatusInspectInternalServerError) Code() int
Code gets the status code for the edge stack stagger status inspect internal server error response
func (*EdgeStackStaggerStatusInspectInternalServerError) Error ¶
func (o *EdgeStackStaggerStatusInspectInternalServerError) Error() string
func (*EdgeStackStaggerStatusInspectInternalServerError) IsClientError ¶
func (o *EdgeStackStaggerStatusInspectInternalServerError) IsClientError() bool
IsClientError returns true when this edge stack stagger status inspect internal server error response has a 4xx status code
func (*EdgeStackStaggerStatusInspectInternalServerError) IsCode ¶
func (o *EdgeStackStaggerStatusInspectInternalServerError) IsCode(code int) bool
IsCode returns true when this edge stack stagger status inspect internal server error response a status code equal to that given
func (*EdgeStackStaggerStatusInspectInternalServerError) IsRedirect ¶
func (o *EdgeStackStaggerStatusInspectInternalServerError) IsRedirect() bool
IsRedirect returns true when this edge stack stagger status inspect internal server error response has a 3xx status code
func (*EdgeStackStaggerStatusInspectInternalServerError) IsServerError ¶
func (o *EdgeStackStaggerStatusInspectInternalServerError) IsServerError() bool
IsServerError returns true when this edge stack stagger status inspect internal server error response has a 5xx status code
func (*EdgeStackStaggerStatusInspectInternalServerError) IsSuccess ¶
func (o *EdgeStackStaggerStatusInspectInternalServerError) IsSuccess() bool
IsSuccess returns true when this edge stack stagger status inspect internal server error response has a 2xx status code
func (*EdgeStackStaggerStatusInspectInternalServerError) String ¶
func (o *EdgeStackStaggerStatusInspectInternalServerError) String() string
type EdgeStackStaggerStatusInspectOK ¶
type EdgeStackStaggerStatusInspectOK struct {
Payload *models.EdgestacksEdgeStackStaggerStatusResponse
}
EdgeStackStaggerStatusInspectOK describes a response with status code 200, with default header values.
OK
func NewEdgeStackStaggerStatusInspectOK ¶
func NewEdgeStackStaggerStatusInspectOK() *EdgeStackStaggerStatusInspectOK
NewEdgeStackStaggerStatusInspectOK creates a EdgeStackStaggerStatusInspectOK with default headers values
func (*EdgeStackStaggerStatusInspectOK) Code ¶
func (o *EdgeStackStaggerStatusInspectOK) Code() int
Code gets the status code for the edge stack stagger status inspect o k response
func (*EdgeStackStaggerStatusInspectOK) Error ¶
func (o *EdgeStackStaggerStatusInspectOK) Error() string
func (*EdgeStackStaggerStatusInspectOK) GetPayload ¶
func (o *EdgeStackStaggerStatusInspectOK) GetPayload() *models.EdgestacksEdgeStackStaggerStatusResponse
func (*EdgeStackStaggerStatusInspectOK) IsClientError ¶
func (o *EdgeStackStaggerStatusInspectOK) IsClientError() bool
IsClientError returns true when this edge stack stagger status inspect o k response has a 4xx status code
func (*EdgeStackStaggerStatusInspectOK) IsCode ¶
func (o *EdgeStackStaggerStatusInspectOK) IsCode(code int) bool
IsCode returns true when this edge stack stagger status inspect o k response a status code equal to that given
func (*EdgeStackStaggerStatusInspectOK) IsRedirect ¶
func (o *EdgeStackStaggerStatusInspectOK) IsRedirect() bool
IsRedirect returns true when this edge stack stagger status inspect o k response has a 3xx status code
func (*EdgeStackStaggerStatusInspectOK) IsServerError ¶
func (o *EdgeStackStaggerStatusInspectOK) IsServerError() bool
IsServerError returns true when this edge stack stagger status inspect o k response has a 5xx status code
func (*EdgeStackStaggerStatusInspectOK) IsSuccess ¶
func (o *EdgeStackStaggerStatusInspectOK) IsSuccess() bool
IsSuccess returns true when this edge stack stagger status inspect o k response has a 2xx status code
func (*EdgeStackStaggerStatusInspectOK) String ¶
func (o *EdgeStackStaggerStatusInspectOK) String() string
type EdgeStackStaggerStatusInspectParams ¶
type EdgeStackStaggerStatusInspectParams struct {
/* ID.
EdgeStack Id
*/
ID int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeStackStaggerStatusInspectParams contains all the parameters to send to the API endpoint
for the edge stack stagger status inspect operation. Typically these are written to a http.Request.
func NewEdgeStackStaggerStatusInspectParams ¶
func NewEdgeStackStaggerStatusInspectParams() *EdgeStackStaggerStatusInspectParams
NewEdgeStackStaggerStatusInspectParams creates a new EdgeStackStaggerStatusInspectParams 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 NewEdgeStackStaggerStatusInspectParamsWithContext ¶
func NewEdgeStackStaggerStatusInspectParamsWithContext(ctx context.Context) *EdgeStackStaggerStatusInspectParams
NewEdgeStackStaggerStatusInspectParamsWithContext creates a new EdgeStackStaggerStatusInspectParams object with the ability to set a context for a request.
func NewEdgeStackStaggerStatusInspectParamsWithHTTPClient ¶
func NewEdgeStackStaggerStatusInspectParamsWithHTTPClient(client *http.Client) *EdgeStackStaggerStatusInspectParams
NewEdgeStackStaggerStatusInspectParamsWithHTTPClient creates a new EdgeStackStaggerStatusInspectParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeStackStaggerStatusInspectParamsWithTimeout ¶
func NewEdgeStackStaggerStatusInspectParamsWithTimeout(timeout time.Duration) *EdgeStackStaggerStatusInspectParams
NewEdgeStackStaggerStatusInspectParamsWithTimeout creates a new EdgeStackStaggerStatusInspectParams object with the ability to set a timeout on a request.
func (*EdgeStackStaggerStatusInspectParams) SetContext ¶
func (o *EdgeStackStaggerStatusInspectParams) SetContext(ctx context.Context)
SetContext adds the context to the edge stack stagger status inspect params
func (*EdgeStackStaggerStatusInspectParams) SetDefaults ¶
func (o *EdgeStackStaggerStatusInspectParams) SetDefaults()
SetDefaults hydrates default values in the edge stack stagger status inspect params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackStaggerStatusInspectParams) SetHTTPClient ¶
func (o *EdgeStackStaggerStatusInspectParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge stack stagger status inspect params
func (*EdgeStackStaggerStatusInspectParams) SetID ¶
func (o *EdgeStackStaggerStatusInspectParams) SetID(id int64)
SetID adds the id to the edge stack stagger status inspect params
func (*EdgeStackStaggerStatusInspectParams) SetTimeout ¶
func (o *EdgeStackStaggerStatusInspectParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge stack stagger status inspect params
func (*EdgeStackStaggerStatusInspectParams) WithContext ¶
func (o *EdgeStackStaggerStatusInspectParams) WithContext(ctx context.Context) *EdgeStackStaggerStatusInspectParams
WithContext adds the context to the edge stack stagger status inspect params
func (*EdgeStackStaggerStatusInspectParams) WithDefaults ¶
func (o *EdgeStackStaggerStatusInspectParams) WithDefaults() *EdgeStackStaggerStatusInspectParams
WithDefaults hydrates default values in the edge stack stagger status inspect params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackStaggerStatusInspectParams) WithHTTPClient ¶
func (o *EdgeStackStaggerStatusInspectParams) WithHTTPClient(client *http.Client) *EdgeStackStaggerStatusInspectParams
WithHTTPClient adds the HTTPClient to the edge stack stagger status inspect params
func (*EdgeStackStaggerStatusInspectParams) WithID ¶
func (o *EdgeStackStaggerStatusInspectParams) WithID(id int64) *EdgeStackStaggerStatusInspectParams
WithID adds the id to the edge stack stagger status inspect params
func (*EdgeStackStaggerStatusInspectParams) WithTimeout ¶
func (o *EdgeStackStaggerStatusInspectParams) WithTimeout(timeout time.Duration) *EdgeStackStaggerStatusInspectParams
WithTimeout adds the timeout to the edge stack stagger status inspect params
func (*EdgeStackStaggerStatusInspectParams) WriteToRequest ¶
func (o *EdgeStackStaggerStatusInspectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeStackStaggerStatusInspectReader ¶
type EdgeStackStaggerStatusInspectReader struct {
// contains filtered or unexported fields
}
EdgeStackStaggerStatusInspectReader is a Reader for the EdgeStackStaggerStatusInspect structure.
func (*EdgeStackStaggerStatusInspectReader) ReadResponse ¶
func (o *EdgeStackStaggerStatusInspectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EdgeStackStaggerStatusInspectServiceUnavailable ¶
type EdgeStackStaggerStatusInspectServiceUnavailable struct {
}
EdgeStackStaggerStatusInspectServiceUnavailable describes a response with status code 503, with default header values.
Edge compute features are disabled
func NewEdgeStackStaggerStatusInspectServiceUnavailable ¶
func NewEdgeStackStaggerStatusInspectServiceUnavailable() *EdgeStackStaggerStatusInspectServiceUnavailable
NewEdgeStackStaggerStatusInspectServiceUnavailable creates a EdgeStackStaggerStatusInspectServiceUnavailable with default headers values
func (*EdgeStackStaggerStatusInspectServiceUnavailable) Code ¶
func (o *EdgeStackStaggerStatusInspectServiceUnavailable) Code() int
Code gets the status code for the edge stack stagger status inspect service unavailable response
func (*EdgeStackStaggerStatusInspectServiceUnavailable) Error ¶
func (o *EdgeStackStaggerStatusInspectServiceUnavailable) Error() string
func (*EdgeStackStaggerStatusInspectServiceUnavailable) IsClientError ¶
func (o *EdgeStackStaggerStatusInspectServiceUnavailable) IsClientError() bool
IsClientError returns true when this edge stack stagger status inspect service unavailable response has a 4xx status code
func (*EdgeStackStaggerStatusInspectServiceUnavailable) IsCode ¶
func (o *EdgeStackStaggerStatusInspectServiceUnavailable) IsCode(code int) bool
IsCode returns true when this edge stack stagger status inspect service unavailable response a status code equal to that given
func (*EdgeStackStaggerStatusInspectServiceUnavailable) IsRedirect ¶
func (o *EdgeStackStaggerStatusInspectServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this edge stack stagger status inspect service unavailable response has a 3xx status code
func (*EdgeStackStaggerStatusInspectServiceUnavailable) IsServerError ¶
func (o *EdgeStackStaggerStatusInspectServiceUnavailable) IsServerError() bool
IsServerError returns true when this edge stack stagger status inspect service unavailable response has a 5xx status code
func (*EdgeStackStaggerStatusInspectServiceUnavailable) IsSuccess ¶
func (o *EdgeStackStaggerStatusInspectServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this edge stack stagger status inspect service unavailable response has a 2xx status code
func (*EdgeStackStaggerStatusInspectServiceUnavailable) String ¶
func (o *EdgeStackStaggerStatusInspectServiceUnavailable) String() string
type EdgeStackStatusUpdateBadRequest ¶
type EdgeStackStatusUpdateBadRequest struct {
}
EdgeStackStatusUpdateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewEdgeStackStatusUpdateBadRequest ¶
func NewEdgeStackStatusUpdateBadRequest() *EdgeStackStatusUpdateBadRequest
NewEdgeStackStatusUpdateBadRequest creates a EdgeStackStatusUpdateBadRequest with default headers values
func (*EdgeStackStatusUpdateBadRequest) Code ¶
func (o *EdgeStackStatusUpdateBadRequest) Code() int
Code gets the status code for the edge stack status update bad request response
func (*EdgeStackStatusUpdateBadRequest) Error ¶
func (o *EdgeStackStatusUpdateBadRequest) Error() string
func (*EdgeStackStatusUpdateBadRequest) IsClientError ¶
func (o *EdgeStackStatusUpdateBadRequest) IsClientError() bool
IsClientError returns true when this edge stack status update bad request response has a 4xx status code
func (*EdgeStackStatusUpdateBadRequest) IsCode ¶
func (o *EdgeStackStatusUpdateBadRequest) IsCode(code int) bool
IsCode returns true when this edge stack status update bad request response a status code equal to that given
func (*EdgeStackStatusUpdateBadRequest) IsRedirect ¶
func (o *EdgeStackStatusUpdateBadRequest) IsRedirect() bool
IsRedirect returns true when this edge stack status update bad request response has a 3xx status code
func (*EdgeStackStatusUpdateBadRequest) IsServerError ¶
func (o *EdgeStackStatusUpdateBadRequest) IsServerError() bool
IsServerError returns true when this edge stack status update bad request response has a 5xx status code
func (*EdgeStackStatusUpdateBadRequest) IsSuccess ¶
func (o *EdgeStackStatusUpdateBadRequest) IsSuccess() bool
IsSuccess returns true when this edge stack status update bad request response has a 2xx status code
func (*EdgeStackStatusUpdateBadRequest) String ¶
func (o *EdgeStackStatusUpdateBadRequest) String() string
type EdgeStackStatusUpdateForbidden ¶
type EdgeStackStatusUpdateForbidden struct {
}
EdgeStackStatusUpdateForbidden describes a response with status code 403, with default header values.
Forbidden
func NewEdgeStackStatusUpdateForbidden ¶
func NewEdgeStackStatusUpdateForbidden() *EdgeStackStatusUpdateForbidden
NewEdgeStackStatusUpdateForbidden creates a EdgeStackStatusUpdateForbidden with default headers values
func (*EdgeStackStatusUpdateForbidden) Code ¶
func (o *EdgeStackStatusUpdateForbidden) Code() int
Code gets the status code for the edge stack status update forbidden response
func (*EdgeStackStatusUpdateForbidden) Error ¶
func (o *EdgeStackStatusUpdateForbidden) Error() string
func (*EdgeStackStatusUpdateForbidden) IsClientError ¶
func (o *EdgeStackStatusUpdateForbidden) IsClientError() bool
IsClientError returns true when this edge stack status update forbidden response has a 4xx status code
func (*EdgeStackStatusUpdateForbidden) IsCode ¶
func (o *EdgeStackStatusUpdateForbidden) IsCode(code int) bool
IsCode returns true when this edge stack status update forbidden response a status code equal to that given
func (*EdgeStackStatusUpdateForbidden) IsRedirect ¶
func (o *EdgeStackStatusUpdateForbidden) IsRedirect() bool
IsRedirect returns true when this edge stack status update forbidden response has a 3xx status code
func (*EdgeStackStatusUpdateForbidden) IsServerError ¶
func (o *EdgeStackStatusUpdateForbidden) IsServerError() bool
IsServerError returns true when this edge stack status update forbidden response has a 5xx status code
func (*EdgeStackStatusUpdateForbidden) IsSuccess ¶
func (o *EdgeStackStatusUpdateForbidden) IsSuccess() bool
IsSuccess returns true when this edge stack status update forbidden response has a 2xx status code
func (*EdgeStackStatusUpdateForbidden) String ¶
func (o *EdgeStackStatusUpdateForbidden) String() string
type EdgeStackStatusUpdateInternalServerError ¶
type EdgeStackStatusUpdateInternalServerError struct {
}
EdgeStackStatusUpdateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewEdgeStackStatusUpdateInternalServerError ¶
func NewEdgeStackStatusUpdateInternalServerError() *EdgeStackStatusUpdateInternalServerError
NewEdgeStackStatusUpdateInternalServerError creates a EdgeStackStatusUpdateInternalServerError with default headers values
func (*EdgeStackStatusUpdateInternalServerError) Code ¶
func (o *EdgeStackStatusUpdateInternalServerError) Code() int
Code gets the status code for the edge stack status update internal server error response
func (*EdgeStackStatusUpdateInternalServerError) Error ¶
func (o *EdgeStackStatusUpdateInternalServerError) Error() string
func (*EdgeStackStatusUpdateInternalServerError) IsClientError ¶
func (o *EdgeStackStatusUpdateInternalServerError) IsClientError() bool
IsClientError returns true when this edge stack status update internal server error response has a 4xx status code
func (*EdgeStackStatusUpdateInternalServerError) IsCode ¶
func (o *EdgeStackStatusUpdateInternalServerError) IsCode(code int) bool
IsCode returns true when this edge stack status update internal server error response a status code equal to that given
func (*EdgeStackStatusUpdateInternalServerError) IsRedirect ¶
func (o *EdgeStackStatusUpdateInternalServerError) IsRedirect() bool
IsRedirect returns true when this edge stack status update internal server error response has a 3xx status code
func (*EdgeStackStatusUpdateInternalServerError) IsServerError ¶
func (o *EdgeStackStatusUpdateInternalServerError) IsServerError() bool
IsServerError returns true when this edge stack status update internal server error response has a 5xx status code
func (*EdgeStackStatusUpdateInternalServerError) IsSuccess ¶
func (o *EdgeStackStatusUpdateInternalServerError) IsSuccess() bool
IsSuccess returns true when this edge stack status update internal server error response has a 2xx status code
func (*EdgeStackStatusUpdateInternalServerError) String ¶
func (o *EdgeStackStatusUpdateInternalServerError) String() string
type EdgeStackStatusUpdateNotFound ¶
type EdgeStackStatusUpdateNotFound struct {
}
EdgeStackStatusUpdateNotFound describes a response with status code 404, with default header values.
Not Found
func NewEdgeStackStatusUpdateNotFound ¶
func NewEdgeStackStatusUpdateNotFound() *EdgeStackStatusUpdateNotFound
NewEdgeStackStatusUpdateNotFound creates a EdgeStackStatusUpdateNotFound with default headers values
func (*EdgeStackStatusUpdateNotFound) Code ¶
func (o *EdgeStackStatusUpdateNotFound) Code() int
Code gets the status code for the edge stack status update not found response
func (*EdgeStackStatusUpdateNotFound) Error ¶
func (o *EdgeStackStatusUpdateNotFound) Error() string
func (*EdgeStackStatusUpdateNotFound) IsClientError ¶
func (o *EdgeStackStatusUpdateNotFound) IsClientError() bool
IsClientError returns true when this edge stack status update not found response has a 4xx status code
func (*EdgeStackStatusUpdateNotFound) IsCode ¶
func (o *EdgeStackStatusUpdateNotFound) IsCode(code int) bool
IsCode returns true when this edge stack status update not found response a status code equal to that given
func (*EdgeStackStatusUpdateNotFound) IsRedirect ¶
func (o *EdgeStackStatusUpdateNotFound) IsRedirect() bool
IsRedirect returns true when this edge stack status update not found response has a 3xx status code
func (*EdgeStackStatusUpdateNotFound) IsServerError ¶
func (o *EdgeStackStatusUpdateNotFound) IsServerError() bool
IsServerError returns true when this edge stack status update not found response has a 5xx status code
func (*EdgeStackStatusUpdateNotFound) IsSuccess ¶
func (o *EdgeStackStatusUpdateNotFound) IsSuccess() bool
IsSuccess returns true when this edge stack status update not found response has a 2xx status code
func (*EdgeStackStatusUpdateNotFound) String ¶
func (o *EdgeStackStatusUpdateNotFound) String() string
type EdgeStackStatusUpdateOK ¶
type EdgeStackStatusUpdateOK struct {
Payload *models.PortainereeEdgeStack
}
EdgeStackStatusUpdateOK describes a response with status code 200, with default header values.
OK
func NewEdgeStackStatusUpdateOK ¶
func NewEdgeStackStatusUpdateOK() *EdgeStackStatusUpdateOK
NewEdgeStackStatusUpdateOK creates a EdgeStackStatusUpdateOK with default headers values
func (*EdgeStackStatusUpdateOK) Code ¶
func (o *EdgeStackStatusUpdateOK) Code() int
Code gets the status code for the edge stack status update o k response
func (*EdgeStackStatusUpdateOK) Error ¶
func (o *EdgeStackStatusUpdateOK) Error() string
func (*EdgeStackStatusUpdateOK) GetPayload ¶
func (o *EdgeStackStatusUpdateOK) GetPayload() *models.PortainereeEdgeStack
func (*EdgeStackStatusUpdateOK) IsClientError ¶
func (o *EdgeStackStatusUpdateOK) IsClientError() bool
IsClientError returns true when this edge stack status update o k response has a 4xx status code
func (*EdgeStackStatusUpdateOK) IsCode ¶
func (o *EdgeStackStatusUpdateOK) IsCode(code int) bool
IsCode returns true when this edge stack status update o k response a status code equal to that given
func (*EdgeStackStatusUpdateOK) IsRedirect ¶
func (o *EdgeStackStatusUpdateOK) IsRedirect() bool
IsRedirect returns true when this edge stack status update o k response has a 3xx status code
func (*EdgeStackStatusUpdateOK) IsServerError ¶
func (o *EdgeStackStatusUpdateOK) IsServerError() bool
IsServerError returns true when this edge stack status update o k response has a 5xx status code
func (*EdgeStackStatusUpdateOK) IsSuccess ¶
func (o *EdgeStackStatusUpdateOK) IsSuccess() bool
IsSuccess returns true when this edge stack status update o k response has a 2xx status code
func (*EdgeStackStatusUpdateOK) String ¶
func (o *EdgeStackStatusUpdateOK) String() string
type EdgeStackStatusUpdateParams ¶
type EdgeStackStatusUpdateParams struct {
/* Body.
EdgeStack status payload
*/
Body *models.EdgestacksUpdateStatusPayload
/* ID.
EdgeStack Id
*/
ID int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeStackStatusUpdateParams contains all the parameters to send to the API endpoint
for the edge stack status update operation. Typically these are written to a http.Request.
func NewEdgeStackStatusUpdateParams ¶
func NewEdgeStackStatusUpdateParams() *EdgeStackStatusUpdateParams
NewEdgeStackStatusUpdateParams creates a new EdgeStackStatusUpdateParams 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 NewEdgeStackStatusUpdateParamsWithContext ¶
func NewEdgeStackStatusUpdateParamsWithContext(ctx context.Context) *EdgeStackStatusUpdateParams
NewEdgeStackStatusUpdateParamsWithContext creates a new EdgeStackStatusUpdateParams object with the ability to set a context for a request.
func NewEdgeStackStatusUpdateParamsWithHTTPClient ¶
func NewEdgeStackStatusUpdateParamsWithHTTPClient(client *http.Client) *EdgeStackStatusUpdateParams
NewEdgeStackStatusUpdateParamsWithHTTPClient creates a new EdgeStackStatusUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeStackStatusUpdateParamsWithTimeout ¶
func NewEdgeStackStatusUpdateParamsWithTimeout(timeout time.Duration) *EdgeStackStatusUpdateParams
NewEdgeStackStatusUpdateParamsWithTimeout creates a new EdgeStackStatusUpdateParams object with the ability to set a timeout on a request.
func (*EdgeStackStatusUpdateParams) SetBody ¶
func (o *EdgeStackStatusUpdateParams) SetBody(body *models.EdgestacksUpdateStatusPayload)
SetBody adds the body to the edge stack status update params
func (*EdgeStackStatusUpdateParams) SetContext ¶
func (o *EdgeStackStatusUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the edge stack status update params
func (*EdgeStackStatusUpdateParams) SetDefaults ¶
func (o *EdgeStackStatusUpdateParams) SetDefaults()
SetDefaults hydrates default values in the edge stack status update params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackStatusUpdateParams) SetHTTPClient ¶
func (o *EdgeStackStatusUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge stack status update params
func (*EdgeStackStatusUpdateParams) SetID ¶
func (o *EdgeStackStatusUpdateParams) SetID(id int64)
SetID adds the id to the edge stack status update params
func (*EdgeStackStatusUpdateParams) SetTimeout ¶
func (o *EdgeStackStatusUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge stack status update params
func (*EdgeStackStatusUpdateParams) WithBody ¶
func (o *EdgeStackStatusUpdateParams) WithBody(body *models.EdgestacksUpdateStatusPayload) *EdgeStackStatusUpdateParams
WithBody adds the body to the edge stack status update params
func (*EdgeStackStatusUpdateParams) WithContext ¶
func (o *EdgeStackStatusUpdateParams) WithContext(ctx context.Context) *EdgeStackStatusUpdateParams
WithContext adds the context to the edge stack status update params
func (*EdgeStackStatusUpdateParams) WithDefaults ¶
func (o *EdgeStackStatusUpdateParams) WithDefaults() *EdgeStackStatusUpdateParams
WithDefaults hydrates default values in the edge stack status update params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackStatusUpdateParams) WithHTTPClient ¶
func (o *EdgeStackStatusUpdateParams) WithHTTPClient(client *http.Client) *EdgeStackStatusUpdateParams
WithHTTPClient adds the HTTPClient to the edge stack status update params
func (*EdgeStackStatusUpdateParams) WithID ¶
func (o *EdgeStackStatusUpdateParams) WithID(id int64) *EdgeStackStatusUpdateParams
WithID adds the id to the edge stack status update params
func (*EdgeStackStatusUpdateParams) WithTimeout ¶
func (o *EdgeStackStatusUpdateParams) WithTimeout(timeout time.Duration) *EdgeStackStatusUpdateParams
WithTimeout adds the timeout to the edge stack status update params
func (*EdgeStackStatusUpdateParams) WriteToRequest ¶
func (o *EdgeStackStatusUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeStackStatusUpdateReader ¶
type EdgeStackStatusUpdateReader struct {
// contains filtered or unexported fields
}
EdgeStackStatusUpdateReader is a Reader for the EdgeStackStatusUpdate structure.
func (*EdgeStackStatusUpdateReader) ReadResponse ¶
func (o *EdgeStackStatusUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EdgeStackUpdateBadRequest ¶
type EdgeStackUpdateBadRequest struct {
}
EdgeStackUpdateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewEdgeStackUpdateBadRequest ¶
func NewEdgeStackUpdateBadRequest() *EdgeStackUpdateBadRequest
NewEdgeStackUpdateBadRequest creates a EdgeStackUpdateBadRequest with default headers values
func (*EdgeStackUpdateBadRequest) Code ¶
func (o *EdgeStackUpdateBadRequest) Code() int
Code gets the status code for the edge stack update bad request response
func (*EdgeStackUpdateBadRequest) Error ¶
func (o *EdgeStackUpdateBadRequest) Error() string
func (*EdgeStackUpdateBadRequest) IsClientError ¶
func (o *EdgeStackUpdateBadRequest) IsClientError() bool
IsClientError returns true when this edge stack update bad request response has a 4xx status code
func (*EdgeStackUpdateBadRequest) IsCode ¶
func (o *EdgeStackUpdateBadRequest) IsCode(code int) bool
IsCode returns true when this edge stack update bad request response a status code equal to that given
func (*EdgeStackUpdateBadRequest) IsRedirect ¶
func (o *EdgeStackUpdateBadRequest) IsRedirect() bool
IsRedirect returns true when this edge stack update bad request response has a 3xx status code
func (*EdgeStackUpdateBadRequest) IsServerError ¶
func (o *EdgeStackUpdateBadRequest) IsServerError() bool
IsServerError returns true when this edge stack update bad request response has a 5xx status code
func (*EdgeStackUpdateBadRequest) IsSuccess ¶
func (o *EdgeStackUpdateBadRequest) IsSuccess() bool
IsSuccess returns true when this edge stack update bad request response has a 2xx status code
func (*EdgeStackUpdateBadRequest) String ¶
func (o *EdgeStackUpdateBadRequest) String() string
type EdgeStackUpdateFromGitBadRequest ¶
type EdgeStackUpdateFromGitBadRequest struct {
}
EdgeStackUpdateFromGitBadRequest describes a response with status code 400, with default header values.
Invalid request
func NewEdgeStackUpdateFromGitBadRequest ¶
func NewEdgeStackUpdateFromGitBadRequest() *EdgeStackUpdateFromGitBadRequest
NewEdgeStackUpdateFromGitBadRequest creates a EdgeStackUpdateFromGitBadRequest with default headers values
func (*EdgeStackUpdateFromGitBadRequest) Code ¶
func (o *EdgeStackUpdateFromGitBadRequest) Code() int
Code gets the status code for the edge stack update from git bad request response
func (*EdgeStackUpdateFromGitBadRequest) Error ¶
func (o *EdgeStackUpdateFromGitBadRequest) Error() string
func (*EdgeStackUpdateFromGitBadRequest) IsClientError ¶
func (o *EdgeStackUpdateFromGitBadRequest) IsClientError() bool
IsClientError returns true when this edge stack update from git bad request response has a 4xx status code
func (*EdgeStackUpdateFromGitBadRequest) IsCode ¶
func (o *EdgeStackUpdateFromGitBadRequest) IsCode(code int) bool
IsCode returns true when this edge stack update from git bad request response a status code equal to that given
func (*EdgeStackUpdateFromGitBadRequest) IsRedirect ¶
func (o *EdgeStackUpdateFromGitBadRequest) IsRedirect() bool
IsRedirect returns true when this edge stack update from git bad request response has a 3xx status code
func (*EdgeStackUpdateFromGitBadRequest) IsServerError ¶
func (o *EdgeStackUpdateFromGitBadRequest) IsServerError() bool
IsServerError returns true when this edge stack update from git bad request response has a 5xx status code
func (*EdgeStackUpdateFromGitBadRequest) IsSuccess ¶
func (o *EdgeStackUpdateFromGitBadRequest) IsSuccess() bool
IsSuccess returns true when this edge stack update from git bad request response has a 2xx status code
func (*EdgeStackUpdateFromGitBadRequest) String ¶
func (o *EdgeStackUpdateFromGitBadRequest) String() string
type EdgeStackUpdateFromGitForbidden ¶
type EdgeStackUpdateFromGitForbidden struct {
}
EdgeStackUpdateFromGitForbidden describes a response with status code 403, with default header values.
Permission denied
func NewEdgeStackUpdateFromGitForbidden ¶
func NewEdgeStackUpdateFromGitForbidden() *EdgeStackUpdateFromGitForbidden
NewEdgeStackUpdateFromGitForbidden creates a EdgeStackUpdateFromGitForbidden with default headers values
func (*EdgeStackUpdateFromGitForbidden) Code ¶
func (o *EdgeStackUpdateFromGitForbidden) Code() int
Code gets the status code for the edge stack update from git forbidden response
func (*EdgeStackUpdateFromGitForbidden) Error ¶
func (o *EdgeStackUpdateFromGitForbidden) Error() string
func (*EdgeStackUpdateFromGitForbidden) IsClientError ¶
func (o *EdgeStackUpdateFromGitForbidden) IsClientError() bool
IsClientError returns true when this edge stack update from git forbidden response has a 4xx status code
func (*EdgeStackUpdateFromGitForbidden) IsCode ¶
func (o *EdgeStackUpdateFromGitForbidden) IsCode(code int) bool
IsCode returns true when this edge stack update from git forbidden response a status code equal to that given
func (*EdgeStackUpdateFromGitForbidden) IsRedirect ¶
func (o *EdgeStackUpdateFromGitForbidden) IsRedirect() bool
IsRedirect returns true when this edge stack update from git forbidden response has a 3xx status code
func (*EdgeStackUpdateFromGitForbidden) IsServerError ¶
func (o *EdgeStackUpdateFromGitForbidden) IsServerError() bool
IsServerError returns true when this edge stack update from git forbidden response has a 5xx status code
func (*EdgeStackUpdateFromGitForbidden) IsSuccess ¶
func (o *EdgeStackUpdateFromGitForbidden) IsSuccess() bool
IsSuccess returns true when this edge stack update from git forbidden response has a 2xx status code
func (*EdgeStackUpdateFromGitForbidden) String ¶
func (o *EdgeStackUpdateFromGitForbidden) String() string
type EdgeStackUpdateFromGitInternalServerError ¶
type EdgeStackUpdateFromGitInternalServerError struct {
}
EdgeStackUpdateFromGitInternalServerError describes a response with status code 500, with default header values.
Server error
func NewEdgeStackUpdateFromGitInternalServerError ¶
func NewEdgeStackUpdateFromGitInternalServerError() *EdgeStackUpdateFromGitInternalServerError
NewEdgeStackUpdateFromGitInternalServerError creates a EdgeStackUpdateFromGitInternalServerError with default headers values
func (*EdgeStackUpdateFromGitInternalServerError) Code ¶
func (o *EdgeStackUpdateFromGitInternalServerError) Code() int
Code gets the status code for the edge stack update from git internal server error response
func (*EdgeStackUpdateFromGitInternalServerError) Error ¶
func (o *EdgeStackUpdateFromGitInternalServerError) Error() string
func (*EdgeStackUpdateFromGitInternalServerError) IsClientError ¶
func (o *EdgeStackUpdateFromGitInternalServerError) IsClientError() bool
IsClientError returns true when this edge stack update from git internal server error response has a 4xx status code
func (*EdgeStackUpdateFromGitInternalServerError) IsCode ¶
func (o *EdgeStackUpdateFromGitInternalServerError) IsCode(code int) bool
IsCode returns true when this edge stack update from git internal server error response a status code equal to that given
func (*EdgeStackUpdateFromGitInternalServerError) IsRedirect ¶
func (o *EdgeStackUpdateFromGitInternalServerError) IsRedirect() bool
IsRedirect returns true when this edge stack update from git internal server error response has a 3xx status code
func (*EdgeStackUpdateFromGitInternalServerError) IsServerError ¶
func (o *EdgeStackUpdateFromGitInternalServerError) IsServerError() bool
IsServerError returns true when this edge stack update from git internal server error response has a 5xx status code
func (*EdgeStackUpdateFromGitInternalServerError) IsSuccess ¶
func (o *EdgeStackUpdateFromGitInternalServerError) IsSuccess() bool
IsSuccess returns true when this edge stack update from git internal server error response has a 2xx status code
func (*EdgeStackUpdateFromGitInternalServerError) String ¶
func (o *EdgeStackUpdateFromGitInternalServerError) String() string
type EdgeStackUpdateFromGitNoContent ¶
type EdgeStackUpdateFromGitNoContent struct {
}
EdgeStackUpdateFromGitNoContent describes a response with status code 204, with default header values.
Success
func NewEdgeStackUpdateFromGitNoContent ¶
func NewEdgeStackUpdateFromGitNoContent() *EdgeStackUpdateFromGitNoContent
NewEdgeStackUpdateFromGitNoContent creates a EdgeStackUpdateFromGitNoContent with default headers values
func (*EdgeStackUpdateFromGitNoContent) Code ¶
func (o *EdgeStackUpdateFromGitNoContent) Code() int
Code gets the status code for the edge stack update from git no content response
func (*EdgeStackUpdateFromGitNoContent) Error ¶
func (o *EdgeStackUpdateFromGitNoContent) Error() string
func (*EdgeStackUpdateFromGitNoContent) IsClientError ¶
func (o *EdgeStackUpdateFromGitNoContent) IsClientError() bool
IsClientError returns true when this edge stack update from git no content response has a 4xx status code
func (*EdgeStackUpdateFromGitNoContent) IsCode ¶
func (o *EdgeStackUpdateFromGitNoContent) IsCode(code int) bool
IsCode returns true when this edge stack update from git no content response a status code equal to that given
func (*EdgeStackUpdateFromGitNoContent) IsRedirect ¶
func (o *EdgeStackUpdateFromGitNoContent) IsRedirect() bool
IsRedirect returns true when this edge stack update from git no content response has a 3xx status code
func (*EdgeStackUpdateFromGitNoContent) IsServerError ¶
func (o *EdgeStackUpdateFromGitNoContent) IsServerError() bool
IsServerError returns true when this edge stack update from git no content response has a 5xx status code
func (*EdgeStackUpdateFromGitNoContent) IsSuccess ¶
func (o *EdgeStackUpdateFromGitNoContent) IsSuccess() bool
IsSuccess returns true when this edge stack update from git no content response has a 2xx status code
func (*EdgeStackUpdateFromGitNoContent) String ¶
func (o *EdgeStackUpdateFromGitNoContent) String() string
type EdgeStackUpdateFromGitNotFound ¶
type EdgeStackUpdateFromGitNotFound struct {
}
EdgeStackUpdateFromGitNotFound describes a response with status code 404, with default header values.
Not found
func NewEdgeStackUpdateFromGitNotFound ¶
func NewEdgeStackUpdateFromGitNotFound() *EdgeStackUpdateFromGitNotFound
NewEdgeStackUpdateFromGitNotFound creates a EdgeStackUpdateFromGitNotFound with default headers values
func (*EdgeStackUpdateFromGitNotFound) Code ¶
func (o *EdgeStackUpdateFromGitNotFound) Code() int
Code gets the status code for the edge stack update from git not found response
func (*EdgeStackUpdateFromGitNotFound) Error ¶
func (o *EdgeStackUpdateFromGitNotFound) Error() string
func (*EdgeStackUpdateFromGitNotFound) IsClientError ¶
func (o *EdgeStackUpdateFromGitNotFound) IsClientError() bool
IsClientError returns true when this edge stack update from git not found response has a 4xx status code
func (*EdgeStackUpdateFromGitNotFound) IsCode ¶
func (o *EdgeStackUpdateFromGitNotFound) IsCode(code int) bool
IsCode returns true when this edge stack update from git not found response a status code equal to that given
func (*EdgeStackUpdateFromGitNotFound) IsRedirect ¶
func (o *EdgeStackUpdateFromGitNotFound) IsRedirect() bool
IsRedirect returns true when this edge stack update from git not found response has a 3xx status code
func (*EdgeStackUpdateFromGitNotFound) IsServerError ¶
func (o *EdgeStackUpdateFromGitNotFound) IsServerError() bool
IsServerError returns true when this edge stack update from git not found response has a 5xx status code
func (*EdgeStackUpdateFromGitNotFound) IsSuccess ¶
func (o *EdgeStackUpdateFromGitNotFound) IsSuccess() bool
IsSuccess returns true when this edge stack update from git not found response has a 2xx status code
func (*EdgeStackUpdateFromGitNotFound) String ¶
func (o *EdgeStackUpdateFromGitNotFound) String() string
type EdgeStackUpdateFromGitParams ¶
type EdgeStackUpdateFromGitParams struct {
/* Body.
Git configurations
*/
Body *models.EdgestacksStackGitUpdatePayload
/* ID.
Stack identifier
*/
ID int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeStackUpdateFromGitParams contains all the parameters to send to the API endpoint
for the edge stack update from git operation. Typically these are written to a http.Request.
func NewEdgeStackUpdateFromGitParams ¶
func NewEdgeStackUpdateFromGitParams() *EdgeStackUpdateFromGitParams
NewEdgeStackUpdateFromGitParams creates a new EdgeStackUpdateFromGitParams 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 NewEdgeStackUpdateFromGitParamsWithContext ¶
func NewEdgeStackUpdateFromGitParamsWithContext(ctx context.Context) *EdgeStackUpdateFromGitParams
NewEdgeStackUpdateFromGitParamsWithContext creates a new EdgeStackUpdateFromGitParams object with the ability to set a context for a request.
func NewEdgeStackUpdateFromGitParamsWithHTTPClient ¶
func NewEdgeStackUpdateFromGitParamsWithHTTPClient(client *http.Client) *EdgeStackUpdateFromGitParams
NewEdgeStackUpdateFromGitParamsWithHTTPClient creates a new EdgeStackUpdateFromGitParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeStackUpdateFromGitParamsWithTimeout ¶
func NewEdgeStackUpdateFromGitParamsWithTimeout(timeout time.Duration) *EdgeStackUpdateFromGitParams
NewEdgeStackUpdateFromGitParamsWithTimeout creates a new EdgeStackUpdateFromGitParams object with the ability to set a timeout on a request.
func (*EdgeStackUpdateFromGitParams) SetBody ¶
func (o *EdgeStackUpdateFromGitParams) SetBody(body *models.EdgestacksStackGitUpdatePayload)
SetBody adds the body to the edge stack update from git params
func (*EdgeStackUpdateFromGitParams) SetContext ¶
func (o *EdgeStackUpdateFromGitParams) SetContext(ctx context.Context)
SetContext adds the context to the edge stack update from git params
func (*EdgeStackUpdateFromGitParams) SetDefaults ¶
func (o *EdgeStackUpdateFromGitParams) SetDefaults()
SetDefaults hydrates default values in the edge stack update from git params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackUpdateFromGitParams) SetHTTPClient ¶
func (o *EdgeStackUpdateFromGitParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge stack update from git params
func (*EdgeStackUpdateFromGitParams) SetID ¶
func (o *EdgeStackUpdateFromGitParams) SetID(id int64)
SetID adds the id to the edge stack update from git params
func (*EdgeStackUpdateFromGitParams) SetTimeout ¶
func (o *EdgeStackUpdateFromGitParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge stack update from git params
func (*EdgeStackUpdateFromGitParams) WithBody ¶
func (o *EdgeStackUpdateFromGitParams) WithBody(body *models.EdgestacksStackGitUpdatePayload) *EdgeStackUpdateFromGitParams
WithBody adds the body to the edge stack update from git params
func (*EdgeStackUpdateFromGitParams) WithContext ¶
func (o *EdgeStackUpdateFromGitParams) WithContext(ctx context.Context) *EdgeStackUpdateFromGitParams
WithContext adds the context to the edge stack update from git params
func (*EdgeStackUpdateFromGitParams) WithDefaults ¶
func (o *EdgeStackUpdateFromGitParams) WithDefaults() *EdgeStackUpdateFromGitParams
WithDefaults hydrates default values in the edge stack update from git params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackUpdateFromGitParams) WithHTTPClient ¶
func (o *EdgeStackUpdateFromGitParams) WithHTTPClient(client *http.Client) *EdgeStackUpdateFromGitParams
WithHTTPClient adds the HTTPClient to the edge stack update from git params
func (*EdgeStackUpdateFromGitParams) WithID ¶
func (o *EdgeStackUpdateFromGitParams) WithID(id int64) *EdgeStackUpdateFromGitParams
WithID adds the id to the edge stack update from git params
func (*EdgeStackUpdateFromGitParams) WithTimeout ¶
func (o *EdgeStackUpdateFromGitParams) WithTimeout(timeout time.Duration) *EdgeStackUpdateFromGitParams
WithTimeout adds the timeout to the edge stack update from git params
func (*EdgeStackUpdateFromGitParams) WriteToRequest ¶
func (o *EdgeStackUpdateFromGitParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeStackUpdateFromGitReader ¶
type EdgeStackUpdateFromGitReader struct {
// contains filtered or unexported fields
}
EdgeStackUpdateFromGitReader is a Reader for the EdgeStackUpdateFromGit structure.
func (*EdgeStackUpdateFromGitReader) ReadResponse ¶
func (o *EdgeStackUpdateFromGitReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EdgeStackUpdateInternalServerError ¶
type EdgeStackUpdateInternalServerError struct {
}
EdgeStackUpdateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewEdgeStackUpdateInternalServerError ¶
func NewEdgeStackUpdateInternalServerError() *EdgeStackUpdateInternalServerError
NewEdgeStackUpdateInternalServerError creates a EdgeStackUpdateInternalServerError with default headers values
func (*EdgeStackUpdateInternalServerError) Code ¶
func (o *EdgeStackUpdateInternalServerError) Code() int
Code gets the status code for the edge stack update internal server error response
func (*EdgeStackUpdateInternalServerError) Error ¶
func (o *EdgeStackUpdateInternalServerError) Error() string
func (*EdgeStackUpdateInternalServerError) IsClientError ¶
func (o *EdgeStackUpdateInternalServerError) IsClientError() bool
IsClientError returns true when this edge stack update internal server error response has a 4xx status code
func (*EdgeStackUpdateInternalServerError) IsCode ¶
func (o *EdgeStackUpdateInternalServerError) IsCode(code int) bool
IsCode returns true when this edge stack update internal server error response a status code equal to that given
func (*EdgeStackUpdateInternalServerError) IsRedirect ¶
func (o *EdgeStackUpdateInternalServerError) IsRedirect() bool
IsRedirect returns true when this edge stack update internal server error response has a 3xx status code
func (*EdgeStackUpdateInternalServerError) IsServerError ¶
func (o *EdgeStackUpdateInternalServerError) IsServerError() bool
IsServerError returns true when this edge stack update internal server error response has a 5xx status code
func (*EdgeStackUpdateInternalServerError) IsSuccess ¶
func (o *EdgeStackUpdateInternalServerError) IsSuccess() bool
IsSuccess returns true when this edge stack update internal server error response has a 2xx status code
func (*EdgeStackUpdateInternalServerError) String ¶
func (o *EdgeStackUpdateInternalServerError) String() string
type EdgeStackUpdateOK ¶
type EdgeStackUpdateOK struct {
Payload *models.PortainereeEdgeStack
}
EdgeStackUpdateOK describes a response with status code 200, with default header values.
OK
func NewEdgeStackUpdateOK ¶
func NewEdgeStackUpdateOK() *EdgeStackUpdateOK
NewEdgeStackUpdateOK creates a EdgeStackUpdateOK with default headers values
func (*EdgeStackUpdateOK) Code ¶
func (o *EdgeStackUpdateOK) Code() int
Code gets the status code for the edge stack update o k response
func (*EdgeStackUpdateOK) Error ¶
func (o *EdgeStackUpdateOK) Error() string
func (*EdgeStackUpdateOK) GetPayload ¶
func (o *EdgeStackUpdateOK) GetPayload() *models.PortainereeEdgeStack
func (*EdgeStackUpdateOK) IsClientError ¶
func (o *EdgeStackUpdateOK) IsClientError() bool
IsClientError returns true when this edge stack update o k response has a 4xx status code
func (*EdgeStackUpdateOK) IsCode ¶
func (o *EdgeStackUpdateOK) IsCode(code int) bool
IsCode returns true when this edge stack update o k response a status code equal to that given
func (*EdgeStackUpdateOK) IsRedirect ¶
func (o *EdgeStackUpdateOK) IsRedirect() bool
IsRedirect returns true when this edge stack update o k response has a 3xx status code
func (*EdgeStackUpdateOK) IsServerError ¶
func (o *EdgeStackUpdateOK) IsServerError() bool
IsServerError returns true when this edge stack update o k response has a 5xx status code
func (*EdgeStackUpdateOK) IsSuccess ¶
func (o *EdgeStackUpdateOK) IsSuccess() bool
IsSuccess returns true when this edge stack update o k response has a 2xx status code
func (*EdgeStackUpdateOK) String ¶
func (o *EdgeStackUpdateOK) String() string
type EdgeStackUpdateParams ¶
type EdgeStackUpdateParams struct {
/* Body.
EdgeStack data
*/
Body *models.EdgestacksUpdateEdgeStackPayload
/* ID.
EdgeStack Id
*/
ID int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeStackUpdateParams contains all the parameters to send to the API endpoint
for the edge stack update operation. Typically these are written to a http.Request.
func NewEdgeStackUpdateParams ¶
func NewEdgeStackUpdateParams() *EdgeStackUpdateParams
NewEdgeStackUpdateParams creates a new EdgeStackUpdateParams 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 NewEdgeStackUpdateParamsWithContext ¶
func NewEdgeStackUpdateParamsWithContext(ctx context.Context) *EdgeStackUpdateParams
NewEdgeStackUpdateParamsWithContext creates a new EdgeStackUpdateParams object with the ability to set a context for a request.
func NewEdgeStackUpdateParamsWithHTTPClient ¶
func NewEdgeStackUpdateParamsWithHTTPClient(client *http.Client) *EdgeStackUpdateParams
NewEdgeStackUpdateParamsWithHTTPClient creates a new EdgeStackUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeStackUpdateParamsWithTimeout ¶
func NewEdgeStackUpdateParamsWithTimeout(timeout time.Duration) *EdgeStackUpdateParams
NewEdgeStackUpdateParamsWithTimeout creates a new EdgeStackUpdateParams object with the ability to set a timeout on a request.
func (*EdgeStackUpdateParams) SetBody ¶
func (o *EdgeStackUpdateParams) SetBody(body *models.EdgestacksUpdateEdgeStackPayload)
SetBody adds the body to the edge stack update params
func (*EdgeStackUpdateParams) SetContext ¶
func (o *EdgeStackUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the edge stack update params
func (*EdgeStackUpdateParams) SetDefaults ¶
func (o *EdgeStackUpdateParams) SetDefaults()
SetDefaults hydrates default values in the edge stack update params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackUpdateParams) SetHTTPClient ¶
func (o *EdgeStackUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge stack update params
func (*EdgeStackUpdateParams) SetID ¶
func (o *EdgeStackUpdateParams) SetID(id int64)
SetID adds the id to the edge stack update params
func (*EdgeStackUpdateParams) SetTimeout ¶
func (o *EdgeStackUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge stack update params
func (*EdgeStackUpdateParams) WithBody ¶
func (o *EdgeStackUpdateParams) WithBody(body *models.EdgestacksUpdateEdgeStackPayload) *EdgeStackUpdateParams
WithBody adds the body to the edge stack update params
func (*EdgeStackUpdateParams) WithContext ¶
func (o *EdgeStackUpdateParams) WithContext(ctx context.Context) *EdgeStackUpdateParams
WithContext adds the context to the edge stack update params
func (*EdgeStackUpdateParams) WithDefaults ¶
func (o *EdgeStackUpdateParams) WithDefaults() *EdgeStackUpdateParams
WithDefaults hydrates default values in the edge stack update params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeStackUpdateParams) WithHTTPClient ¶
func (o *EdgeStackUpdateParams) WithHTTPClient(client *http.Client) *EdgeStackUpdateParams
WithHTTPClient adds the HTTPClient to the edge stack update params
func (*EdgeStackUpdateParams) WithID ¶
func (o *EdgeStackUpdateParams) WithID(id int64) *EdgeStackUpdateParams
WithID adds the id to the edge stack update params
func (*EdgeStackUpdateParams) WithTimeout ¶
func (o *EdgeStackUpdateParams) WithTimeout(timeout time.Duration) *EdgeStackUpdateParams
WithTimeout adds the timeout to the edge stack update params
func (*EdgeStackUpdateParams) WriteToRequest ¶
func (o *EdgeStackUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeStackUpdateReader ¶
type EdgeStackUpdateReader struct {
// contains filtered or unexported fields
}
EdgeStackUpdateReader is a Reader for the EdgeStackUpdate structure.
func (*EdgeStackUpdateReader) ReadResponse ¶
func (o *EdgeStackUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EdgeStackUpdateServiceUnavailable ¶
type EdgeStackUpdateServiceUnavailable struct {
}
EdgeStackUpdateServiceUnavailable describes a response with status code 503, with default header values.
Edge compute features are disabled
func NewEdgeStackUpdateServiceUnavailable ¶
func NewEdgeStackUpdateServiceUnavailable() *EdgeStackUpdateServiceUnavailable
NewEdgeStackUpdateServiceUnavailable creates a EdgeStackUpdateServiceUnavailable with default headers values
func (*EdgeStackUpdateServiceUnavailable) Code ¶
func (o *EdgeStackUpdateServiceUnavailable) Code() int
Code gets the status code for the edge stack update service unavailable response
func (*EdgeStackUpdateServiceUnavailable) Error ¶
func (o *EdgeStackUpdateServiceUnavailable) Error() string
func (*EdgeStackUpdateServiceUnavailable) IsClientError ¶
func (o *EdgeStackUpdateServiceUnavailable) IsClientError() bool
IsClientError returns true when this edge stack update service unavailable response has a 4xx status code
func (*EdgeStackUpdateServiceUnavailable) IsCode ¶
func (o *EdgeStackUpdateServiceUnavailable) IsCode(code int) bool
IsCode returns true when this edge stack update service unavailable response a status code equal to that given
func (*EdgeStackUpdateServiceUnavailable) IsRedirect ¶
func (o *EdgeStackUpdateServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this edge stack update service unavailable response has a 3xx status code
func (*EdgeStackUpdateServiceUnavailable) IsServerError ¶
func (o *EdgeStackUpdateServiceUnavailable) IsServerError() bool
IsServerError returns true when this edge stack update service unavailable response has a 5xx status code
func (*EdgeStackUpdateServiceUnavailable) IsSuccess ¶
func (o *EdgeStackUpdateServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this edge stack update service unavailable response has a 2xx status code
func (*EdgeStackUpdateServiceUnavailable) String ¶
func (o *EdgeStackUpdateServiceUnavailable) String() string
Source Files
¶
- edge_stack_create_file_parameters.go
- edge_stack_create_file_responses.go
- edge_stack_create_repository_parameters.go
- edge_stack_create_repository_responses.go
- edge_stack_create_string_parameters.go
- edge_stack_create_string_responses.go
- edge_stack_delete_parameters.go
- edge_stack_delete_responses.go
- edge_stack_file_parameters.go
- edge_stack_file_responses.go
- edge_stack_inspect_parameters.go
- edge_stack_inspect_responses.go
- edge_stack_list_parameters.go
- edge_stack_list_responses.go
- edge_stack_logs_collect_parameters.go
- edge_stack_logs_collect_responses.go
- edge_stack_logs_delete_parameters.go
- edge_stack_logs_delete_responses.go
- edge_stack_logs_download_parameters.go
- edge_stack_logs_download_responses.go
- edge_stack_logs_status_get_parameters.go
- edge_stack_logs_status_get_responses.go
- edge_stack_parse_registries_parameters.go
- edge_stack_parse_registries_responses.go
- edge_stack_stagger_status_inspect_parameters.go
- edge_stack_stagger_status_inspect_responses.go
- edge_stack_status_update_parameters.go
- edge_stack_status_update_responses.go
- edge_stack_update_from_git_parameters.go
- edge_stack_update_from_git_responses.go
- edge_stack_update_parameters.go
- edge_stack_update_responses.go
- edge_stacks_client.go