edge_stacks

package
v2.31.2 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2025 License: MIT Imports: 12 Imported by: 0

Documentation

Index

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

Code gets the status code for the edge stack create file bad request response

func (*EdgeStackCreateFileBadRequest) Error

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

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

Code gets the status code for the edge stack create file internal server error response

func (*EdgeStackCreateFileInternalServerError) Error

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

IsCode returns true when this edge stack create file internal server error response a status code equal to that given

func (*EdgeStackCreateFileInternalServerError) IsRedirect

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

IsSuccess returns true when this edge stack create file internal server error response has a 2xx status code

func (*EdgeStackCreateFileInternalServerError) 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 (*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

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

WithContext adds the context to the edge stack create file params

func (*EdgeStackCreateFileParams) WithDefaults

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

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

WithEnvVars adds the envVars to the edge stack create file params

func (*EdgeStackCreateFileParams) WithFile

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

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

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

WithWebhook adds the webhook to the edge stack create file params

func (*EdgeStackCreateFileParams) WriteToRequest

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

Code gets the status code for the edge stack create file service unavailable response

func (*EdgeStackCreateFileServiceUnavailable) Error

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

IsCode returns true when this edge stack create file service unavailable response a status code equal to that given

func (*EdgeStackCreateFileServiceUnavailable) IsRedirect

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

IsSuccess returns true when this edge stack create file service unavailable response has a 2xx status code

func (*EdgeStackCreateFileServiceUnavailable) 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

Code gets the status code for the edge stack create repository bad request response

func (*EdgeStackCreateRepositoryBadRequest) Error

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

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

IsSuccess returns true when this edge stack create repository bad request response has a 2xx status code

func (*EdgeStackCreateRepositoryBadRequest) 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

Code gets the status code for the edge stack create repository conflict response

func (*EdgeStackCreateRepositoryConflict) Error

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

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

Code gets the status code for the edge stack create repository internal server error response

func (*EdgeStackCreateRepositoryInternalServerError) Error

func (*EdgeStackCreateRepositoryInternalServerError) IsClientError

IsClientError returns true when this edge stack create repository internal server error response has a 4xx status code

func (*EdgeStackCreateRepositoryInternalServerError) IsCode

IsCode returns true when this edge stack create repository internal server error response a status code equal to that given

func (*EdgeStackCreateRepositoryInternalServerError) IsRedirect

IsRedirect returns true when this edge stack create repository internal server error response has a 3xx status code

func (*EdgeStackCreateRepositoryInternalServerError) IsServerError

IsServerError returns true when this edge stack create repository internal server error response has a 5xx status code

func (*EdgeStackCreateRepositoryInternalServerError) IsSuccess

IsSuccess returns true when this edge stack create repository internal server error response has a 2xx status code

func (*EdgeStackCreateRepositoryInternalServerError) 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 (*EdgeStackCreateRepositoryOK) GetPayload

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

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

WithBody adds the body to the edge stack create repository params

func (*EdgeStackCreateRepositoryParams) WithContext

WithContext adds the context to the edge stack create repository params

func (*EdgeStackCreateRepositoryParams) WithDefaults

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

WithDryrun adds the dryrun to the edge stack create repository params

func (*EdgeStackCreateRepositoryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge stack create repository params

func (*EdgeStackCreateRepositoryParams) WithTimeout

WithTimeout adds the timeout to the edge stack create repository params

func (*EdgeStackCreateRepositoryParams) WriteToRequest

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

Code gets the status code for the edge stack create repository service unavailable response

func (*EdgeStackCreateRepositoryServiceUnavailable) Error

func (*EdgeStackCreateRepositoryServiceUnavailable) IsClientError

IsClientError returns true when this edge stack create repository service unavailable response has a 4xx status code

func (*EdgeStackCreateRepositoryServiceUnavailable) IsCode

IsCode returns true when this edge stack create repository service unavailable response a status code equal to that given

func (*EdgeStackCreateRepositoryServiceUnavailable) IsRedirect

IsRedirect returns true when this edge stack create repository service unavailable response has a 3xx status code

func (*EdgeStackCreateRepositoryServiceUnavailable) IsServerError

IsServerError returns true when this edge stack create repository service unavailable response has a 5xx status code

func (*EdgeStackCreateRepositoryServiceUnavailable) IsSuccess

IsSuccess returns true when this edge stack create repository service unavailable response has a 2xx status code

func (*EdgeStackCreateRepositoryServiceUnavailable) 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

Code gets the status code for the edge stack create string bad request response

func (*EdgeStackCreateStringBadRequest) Error

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

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

Code gets the status code for the edge stack create string internal server error response

func (*EdgeStackCreateStringInternalServerError) Error

func (*EdgeStackCreateStringInternalServerError) IsClientError

IsClientError returns true when this edge stack create string internal server error response has a 4xx status code

func (*EdgeStackCreateStringInternalServerError) IsCode

IsCode returns true when this edge stack create string internal server error response a status code equal to that given

func (*EdgeStackCreateStringInternalServerError) IsRedirect

IsRedirect returns true when this edge stack create string internal server error response has a 3xx status code

func (*EdgeStackCreateStringInternalServerError) IsServerError

IsServerError returns true when this edge stack create string internal server error response has a 5xx status code

func (*EdgeStackCreateStringInternalServerError) IsSuccess

IsSuccess returns true when this edge stack create string internal server error response has a 2xx status code

func (*EdgeStackCreateStringInternalServerError) 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 (*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

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

WithBody adds the body to the edge stack create string params

func (*EdgeStackCreateStringParams) WithContext

WithContext adds the context to the edge stack create string params

func (*EdgeStackCreateStringParams) WithDefaults

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

WithDryrun adds the dryrun to the edge stack create string params

func (*EdgeStackCreateStringParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge stack create string params

func (*EdgeStackCreateStringParams) WithTimeout

WithTimeout adds the timeout to the edge stack create string params

func (*EdgeStackCreateStringParams) WriteToRequest

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

Code gets the status code for the edge stack create string service unavailable response

func (*EdgeStackCreateStringServiceUnavailable) Error

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

IsCode returns true when this edge stack create string service unavailable response a status code equal to that given

func (*EdgeStackCreateStringServiceUnavailable) IsRedirect

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

IsSuccess returns true when this edge stack create string service unavailable response has a 2xx status code

func (*EdgeStackCreateStringServiceUnavailable) 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

Code gets the status code for the edge stack delete internal server error response

func (*EdgeStackDeleteInternalServerError) Error

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

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

IsSuccess returns true when this edge stack delete internal server error response has a 2xx status code

func (*EdgeStackDeleteInternalServerError) 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

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

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

Code gets the status code for the edge stack delete service unavailable response

func (*EdgeStackDeleteServiceUnavailable) Error

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

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

Code gets the status code for the edge stack file internal server error response

func (*EdgeStackFileInternalServerError) Error

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

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 (*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

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

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

Code gets the status code for the edge stack file service unavailable response

func (*EdgeStackFileServiceUnavailable) Error

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

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 (*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

Code gets the status code for the edge stack inspect internal server error response

func (*EdgeStackInspectInternalServerError) Error

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

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

IsSuccess returns true when this edge stack inspect internal server error response has a 2xx status code

func (*EdgeStackInspectInternalServerError) 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 (*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

WithContext adds the context to the edge stack inspect params

func (*EdgeStackInspectParams) WithDefaults

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

WithID adds the id to the edge stack inspect params

func (*EdgeStackInspectParams) WithTimeout

WithTimeout adds the timeout to the edge stack inspect params

func (*EdgeStackInspectParams) WriteToRequest

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

Code gets the status code for the edge stack inspect service unavailable response

func (*EdgeStackInspectServiceUnavailable) Error

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

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

IsSuccess returns true when this edge stack inspect service unavailable response has a 2xx status code

func (*EdgeStackInspectServiceUnavailable) 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

Code gets the status code for the edge stack list internal server error response

func (*EdgeStackListInternalServerError) Error

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

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

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

Code gets the status code for the edge stack list service unavailable response

func (*EdgeStackListServiceUnavailable) Error

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

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

Code gets the status code for the edge stack logs collect bad request response

func (*EdgeStackLogsCollectBadRequest) Error

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

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

Code gets the status code for the edge stack logs collect internal server error response

func (*EdgeStackLogsCollectInternalServerError) Error

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

IsCode returns true when this edge stack logs collect internal server error response a status code equal to that given

func (*EdgeStackLogsCollectInternalServerError) IsRedirect

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

IsSuccess returns true when this edge stack logs collect internal server error response has a 2xx status code

func (*EdgeStackLogsCollectInternalServerError) 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

Code gets the status code for the edge stack logs collect no content response

func (*EdgeStackLogsCollectNoContent) Error

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

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

Code gets the status code for the edge stack logs collect not found response

func (*EdgeStackLogsCollectNotFound) Error

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

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

WithContext adds the context to the edge stack logs collect params

func (*EdgeStackLogsCollectParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the edge stack logs collect params

func (*EdgeStackLogsCollectParams) WithID

WithID adds the id to the edge stack logs collect params

func (*EdgeStackLogsCollectParams) WithSince added in v2.30.0

WithSince adds the since to the edge stack logs collect params

func (*EdgeStackLogsCollectParams) WithTail

WithTail adds the tail to the edge stack logs collect params

func (*EdgeStackLogsCollectParams) WithTimeout

WithTimeout adds the timeout to the edge stack logs collect params

func (*EdgeStackLogsCollectParams) WithUntil added in v2.30.0

WithUntil adds the until to the edge stack logs collect params

func (*EdgeStackLogsCollectParams) WriteToRequest

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

Code gets the status code for the edge stack logs collect service unavailable response

func (*EdgeStackLogsCollectServiceUnavailable) Error

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

IsCode returns true when this edge stack logs collect service unavailable response a status code equal to that given

func (*EdgeStackLogsCollectServiceUnavailable) IsRedirect

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

IsSuccess returns true when this edge stack logs collect service unavailable response has a 2xx status code

func (*EdgeStackLogsCollectServiceUnavailable) 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

Code gets the status code for the edge stack logs delete bad request response

func (*EdgeStackLogsDeleteBadRequest) Error

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

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

Code gets the status code for the edge stack logs delete no content response

func (*EdgeStackLogsDeleteNoContent) Error

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

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

WithContext adds the context to the edge stack logs delete params

func (*EdgeStackLogsDeleteParams) WithDefaults

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

WithID adds the id to the edge stack logs delete params

func (*EdgeStackLogsDeleteParams) WithTimeout

WithTimeout adds the timeout to the edge stack logs delete params

func (*EdgeStackLogsDeleteParams) WriteToRequest

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

Code gets the status code for the edge stack logs delete service unavailable response

func (*EdgeStackLogsDeleteServiceUnavailable) Error

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

IsCode returns true when this edge stack logs delete service unavailable response a status code equal to that given

func (*EdgeStackLogsDeleteServiceUnavailable) IsRedirect

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

IsSuccess returns true when this edge stack logs delete service unavailable response has a 2xx status code

func (*EdgeStackLogsDeleteServiceUnavailable) 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

Code gets the status code for the edge stack logs download bad request response

func (*EdgeStackLogsDownloadBadRequest) Error

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

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

Code gets the status code for the edge stack logs download internal server error response

func (*EdgeStackLogsDownloadInternalServerError) Error

func (*EdgeStackLogsDownloadInternalServerError) IsClientError

IsClientError returns true when this edge stack logs download internal server error response has a 4xx status code

func (*EdgeStackLogsDownloadInternalServerError) IsCode

IsCode returns true when this edge stack logs download internal server error response a status code equal to that given

func (*EdgeStackLogsDownloadInternalServerError) IsRedirect

IsRedirect returns true when this edge stack logs download internal server error response has a 3xx status code

func (*EdgeStackLogsDownloadInternalServerError) IsServerError

IsServerError returns true when this edge stack logs download internal server error response has a 5xx status code

func (*EdgeStackLogsDownloadInternalServerError) IsSuccess

IsSuccess returns true when this edge stack logs download internal server error response has a 2xx status code

func (*EdgeStackLogsDownloadInternalServerError) 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

Code gets the status code for the edge stack logs download not found response

func (*EdgeStackLogsDownloadNotFound) Error

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

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

WithContext adds the context to the edge stack logs download params

func (*EdgeStackLogsDownloadParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the edge stack logs download params

func (*EdgeStackLogsDownloadParams) WithID

WithID adds the id to the edge stack logs download params

func (*EdgeStackLogsDownloadParams) WithTimeout

WithTimeout adds the timeout to the edge stack logs download params

func (*EdgeStackLogsDownloadParams) WriteToRequest

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

Code gets the status code for the edge stack logs download service unavailable response

func (*EdgeStackLogsDownloadServiceUnavailable) Error

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

IsCode returns true when this edge stack logs download service unavailable response a status code equal to that given

func (*EdgeStackLogsDownloadServiceUnavailable) IsRedirect

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

IsSuccess returns true when this edge stack logs download service unavailable response has a 2xx status code

func (*EdgeStackLogsDownloadServiceUnavailable) 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

Code gets the status code for the edge stack logs status get bad request response

func (*EdgeStackLogsStatusGetBadRequest) Error

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

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

Code gets the status code for the edge stack logs status get internal server error response

func (*EdgeStackLogsStatusGetInternalServerError) Error

func (*EdgeStackLogsStatusGetInternalServerError) IsClientError

IsClientError returns true when this edge stack logs status get internal server error response has a 4xx status code

func (*EdgeStackLogsStatusGetInternalServerError) IsCode

IsCode returns true when this edge stack logs status get internal server error response a status code equal to that given

func (*EdgeStackLogsStatusGetInternalServerError) IsRedirect

IsRedirect returns true when this edge stack logs status get internal server error response has a 3xx status code

func (*EdgeStackLogsStatusGetInternalServerError) IsServerError

IsServerError returns true when this edge stack logs status get internal server error response has a 5xx status code

func (*EdgeStackLogsStatusGetInternalServerError) IsSuccess

IsSuccess returns true when this edge stack logs status get internal server error response has a 2xx status code

func (*EdgeStackLogsStatusGetInternalServerError) 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

WithContext adds the context to the edge stack logs status get params

func (*EdgeStackLogsStatusGetParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the edge stack logs status get params

func (*EdgeStackLogsStatusGetParams) WithID

WithID adds the id to the edge stack logs status get params

func (*EdgeStackLogsStatusGetParams) WithTimeout

WithTimeout adds the timeout to the edge stack logs status get params

func (*EdgeStackLogsStatusGetParams) WriteToRequest

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

Code gets the status code for the edge stack logs status get service unavailable response

func (*EdgeStackLogsStatusGetServiceUnavailable) Error

func (*EdgeStackLogsStatusGetServiceUnavailable) IsClientError

IsClientError returns true when this edge stack logs status get service unavailable response has a 4xx status code

func (*EdgeStackLogsStatusGetServiceUnavailable) IsCode

IsCode returns true when this edge stack logs status get service unavailable response a status code equal to that given

func (*EdgeStackLogsStatusGetServiceUnavailable) IsRedirect

IsRedirect returns true when this edge stack logs status get service unavailable response has a 3xx status code

func (*EdgeStackLogsStatusGetServiceUnavailable) IsServerError

IsServerError returns true when this edge stack logs status get service unavailable response has a 5xx status code

func (*EdgeStackLogsStatusGetServiceUnavailable) IsSuccess

IsSuccess returns true when this edge stack logs status get service unavailable response has a 2xx status code

func (*EdgeStackLogsStatusGetServiceUnavailable) 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

Code gets the status code for the edge stack parse registries bad request response

func (*EdgeStackParseRegistriesBadRequest) Error

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

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

IsSuccess returns true when this edge stack parse registries bad request response has a 2xx status code

func (*EdgeStackParseRegistriesBadRequest) 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

Code gets the status code for the edge stack parse registries internal server error response

func (*EdgeStackParseRegistriesInternalServerError) Error

func (*EdgeStackParseRegistriesInternalServerError) IsClientError

IsClientError returns true when this edge stack parse registries internal server error response has a 4xx status code

func (*EdgeStackParseRegistriesInternalServerError) IsCode

IsCode returns true when this edge stack parse registries internal server error response a status code equal to that given

func (*EdgeStackParseRegistriesInternalServerError) IsRedirect

IsRedirect returns true when this edge stack parse registries internal server error response has a 3xx status code

func (*EdgeStackParseRegistriesInternalServerError) IsServerError

IsServerError returns true when this edge stack parse registries internal server error response has a 5xx status code

func (*EdgeStackParseRegistriesInternalServerError) IsSuccess

IsSuccess returns true when this edge stack parse registries internal server error response has a 2xx status code

func (*EdgeStackParseRegistriesInternalServerError) 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 (*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

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

WithContext adds the context to the edge stack parse registries params

func (*EdgeStackParseRegistriesParams) WithDefaults

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

WithFile adds the file to the edge stack parse registries params

func (*EdgeStackParseRegistriesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge stack parse registries params

func (*EdgeStackParseRegistriesParams) WithTimeout

WithTimeout adds the timeout to the edge stack parse registries params

func (*EdgeStackParseRegistriesParams) WriteToRequest

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

Code gets the status code for the edge stack stagger status inspect bad request response

func (*EdgeStackStaggerStatusInspectBadRequest) Error

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

IsCode returns true when this edge stack stagger status inspect bad request response a status code equal to that given

func (*EdgeStackStaggerStatusInspectBadRequest) IsRedirect

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

IsSuccess returns true when this edge stack stagger status inspect bad request response has a 2xx status code

func (*EdgeStackStaggerStatusInspectBadRequest) 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

Code gets the status code for the edge stack stagger status inspect internal server error response

func (*EdgeStackStaggerStatusInspectInternalServerError) Error

func (*EdgeStackStaggerStatusInspectInternalServerError) IsClientError

IsClientError returns true when this edge stack stagger status inspect internal server error response has a 4xx status code

func (*EdgeStackStaggerStatusInspectInternalServerError) IsCode

IsCode returns true when this edge stack stagger status inspect internal server error response a status code equal to that given

func (*EdgeStackStaggerStatusInspectInternalServerError) IsRedirect

IsRedirect returns true when this edge stack stagger status inspect internal server error response has a 3xx status code

func (*EdgeStackStaggerStatusInspectInternalServerError) IsServerError

IsServerError returns true when this edge stack stagger status inspect internal server error response has a 5xx status code

func (*EdgeStackStaggerStatusInspectInternalServerError) IsSuccess

IsSuccess returns true when this edge stack stagger status inspect internal server error response has a 2xx status code

func (*EdgeStackStaggerStatusInspectInternalServerError) 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

Code gets the status code for the edge stack stagger status inspect o k response

func (*EdgeStackStaggerStatusInspectOK) Error

func (*EdgeStackStaggerStatusInspectOK) GetPayload

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

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

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

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

WithContext adds the context to the edge stack stagger status inspect params

func (*EdgeStackStaggerStatusInspectParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the edge stack stagger status inspect params

func (*EdgeStackStaggerStatusInspectParams) WithID

WithID adds the id to the edge stack stagger status inspect params

func (*EdgeStackStaggerStatusInspectParams) WithTimeout

WithTimeout adds the timeout to the edge stack stagger status inspect params

func (*EdgeStackStaggerStatusInspectParams) WriteToRequest

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

Code gets the status code for the edge stack stagger status inspect service unavailable response

func (*EdgeStackStaggerStatusInspectServiceUnavailable) Error

func (*EdgeStackStaggerStatusInspectServiceUnavailable) IsClientError

IsClientError returns true when this edge stack stagger status inspect service unavailable response has a 4xx status code

func (*EdgeStackStaggerStatusInspectServiceUnavailable) IsCode

IsCode returns true when this edge stack stagger status inspect service unavailable response a status code equal to that given

func (*EdgeStackStaggerStatusInspectServiceUnavailable) IsRedirect

IsRedirect returns true when this edge stack stagger status inspect service unavailable response has a 3xx status code

func (*EdgeStackStaggerStatusInspectServiceUnavailable) IsServerError

IsServerError returns true when this edge stack stagger status inspect service unavailable response has a 5xx status code

func (*EdgeStackStaggerStatusInspectServiceUnavailable) IsSuccess

IsSuccess returns true when this edge stack stagger status inspect service unavailable response has a 2xx status code

func (*EdgeStackStaggerStatusInspectServiceUnavailable) 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

Code gets the status code for the edge stack status update bad request response

func (*EdgeStackStatusUpdateBadRequest) Error

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

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

Code gets the status code for the edge stack status update forbidden response

func (*EdgeStackStatusUpdateForbidden) Error

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

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

Code gets the status code for the edge stack status update internal server error response

func (*EdgeStackStatusUpdateInternalServerError) Error

func (*EdgeStackStatusUpdateInternalServerError) IsClientError

IsClientError returns true when this edge stack status update internal server error response has a 4xx status code

func (*EdgeStackStatusUpdateInternalServerError) IsCode

IsCode returns true when this edge stack status update internal server error response a status code equal to that given

func (*EdgeStackStatusUpdateInternalServerError) IsRedirect

IsRedirect returns true when this edge stack status update internal server error response has a 3xx status code

func (*EdgeStackStatusUpdateInternalServerError) IsServerError

IsServerError returns true when this edge stack status update internal server error response has a 5xx status code

func (*EdgeStackStatusUpdateInternalServerError) IsSuccess

IsSuccess returns true when this edge stack status update internal server error response has a 2xx status code

func (*EdgeStackStatusUpdateInternalServerError) 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

Code gets the status code for the edge stack status update not found response

func (*EdgeStackStatusUpdateNotFound) Error

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

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 (*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

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

WithBody adds the body to the edge stack status update params

func (*EdgeStackStatusUpdateParams) WithContext

WithContext adds the context to the edge stack status update params

func (*EdgeStackStatusUpdateParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the edge stack status update params

func (*EdgeStackStatusUpdateParams) WithID

WithID adds the id to the edge stack status update params

func (*EdgeStackStatusUpdateParams) WithTimeout

WithTimeout adds the timeout to the edge stack status update params

func (*EdgeStackStatusUpdateParams) WriteToRequest

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

Code gets the status code for the edge stack update from git bad request response

func (*EdgeStackUpdateFromGitBadRequest) Error

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

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

Code gets the status code for the edge stack update from git forbidden response

func (*EdgeStackUpdateFromGitForbidden) Error

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

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

Code gets the status code for the edge stack update from git internal server error response

func (*EdgeStackUpdateFromGitInternalServerError) Error

func (*EdgeStackUpdateFromGitInternalServerError) IsClientError

IsClientError returns true when this edge stack update from git internal server error response has a 4xx status code

func (*EdgeStackUpdateFromGitInternalServerError) IsCode

IsCode returns true when this edge stack update from git internal server error response a status code equal to that given

func (*EdgeStackUpdateFromGitInternalServerError) IsRedirect

IsRedirect returns true when this edge stack update from git internal server error response has a 3xx status code

func (*EdgeStackUpdateFromGitInternalServerError) IsServerError

IsServerError returns true when this edge stack update from git internal server error response has a 5xx status code

func (*EdgeStackUpdateFromGitInternalServerError) IsSuccess

IsSuccess returns true when this edge stack update from git internal server error response has a 2xx status code

func (*EdgeStackUpdateFromGitInternalServerError) 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

Code gets the status code for the edge stack update from git no content response

func (*EdgeStackUpdateFromGitNoContent) Error

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

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

Code gets the status code for the edge stack update from git not found response

func (*EdgeStackUpdateFromGitNotFound) Error

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

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

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

WithBody adds the body to the edge stack update from git params

func (*EdgeStackUpdateFromGitParams) WithContext

WithContext adds the context to the edge stack update from git params

func (*EdgeStackUpdateFromGitParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the edge stack update from git params

func (*EdgeStackUpdateFromGitParams) WithID

WithID adds the id to the edge stack update from git params

func (*EdgeStackUpdateFromGitParams) WithTimeout

WithTimeout adds the timeout to the edge stack update from git params

func (*EdgeStackUpdateFromGitParams) WriteToRequest

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

Code gets the status code for the edge stack update internal server error response

func (*EdgeStackUpdateInternalServerError) Error

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

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

IsSuccess returns true when this edge stack update internal server error response has a 2xx status code

func (*EdgeStackUpdateInternalServerError) 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 (*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

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

WithBody adds the body to the edge stack update params

func (*EdgeStackUpdateParams) WithContext

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

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

Code gets the status code for the edge stack update service unavailable response

func (*EdgeStackUpdateServiceUnavailable) Error

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

Jump to

Keyboard shortcuts

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