Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateApp(params *CreateAppParams) (*CreateAppCreated, error)
- func (a *Client) DeleteApp(params *DeleteAppParams) (*DeleteAppOK, error)
- func (a *Client) EditApp(params *EditAppParams) (*EditAppOK, error)
- func (a *Client) GetApp(params *GetAppParams) (*GetAppOK, error)
- func (a *Client) GetAppEnv(params *GetAppEnvParams) (*GetAppEnvOK, error)
- func (a *Client) GetAppTraefikConfig(params *GetAppTraefikConfigParams) (*GetAppTraefikConfigOK, error)
- func (a *Client) GetPlugin(params *GetPluginParams) (*GetPluginOK, error)
- func (a *Client) GetRunConfig(params *GetRunConfigParams) (*GetRunConfigOK, error)
- func (a *Client) HealthCheck(params *HealthCheckParams) (*HealthCheckOK, error)
- func (a *Client) InstallPlugin(params *InstallPluginParams) (*InstallPluginCreated, error)
- func (a *Client) ListApps(params *ListAppsParams) (*ListAppsOK, error)
- func (a *Client) ListPlugins(params *ListPluginsParams) (*ListPluginsOK, error)
- func (a *Client) RemoveAppTraefikConfig(params *RemoveAppTraefikConfigParams) (*RemoveAppTraefikConfigOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) StartApp(params *StartAppParams) (*StartAppNoContent, error)
- func (a *Client) StopApp(params *StopAppParams) (*StopAppNoContent, error)
- func (a *Client) UninstallPlugin(params *UninstallPluginParams) (*UninstallPluginOK, error)
- func (a *Client) UpdateAppEnv(params *UpdateAppEnvParams) (*UpdateAppEnvOK, error)
- func (a *Client) UpdateAppTraefikConfig(params *UpdateAppTraefikConfigParams) (*UpdateAppTraefikConfigOK, error)
- func (a *Client) UpdateRunConfig(params *UpdateRunConfigParams) (*UpdateRunConfigOK, error)
- func (a *Client) UpgradeApp(params *UpgradeAppParams) (*UpgradeAppNoContent, error)
- type ClientService
- type CreateAppBadRequest
- type CreateAppCreated
- type CreateAppDefault
- type CreateAppParams
- func (o *CreateAppParams) SetApp(app *models.AppInput)
- func (o *CreateAppParams) SetContext(ctx context.Context)
- func (o *CreateAppParams) SetHTTPClient(client *http.Client)
- func (o *CreateAppParams) SetTimeout(timeout time.Duration)
- func (o *CreateAppParams) WithApp(app *models.AppInput) *CreateAppParams
- func (o *CreateAppParams) WithContext(ctx context.Context) *CreateAppParams
- func (o *CreateAppParams) WithHTTPClient(client *http.Client) *CreateAppParams
- func (o *CreateAppParams) WithTimeout(timeout time.Duration) *CreateAppParams
- func (o *CreateAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAppReader
- type DeleteAppDefault
- type DeleteAppNotFound
- type DeleteAppOK
- type DeleteAppParams
- func (o *DeleteAppParams) SetAppName(appName string)
- func (o *DeleteAppParams) SetContext(ctx context.Context)
- func (o *DeleteAppParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAppParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAppParams) WithAppName(appName string) *DeleteAppParams
- func (o *DeleteAppParams) WithContext(ctx context.Context) *DeleteAppParams
- func (o *DeleteAppParams) WithHTTPClient(client *http.Client) *DeleteAppParams
- func (o *DeleteAppParams) WithTimeout(timeout time.Duration) *DeleteAppParams
- func (o *DeleteAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAppReader
- type EditAppBadRequest
- type EditAppDefault
- type EditAppNotFound
- type EditAppOK
- type EditAppParams
- func (o *EditAppParams) SetAppName(appName string)
- func (o *EditAppParams) SetContext(ctx context.Context)
- func (o *EditAppParams) SetHTTPClient(client *http.Client)
- func (o *EditAppParams) SetNewApp(newApp *models.AppEdit)
- func (o *EditAppParams) SetTimeout(timeout time.Duration)
- func (o *EditAppParams) WithAppName(appName string) *EditAppParams
- func (o *EditAppParams) WithContext(ctx context.Context) *EditAppParams
- func (o *EditAppParams) WithHTTPClient(client *http.Client) *EditAppParams
- func (o *EditAppParams) WithNewApp(newApp *models.AppEdit) *EditAppParams
- func (o *EditAppParams) WithTimeout(timeout time.Duration) *EditAppParams
- func (o *EditAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EditAppReader
- type GetAppEnvDefault
- type GetAppEnvNotFound
- type GetAppEnvOK
- type GetAppEnvParams
- func (o *GetAppEnvParams) SetAppName(appName string)
- func (o *GetAppEnvParams) SetContext(ctx context.Context)
- func (o *GetAppEnvParams) SetHTTPClient(client *http.Client)
- func (o *GetAppEnvParams) SetTimeout(timeout time.Duration)
- func (o *GetAppEnvParams) WithAppName(appName string) *GetAppEnvParams
- func (o *GetAppEnvParams) WithContext(ctx context.Context) *GetAppEnvParams
- func (o *GetAppEnvParams) WithHTTPClient(client *http.Client) *GetAppEnvParams
- func (o *GetAppEnvParams) WithTimeout(timeout time.Duration) *GetAppEnvParams
- func (o *GetAppEnvParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAppEnvReader
- type GetAppNotFound
- type GetAppOK
- type GetAppParams
- func (o *GetAppParams) SetAppName(appName string)
- func (o *GetAppParams) SetContext(ctx context.Context)
- func (o *GetAppParams) SetHTTPClient(client *http.Client)
- func (o *GetAppParams) SetTimeout(timeout time.Duration)
- func (o *GetAppParams) WithAppName(appName string) *GetAppParams
- func (o *GetAppParams) WithContext(ctx context.Context) *GetAppParams
- func (o *GetAppParams) WithHTTPClient(client *http.Client) *GetAppParams
- func (o *GetAppParams) WithTimeout(timeout time.Duration) *GetAppParams
- func (o *GetAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAppReader
- type GetAppTraefikConfigBadRequest
- type GetAppTraefikConfigDefault
- type GetAppTraefikConfigNotFound
- type GetAppTraefikConfigOK
- type GetAppTraefikConfigParams
- func NewGetAppTraefikConfigParams() *GetAppTraefikConfigParams
- func NewGetAppTraefikConfigParamsWithContext(ctx context.Context) *GetAppTraefikConfigParams
- func NewGetAppTraefikConfigParamsWithHTTPClient(client *http.Client) *GetAppTraefikConfigParams
- func NewGetAppTraefikConfigParamsWithTimeout(timeout time.Duration) *GetAppTraefikConfigParams
- func (o *GetAppTraefikConfigParams) SetAppID(appID strfmt.UUID4)
- func (o *GetAppTraefikConfigParams) SetContext(ctx context.Context)
- func (o *GetAppTraefikConfigParams) SetHTTPClient(client *http.Client)
- func (o *GetAppTraefikConfigParams) SetTimeout(timeout time.Duration)
- func (o *GetAppTraefikConfigParams) WithAppID(appID strfmt.UUID4) *GetAppTraefikConfigParams
- func (o *GetAppTraefikConfigParams) WithContext(ctx context.Context) *GetAppTraefikConfigParams
- func (o *GetAppTraefikConfigParams) WithHTTPClient(client *http.Client) *GetAppTraefikConfigParams
- func (o *GetAppTraefikConfigParams) WithTimeout(timeout time.Duration) *GetAppTraefikConfigParams
- func (o *GetAppTraefikConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAppTraefikConfigReader
- type GetPluginDefault
- type GetPluginNotFound
- type GetPluginOK
- type GetPluginParams
- func (o *GetPluginParams) SetContext(ctx context.Context)
- func (o *GetPluginParams) SetHTTPClient(client *http.Client)
- func (o *GetPluginParams) SetPluginName(pluginName string)
- func (o *GetPluginParams) SetTimeout(timeout time.Duration)
- func (o *GetPluginParams) WithContext(ctx context.Context) *GetPluginParams
- func (o *GetPluginParams) WithHTTPClient(client *http.Client) *GetPluginParams
- func (o *GetPluginParams) WithPluginName(pluginName string) *GetPluginParams
- func (o *GetPluginParams) WithTimeout(timeout time.Duration) *GetPluginParams
- func (o *GetPluginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPluginReader
- type GetRunConfigDefault
- type GetRunConfigNotFound
- type GetRunConfigOK
- type GetRunConfigParams
- func (o *GetRunConfigParams) SetAppName(appName string)
- func (o *GetRunConfigParams) SetContext(ctx context.Context)
- func (o *GetRunConfigParams) SetHTTPClient(client *http.Client)
- func (o *GetRunConfigParams) SetTimeout(timeout time.Duration)
- func (o *GetRunConfigParams) WithAppName(appName string) *GetRunConfigParams
- func (o *GetRunConfigParams) WithContext(ctx context.Context) *GetRunConfigParams
- func (o *GetRunConfigParams) WithHTTPClient(client *http.Client) *GetRunConfigParams
- func (o *GetRunConfigParams) WithTimeout(timeout time.Duration) *GetRunConfigParams
- func (o *GetRunConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetRunConfigReader
- type HealthCheckOK
- type HealthCheckParams
- func (o *HealthCheckParams) SetContext(ctx context.Context)
- func (o *HealthCheckParams) SetHTTPClient(client *http.Client)
- func (o *HealthCheckParams) SetTimeout(timeout time.Duration)
- func (o *HealthCheckParams) WithContext(ctx context.Context) *HealthCheckParams
- func (o *HealthCheckParams) WithHTTPClient(client *http.Client) *HealthCheckParams
- func (o *HealthCheckParams) WithTimeout(timeout time.Duration) *HealthCheckParams
- func (o *HealthCheckParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type HealthCheckReader
- type InstallPluginCreated
- type InstallPluginDefault
- type InstallPluginParams
- func (o *InstallPluginParams) SetContext(ctx context.Context)
- func (o *InstallPluginParams) SetHTTPClient(client *http.Client)
- func (o *InstallPluginParams) SetPluginName(pluginName string)
- func (o *InstallPluginParams) SetTimeout(timeout time.Duration)
- func (o *InstallPluginParams) WithContext(ctx context.Context) *InstallPluginParams
- func (o *InstallPluginParams) WithHTTPClient(client *http.Client) *InstallPluginParams
- func (o *InstallPluginParams) WithPluginName(pluginName string) *InstallPluginParams
- func (o *InstallPluginParams) WithTimeout(timeout time.Duration) *InstallPluginParams
- func (o *InstallPluginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type InstallPluginReader
- type ListAppsDefault
- type ListAppsOK
- type ListAppsParams
- func (o *ListAppsParams) SetContext(ctx context.Context)
- func (o *ListAppsParams) SetHTTPClient(client *http.Client)
- func (o *ListAppsParams) SetHidden(hidden *bool)
- func (o *ListAppsParams) SetTimeout(timeout time.Duration)
- func (o *ListAppsParams) WithContext(ctx context.Context) *ListAppsParams
- func (o *ListAppsParams) WithHTTPClient(client *http.Client) *ListAppsParams
- func (o *ListAppsParams) WithHidden(hidden *bool) *ListAppsParams
- func (o *ListAppsParams) WithTimeout(timeout time.Duration) *ListAppsParams
- func (o *ListAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAppsReader
- type ListPluginsDefault
- type ListPluginsOK
- type ListPluginsParams
- func (o *ListPluginsParams) SetContext(ctx context.Context)
- func (o *ListPluginsParams) SetHTTPClient(client *http.Client)
- func (o *ListPluginsParams) SetTimeout(timeout time.Duration)
- func (o *ListPluginsParams) WithContext(ctx context.Context) *ListPluginsParams
- func (o *ListPluginsParams) WithHTTPClient(client *http.Client) *ListPluginsParams
- func (o *ListPluginsParams) WithTimeout(timeout time.Duration) *ListPluginsParams
- func (o *ListPluginsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListPluginsReader
- type RemoveAppTraefikConfigBadRequest
- type RemoveAppTraefikConfigDefault
- type RemoveAppTraefikConfigOK
- type RemoveAppTraefikConfigParams
- func NewRemoveAppTraefikConfigParams() *RemoveAppTraefikConfigParams
- func NewRemoveAppTraefikConfigParamsWithContext(ctx context.Context) *RemoveAppTraefikConfigParams
- func NewRemoveAppTraefikConfigParamsWithHTTPClient(client *http.Client) *RemoveAppTraefikConfigParams
- func NewRemoveAppTraefikConfigParamsWithTimeout(timeout time.Duration) *RemoveAppTraefikConfigParams
- func (o *RemoveAppTraefikConfigParams) SetAppID(appID strfmt.UUID4)
- func (o *RemoveAppTraefikConfigParams) SetContext(ctx context.Context)
- func (o *RemoveAppTraefikConfigParams) SetHTTPClient(client *http.Client)
- func (o *RemoveAppTraefikConfigParams) SetTimeout(timeout time.Duration)
- func (o *RemoveAppTraefikConfigParams) WithAppID(appID strfmt.UUID4) *RemoveAppTraefikConfigParams
- func (o *RemoveAppTraefikConfigParams) WithContext(ctx context.Context) *RemoveAppTraefikConfigParams
- func (o *RemoveAppTraefikConfigParams) WithHTTPClient(client *http.Client) *RemoveAppTraefikConfigParams
- func (o *RemoveAppTraefikConfigParams) WithTimeout(timeout time.Duration) *RemoveAppTraefikConfigParams
- func (o *RemoveAppTraefikConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RemoveAppTraefikConfigReader
- type StartAppDefault
- type StartAppNoContent
- type StartAppNotFound
- type StartAppParams
- func (o *StartAppParams) SetAppName(appName string)
- func (o *StartAppParams) SetContext(ctx context.Context)
- func (o *StartAppParams) SetHTTPClient(client *http.Client)
- func (o *StartAppParams) SetTimeout(timeout time.Duration)
- func (o *StartAppParams) WithAppName(appName string) *StartAppParams
- func (o *StartAppParams) WithContext(ctx context.Context) *StartAppParams
- func (o *StartAppParams) WithHTTPClient(client *http.Client) *StartAppParams
- func (o *StartAppParams) WithTimeout(timeout time.Duration) *StartAppParams
- func (o *StartAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StartAppReader
- type StopAppDefault
- type StopAppNoContent
- type StopAppNotFound
- type StopAppParams
- func (o *StopAppParams) SetAppName(appName string)
- func (o *StopAppParams) SetContext(ctx context.Context)
- func (o *StopAppParams) SetHTTPClient(client *http.Client)
- func (o *StopAppParams) SetTimeout(timeout time.Duration)
- func (o *StopAppParams) WithAppName(appName string) *StopAppParams
- func (o *StopAppParams) WithContext(ctx context.Context) *StopAppParams
- func (o *StopAppParams) WithHTTPClient(client *http.Client) *StopAppParams
- func (o *StopAppParams) WithTimeout(timeout time.Duration) *StopAppParams
- func (o *StopAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StopAppReader
- type UninstallPluginDefault
- type UninstallPluginOK
- type UninstallPluginParams
- func NewUninstallPluginParams() *UninstallPluginParams
- func NewUninstallPluginParamsWithContext(ctx context.Context) *UninstallPluginParams
- func NewUninstallPluginParamsWithHTTPClient(client *http.Client) *UninstallPluginParams
- func NewUninstallPluginParamsWithTimeout(timeout time.Duration) *UninstallPluginParams
- func (o *UninstallPluginParams) SetContext(ctx context.Context)
- func (o *UninstallPluginParams) SetHTTPClient(client *http.Client)
- func (o *UninstallPluginParams) SetPluginName(pluginName string)
- func (o *UninstallPluginParams) SetTimeout(timeout time.Duration)
- func (o *UninstallPluginParams) WithContext(ctx context.Context) *UninstallPluginParams
- func (o *UninstallPluginParams) WithHTTPClient(client *http.Client) *UninstallPluginParams
- func (o *UninstallPluginParams) WithPluginName(pluginName string) *UninstallPluginParams
- func (o *UninstallPluginParams) WithTimeout(timeout time.Duration) *UninstallPluginParams
- func (o *UninstallPluginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UninstallPluginReader
- type UpdateAppEnvBadRequest
- type UpdateAppEnvDefault
- type UpdateAppEnvNotFound
- type UpdateAppEnvOK
- type UpdateAppEnvParams
- func (o *UpdateAppEnvParams) SetAppName(appName string)
- func (o *UpdateAppEnvParams) SetContext(ctx context.Context)
- func (o *UpdateAppEnvParams) SetHTTPClient(client *http.Client)
- func (o *UpdateAppEnvParams) SetNewEnv(newEnv interface{})
- func (o *UpdateAppEnvParams) SetTimeout(timeout time.Duration)
- func (o *UpdateAppEnvParams) WithAppName(appName string) *UpdateAppEnvParams
- func (o *UpdateAppEnvParams) WithContext(ctx context.Context) *UpdateAppEnvParams
- func (o *UpdateAppEnvParams) WithHTTPClient(client *http.Client) *UpdateAppEnvParams
- func (o *UpdateAppEnvParams) WithNewEnv(newEnv interface{}) *UpdateAppEnvParams
- func (o *UpdateAppEnvParams) WithTimeout(timeout time.Duration) *UpdateAppEnvParams
- func (o *UpdateAppEnvParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateAppEnvReader
- type UpdateAppTraefikConfigBadRequest
- type UpdateAppTraefikConfigDefault
- type UpdateAppTraefikConfigOK
- type UpdateAppTraefikConfigParams
- func NewUpdateAppTraefikConfigParams() *UpdateAppTraefikConfigParams
- func NewUpdateAppTraefikConfigParamsWithContext(ctx context.Context) *UpdateAppTraefikConfigParams
- func NewUpdateAppTraefikConfigParamsWithHTTPClient(client *http.Client) *UpdateAppTraefikConfigParams
- func NewUpdateAppTraefikConfigParamsWithTimeout(timeout time.Duration) *UpdateAppTraefikConfigParams
- func (o *UpdateAppTraefikConfigParams) SetAppID(appID strfmt.UUID4)
- func (o *UpdateAppTraefikConfigParams) SetContext(ctx context.Context)
- func (o *UpdateAppTraefikConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdateAppTraefikConfigParams) SetNewTraefikConfig(newTraefikConfig *models.InputTraefikPluginConfig)
- func (o *UpdateAppTraefikConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdateAppTraefikConfigParams) WithAppID(appID strfmt.UUID4) *UpdateAppTraefikConfigParams
- func (o *UpdateAppTraefikConfigParams) WithContext(ctx context.Context) *UpdateAppTraefikConfigParams
- func (o *UpdateAppTraefikConfigParams) WithHTTPClient(client *http.Client) *UpdateAppTraefikConfigParams
- func (o *UpdateAppTraefikConfigParams) WithNewTraefikConfig(newTraefikConfig *models.InputTraefikPluginConfig) *UpdateAppTraefikConfigParams
- func (o *UpdateAppTraefikConfigParams) WithTimeout(timeout time.Duration) *UpdateAppTraefikConfigParams
- func (o *UpdateAppTraefikConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateAppTraefikConfigReader
- type UpdateRunConfigBadRequest
- type UpdateRunConfigDefault
- type UpdateRunConfigNotFound
- type UpdateRunConfigOK
- type UpdateRunConfigParams
- func NewUpdateRunConfigParams() *UpdateRunConfigParams
- func NewUpdateRunConfigParamsWithContext(ctx context.Context) *UpdateRunConfigParams
- func NewUpdateRunConfigParamsWithHTTPClient(client *http.Client) *UpdateRunConfigParams
- func NewUpdateRunConfigParamsWithTimeout(timeout time.Duration) *UpdateRunConfigParams
- func (o *UpdateRunConfigParams) SetAppName(appName string)
- func (o *UpdateRunConfigParams) SetContext(ctx context.Context)
- func (o *UpdateRunConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdateRunConfigParams) SetNewRunConfig(newRunConfig *models.InputRunConfig)
- func (o *UpdateRunConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdateRunConfigParams) WithAppName(appName string) *UpdateRunConfigParams
- func (o *UpdateRunConfigParams) WithContext(ctx context.Context) *UpdateRunConfigParams
- func (o *UpdateRunConfigParams) WithHTTPClient(client *http.Client) *UpdateRunConfigParams
- func (o *UpdateRunConfigParams) WithNewRunConfig(newRunConfig *models.InputRunConfig) *UpdateRunConfigParams
- func (o *UpdateRunConfigParams) WithTimeout(timeout time.Duration) *UpdateRunConfigParams
- func (o *UpdateRunConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateRunConfigReader
- type UpgradeAppBadRequest
- type UpgradeAppDefault
- type UpgradeAppNoContent
- type UpgradeAppNotFound
- type UpgradeAppParams
- func (o *UpgradeAppParams) SetAppName(appName string)
- func (o *UpgradeAppParams) SetContext(ctx context.Context)
- func (o *UpgradeAppParams) SetHTTPClient(client *http.Client)
- func (o *UpgradeAppParams) SetNewImage(newImage *string)
- func (o *UpgradeAppParams) SetTimeout(timeout time.Duration)
- func (o *UpgradeAppParams) WithAppName(appName string) *UpgradeAppParams
- func (o *UpgradeAppParams) WithContext(ctx context.Context) *UpgradeAppParams
- func (o *UpgradeAppParams) WithHTTPClient(client *http.Client) *UpgradeAppParams
- func (o *UpgradeAppParams) WithNewImage(newImage *string) *UpgradeAppParams
- func (o *UpgradeAppParams) WithTimeout(timeout time.Duration) *UpgradeAppParams
- func (o *UpgradeAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpgradeAppReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for operations API
func (*Client) CreateApp ¶
func (a *Client) CreateApp(params *CreateAppParams) (*CreateAppCreated, error)
CreateApp creates and start a new app
func (*Client) DeleteApp ¶
func (a *Client) DeleteApp(params *DeleteAppParams) (*DeleteAppOK, error)
DeleteApp stops and delete an app
func (*Client) EditApp ¶ added in v0.4.0
func (a *Client) EditApp(params *EditAppParams) (*EditAppOK, error)
EditApp edits the app details
func (*Client) GetApp ¶
func (a *Client) GetApp(params *GetAppParams) (*GetAppOK, error)
GetApp gets an app by name
func (*Client) GetAppEnv ¶
func (a *Client) GetAppEnv(params *GetAppEnvParams) (*GetAppEnvOK, error)
GetAppEnv gets an app s environment variables
func (*Client) GetAppTraefikConfig ¶ added in v0.4.0
func (a *Client) GetAppTraefikConfig(params *GetAppTraefikConfigParams) (*GetAppTraefikConfigOK, error)
GetAppTraefikConfig gets an app s routing config
func (*Client) GetPlugin ¶
func (a *Client) GetPlugin(params *GetPluginParams) (*GetPluginOK, error)
GetPlugin gets a plugin
func (*Client) GetRunConfig ¶ added in v0.4.0
func (a *Client) GetRunConfig(params *GetRunConfigParams) (*GetRunConfigOK, error)
GetRunConfig gets an app s current config
func (*Client) HealthCheck ¶ added in v0.4.0
func (a *Client) HealthCheck(params *HealthCheckParams) (*HealthCheckOK, error)
HealthCheck standards health check endpoint that checks all the service s statuses
func (*Client) InstallPlugin ¶
func (a *Client) InstallPlugin(params *InstallPluginParams) (*InstallPluginCreated, error)
InstallPlugin installs and start a plugin
func (*Client) ListApps ¶ added in v0.4.0
func (a *Client) ListApps(params *ListAppsParams) (*ListAppsOK, error)
ListApps lists all the running apps
func (*Client) ListPlugins ¶
func (a *Client) ListPlugins(params *ListPluginsParams) (*ListPluginsOK, error)
ListPlugins lists all available plugins and if they are installed
func (*Client) RemoveAppTraefikConfig ¶ added in v0.4.0
func (a *Client) RemoveAppTraefikConfig(params *RemoveAppTraefikConfigParams) (*RemoveAppTraefikConfigOK, error)
RemoveAppTraefikConfig removes an app s routing config
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) StartApp ¶
func (a *Client) StartApp(params *StartAppParams) (*StartAppNoContent, error)
StartApp starts the app
func (*Client) StopApp ¶
func (a *Client) StopApp(params *StopAppParams) (*StopAppNoContent, error)
StopApp stops the app
func (*Client) UninstallPlugin ¶
func (a *Client) UninstallPlugin(params *UninstallPluginParams) (*UninstallPluginOK, error)
UninstallPlugin stops and uninstall a plugin
func (*Client) UpdateAppEnv ¶
func (a *Client) UpdateAppEnv(params *UpdateAppEnvParams) (*UpdateAppEnvOK, error)
UpdateAppEnv updates an app s env
func (*Client) UpdateAppTraefikConfig ¶ added in v0.4.0
func (a *Client) UpdateAppTraefikConfig(params *UpdateAppTraefikConfigParams) (*UpdateAppTraefikConfigOK, error)
UpdateAppTraefikConfig updates an app s routing config
func (*Client) UpdateRunConfig ¶ added in v0.4.0
func (a *Client) UpdateRunConfig(params *UpdateRunConfigParams) (*UpdateRunConfigOK, error)
UpdateRunConfig updates an app s config
func (*Client) UpgradeApp ¶ added in v0.4.0
func (a *Client) UpgradeApp(params *UpgradeAppParams) (*UpgradeAppNoContent, error)
UpgradeApp pulls the app s image and restart it
type ClientService ¶
type ClientService interface { CreateApp(params *CreateAppParams) (*CreateAppCreated, error) DeleteApp(params *DeleteAppParams) (*DeleteAppOK, error) EditApp(params *EditAppParams) (*EditAppOK, error) GetApp(params *GetAppParams) (*GetAppOK, error) GetAppEnv(params *GetAppEnvParams) (*GetAppEnvOK, error) GetAppTraefikConfig(params *GetAppTraefikConfigParams) (*GetAppTraefikConfigOK, error) GetPlugin(params *GetPluginParams) (*GetPluginOK, error) GetRunConfig(params *GetRunConfigParams) (*GetRunConfigOK, error) HealthCheck(params *HealthCheckParams) (*HealthCheckOK, error) InstallPlugin(params *InstallPluginParams) (*InstallPluginCreated, error) ListApps(params *ListAppsParams) (*ListAppsOK, error) ListPlugins(params *ListPluginsParams) (*ListPluginsOK, error) RemoveAppTraefikConfig(params *RemoveAppTraefikConfigParams) (*RemoveAppTraefikConfigOK, error) StartApp(params *StartAppParams) (*StartAppNoContent, error) StopApp(params *StopAppParams) (*StopAppNoContent, error) UninstallPlugin(params *UninstallPluginParams) (*UninstallPluginOK, error) UpdateAppEnv(params *UpdateAppEnvParams) (*UpdateAppEnvOK, error) UpdateAppTraefikConfig(params *UpdateAppTraefikConfigParams) (*UpdateAppTraefikConfigOK, error) UpdateRunConfig(params *UpdateRunConfigParams) (*UpdateRunConfigOK, error) UpgradeApp(params *UpgradeAppParams) (*UpgradeAppNoContent, 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 operations API client.
type CreateAppBadRequest ¶
type CreateAppBadRequest struct {
Payload string
}
CreateAppBadRequest handles this case with default header values.
Bad Request
func NewCreateAppBadRequest ¶
func NewCreateAppBadRequest() *CreateAppBadRequest
NewCreateAppBadRequest creates a CreateAppBadRequest with default headers values
func (*CreateAppBadRequest) Error ¶
func (o *CreateAppBadRequest) Error() string
func (*CreateAppBadRequest) GetPayload ¶
func (o *CreateAppBadRequest) GetPayload() string
type CreateAppCreated ¶
CreateAppCreated handles this case with default header values.
Created
func NewCreateAppCreated ¶
func NewCreateAppCreated() *CreateAppCreated
NewCreateAppCreated creates a CreateAppCreated with default headers values
func (*CreateAppCreated) Error ¶
func (o *CreateAppCreated) Error() string
func (*CreateAppCreated) GetPayload ¶
func (o *CreateAppCreated) GetPayload() *models.App
type CreateAppDefault ¶
type CreateAppDefault struct { Payload string // contains filtered or unexported fields }
CreateAppDefault handles this case with default header values.
Unknown Error
func NewCreateAppDefault ¶
func NewCreateAppDefault(code int) *CreateAppDefault
NewCreateAppDefault creates a CreateAppDefault with default headers values
func (*CreateAppDefault) Code ¶
func (o *CreateAppDefault) Code() int
Code gets the status code for the create app default response
func (*CreateAppDefault) Error ¶
func (o *CreateAppDefault) Error() string
func (*CreateAppDefault) GetPayload ¶
func (o *CreateAppDefault) GetPayload() string
type CreateAppParams ¶
type CreateAppParams struct { /*App*/ App *models.AppInput Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateAppParams contains all the parameters to send to the API endpoint for the create app operation typically these are written to a http.Request
func NewCreateAppParams ¶
func NewCreateAppParams() *CreateAppParams
NewCreateAppParams creates a new CreateAppParams object with the default values initialized.
func NewCreateAppParamsWithContext ¶
func NewCreateAppParamsWithContext(ctx context.Context) *CreateAppParams
NewCreateAppParamsWithContext creates a new CreateAppParams object with the default values initialized, and the ability to set a context for a request
func NewCreateAppParamsWithHTTPClient ¶
func NewCreateAppParamsWithHTTPClient(client *http.Client) *CreateAppParams
NewCreateAppParamsWithHTTPClient creates a new CreateAppParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateAppParamsWithTimeout ¶
func NewCreateAppParamsWithTimeout(timeout time.Duration) *CreateAppParams
NewCreateAppParamsWithTimeout creates a new CreateAppParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateAppParams) SetApp ¶
func (o *CreateAppParams) SetApp(app *models.AppInput)
SetApp adds the app to the create app params
func (*CreateAppParams) SetContext ¶
func (o *CreateAppParams) SetContext(ctx context.Context)
SetContext adds the context to the create app params
func (*CreateAppParams) SetHTTPClient ¶
func (o *CreateAppParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create app params
func (*CreateAppParams) SetTimeout ¶
func (o *CreateAppParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create app params
func (*CreateAppParams) WithApp ¶
func (o *CreateAppParams) WithApp(app *models.AppInput) *CreateAppParams
WithApp adds the app to the create app params
func (*CreateAppParams) WithContext ¶
func (o *CreateAppParams) WithContext(ctx context.Context) *CreateAppParams
WithContext adds the context to the create app params
func (*CreateAppParams) WithHTTPClient ¶
func (o *CreateAppParams) WithHTTPClient(client *http.Client) *CreateAppParams
WithHTTPClient adds the HTTPClient to the create app params
func (*CreateAppParams) WithTimeout ¶
func (o *CreateAppParams) WithTimeout(timeout time.Duration) *CreateAppParams
WithTimeout adds the timeout to the create app params
func (*CreateAppParams) WriteToRequest ¶
func (o *CreateAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateAppReader ¶
type CreateAppReader struct {
// contains filtered or unexported fields
}
CreateAppReader is a Reader for the CreateApp structure.
func (*CreateAppReader) ReadResponse ¶
func (o *CreateAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAppDefault ¶
type DeleteAppDefault struct { Payload string // contains filtered or unexported fields }
DeleteAppDefault handles this case with default header values.
Unknown Error
func NewDeleteAppDefault ¶
func NewDeleteAppDefault(code int) *DeleteAppDefault
NewDeleteAppDefault creates a DeleteAppDefault with default headers values
func (*DeleteAppDefault) Code ¶
func (o *DeleteAppDefault) Code() int
Code gets the status code for the delete app default response
func (*DeleteAppDefault) Error ¶
func (o *DeleteAppDefault) Error() string
func (*DeleteAppDefault) GetPayload ¶
func (o *DeleteAppDefault) GetPayload() string
type DeleteAppNotFound ¶
type DeleteAppNotFound struct {
Payload string
}
DeleteAppNotFound handles this case with default header values.
Not Found
func NewDeleteAppNotFound ¶
func NewDeleteAppNotFound() *DeleteAppNotFound
NewDeleteAppNotFound creates a DeleteAppNotFound with default headers values
func (*DeleteAppNotFound) Error ¶
func (o *DeleteAppNotFound) Error() string
func (*DeleteAppNotFound) GetPayload ¶
func (o *DeleteAppNotFound) GetPayload() string
type DeleteAppOK ¶
DeleteAppOK handles this case with default header values.
OK
func NewDeleteAppOK ¶
func NewDeleteAppOK() *DeleteAppOK
NewDeleteAppOK creates a DeleteAppOK with default headers values
func (*DeleteAppOK) Error ¶
func (o *DeleteAppOK) Error() string
func (*DeleteAppOK) GetPayload ¶
func (o *DeleteAppOK) GetPayload() *models.App
type DeleteAppParams ¶
type DeleteAppParams struct { /*AppName App name from the `-a|--app` flag */ AppName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteAppParams contains all the parameters to send to the API endpoint for the delete app operation typically these are written to a http.Request
func NewDeleteAppParams ¶
func NewDeleteAppParams() *DeleteAppParams
NewDeleteAppParams creates a new DeleteAppParams object with the default values initialized.
func NewDeleteAppParamsWithContext ¶
func NewDeleteAppParamsWithContext(ctx context.Context) *DeleteAppParams
NewDeleteAppParamsWithContext creates a new DeleteAppParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteAppParamsWithHTTPClient ¶
func NewDeleteAppParamsWithHTTPClient(client *http.Client) *DeleteAppParams
NewDeleteAppParamsWithHTTPClient creates a new DeleteAppParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteAppParamsWithTimeout ¶
func NewDeleteAppParamsWithTimeout(timeout time.Duration) *DeleteAppParams
NewDeleteAppParamsWithTimeout creates a new DeleteAppParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteAppParams) SetAppName ¶
func (o *DeleteAppParams) SetAppName(appName string)
SetAppName adds the appName to the delete app params
func (*DeleteAppParams) SetContext ¶
func (o *DeleteAppParams) SetContext(ctx context.Context)
SetContext adds the context to the delete app params
func (*DeleteAppParams) SetHTTPClient ¶
func (o *DeleteAppParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete app params
func (*DeleteAppParams) SetTimeout ¶
func (o *DeleteAppParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete app params
func (*DeleteAppParams) WithAppName ¶
func (o *DeleteAppParams) WithAppName(appName string) *DeleteAppParams
WithAppName adds the appName to the delete app params
func (*DeleteAppParams) WithContext ¶
func (o *DeleteAppParams) WithContext(ctx context.Context) *DeleteAppParams
WithContext adds the context to the delete app params
func (*DeleteAppParams) WithHTTPClient ¶
func (o *DeleteAppParams) WithHTTPClient(client *http.Client) *DeleteAppParams
WithHTTPClient adds the HTTPClient to the delete app params
func (*DeleteAppParams) WithTimeout ¶
func (o *DeleteAppParams) WithTimeout(timeout time.Duration) *DeleteAppParams
WithTimeout adds the timeout to the delete app params
func (*DeleteAppParams) WriteToRequest ¶
func (o *DeleteAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAppReader ¶
type DeleteAppReader struct {
// contains filtered or unexported fields
}
DeleteAppReader is a Reader for the DeleteApp structure.
func (*DeleteAppReader) ReadResponse ¶
func (o *DeleteAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EditAppBadRequest ¶ added in v0.4.0
type EditAppBadRequest struct {
Payload string
}
EditAppBadRequest handles this case with default header values.
BadRequest
func NewEditAppBadRequest ¶ added in v0.4.0
func NewEditAppBadRequest() *EditAppBadRequest
NewEditAppBadRequest creates a EditAppBadRequest with default headers values
func (*EditAppBadRequest) Error ¶ added in v0.4.0
func (o *EditAppBadRequest) Error() string
func (*EditAppBadRequest) GetPayload ¶ added in v0.4.0
func (o *EditAppBadRequest) GetPayload() string
type EditAppDefault ¶ added in v0.4.0
type EditAppDefault struct { Payload string // contains filtered or unexported fields }
EditAppDefault handles this case with default header values.
Unknown Error
func NewEditAppDefault ¶ added in v0.4.0
func NewEditAppDefault(code int) *EditAppDefault
NewEditAppDefault creates a EditAppDefault with default headers values
func (*EditAppDefault) Code ¶ added in v0.4.0
func (o *EditAppDefault) Code() int
Code gets the status code for the edit app default response
func (*EditAppDefault) Error ¶ added in v0.4.0
func (o *EditAppDefault) Error() string
func (*EditAppDefault) GetPayload ¶ added in v0.4.0
func (o *EditAppDefault) GetPayload() string
type EditAppNotFound ¶ added in v0.4.0
type EditAppNotFound struct {
Payload string
}
EditAppNotFound handles this case with default header values.
Not Found
func NewEditAppNotFound ¶ added in v0.4.0
func NewEditAppNotFound() *EditAppNotFound
NewEditAppNotFound creates a EditAppNotFound with default headers values
func (*EditAppNotFound) Error ¶ added in v0.4.0
func (o *EditAppNotFound) Error() string
func (*EditAppNotFound) GetPayload ¶ added in v0.4.0
func (o *EditAppNotFound) GetPayload() string
type EditAppOK ¶ added in v0.4.0
EditAppOK handles this case with default header values.
OK
func NewEditAppOK ¶ added in v0.4.0
func NewEditAppOK() *EditAppOK
NewEditAppOK creates a EditAppOK with default headers values
func (*EditAppOK) GetPayload ¶ added in v0.4.0
type EditAppParams ¶ added in v0.4.0
type EditAppParams struct { /*AppName App name from the `-a|--app` flag */ AppName string /*NewApp*/ NewApp *models.AppEdit Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EditAppParams contains all the parameters to send to the API endpoint for the edit app operation typically these are written to a http.Request
func NewEditAppParams ¶ added in v0.4.0
func NewEditAppParams() *EditAppParams
NewEditAppParams creates a new EditAppParams object with the default values initialized.
func NewEditAppParamsWithContext ¶ added in v0.4.0
func NewEditAppParamsWithContext(ctx context.Context) *EditAppParams
NewEditAppParamsWithContext creates a new EditAppParams object with the default values initialized, and the ability to set a context for a request
func NewEditAppParamsWithHTTPClient ¶ added in v0.4.0
func NewEditAppParamsWithHTTPClient(client *http.Client) *EditAppParams
NewEditAppParamsWithHTTPClient creates a new EditAppParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewEditAppParamsWithTimeout ¶ added in v0.4.0
func NewEditAppParamsWithTimeout(timeout time.Duration) *EditAppParams
NewEditAppParamsWithTimeout creates a new EditAppParams object with the default values initialized, and the ability to set a timeout on a request
func (*EditAppParams) SetAppName ¶ added in v0.4.0
func (o *EditAppParams) SetAppName(appName string)
SetAppName adds the appName to the edit app params
func (*EditAppParams) SetContext ¶ added in v0.4.0
func (o *EditAppParams) SetContext(ctx context.Context)
SetContext adds the context to the edit app params
func (*EditAppParams) SetHTTPClient ¶ added in v0.4.0
func (o *EditAppParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edit app params
func (*EditAppParams) SetNewApp ¶ added in v0.4.0
func (o *EditAppParams) SetNewApp(newApp *models.AppEdit)
SetNewApp adds the newApp to the edit app params
func (*EditAppParams) SetTimeout ¶ added in v0.4.0
func (o *EditAppParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edit app params
func (*EditAppParams) WithAppName ¶ added in v0.4.0
func (o *EditAppParams) WithAppName(appName string) *EditAppParams
WithAppName adds the appName to the edit app params
func (*EditAppParams) WithContext ¶ added in v0.4.0
func (o *EditAppParams) WithContext(ctx context.Context) *EditAppParams
WithContext adds the context to the edit app params
func (*EditAppParams) WithHTTPClient ¶ added in v0.4.0
func (o *EditAppParams) WithHTTPClient(client *http.Client) *EditAppParams
WithHTTPClient adds the HTTPClient to the edit app params
func (*EditAppParams) WithNewApp ¶ added in v0.4.0
func (o *EditAppParams) WithNewApp(newApp *models.AppEdit) *EditAppParams
WithNewApp adds the newApp to the edit app params
func (*EditAppParams) WithTimeout ¶ added in v0.4.0
func (o *EditAppParams) WithTimeout(timeout time.Duration) *EditAppParams
WithTimeout adds the timeout to the edit app params
func (*EditAppParams) WriteToRequest ¶ added in v0.4.0
func (o *EditAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EditAppReader ¶ added in v0.4.0
type EditAppReader struct {
// contains filtered or unexported fields
}
EditAppReader is a Reader for the EditApp structure.
func (*EditAppReader) ReadResponse ¶ added in v0.4.0
func (o *EditAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAppEnvDefault ¶
type GetAppEnvDefault struct { Payload string // contains filtered or unexported fields }
GetAppEnvDefault handles this case with default header values.
Unknown Error
func NewGetAppEnvDefault ¶
func NewGetAppEnvDefault(code int) *GetAppEnvDefault
NewGetAppEnvDefault creates a GetAppEnvDefault with default headers values
func (*GetAppEnvDefault) Code ¶
func (o *GetAppEnvDefault) Code() int
Code gets the status code for the get app env default response
func (*GetAppEnvDefault) Error ¶
func (o *GetAppEnvDefault) Error() string
func (*GetAppEnvDefault) GetPayload ¶
func (o *GetAppEnvDefault) GetPayload() string
type GetAppEnvNotFound ¶
type GetAppEnvNotFound struct {
Payload string
}
GetAppEnvNotFound handles this case with default header values.
Not Found
func NewGetAppEnvNotFound ¶
func NewGetAppEnvNotFound() *GetAppEnvNotFound
NewGetAppEnvNotFound creates a GetAppEnvNotFound with default headers values
func (*GetAppEnvNotFound) Error ¶
func (o *GetAppEnvNotFound) Error() string
func (*GetAppEnvNotFound) GetPayload ¶
func (o *GetAppEnvNotFound) GetPayload() string
type GetAppEnvOK ¶
type GetAppEnvOK struct {
Payload interface{}
}
GetAppEnvOK handles this case with default header values.
OK
func NewGetAppEnvOK ¶
func NewGetAppEnvOK() *GetAppEnvOK
NewGetAppEnvOK creates a GetAppEnvOK with default headers values
func (*GetAppEnvOK) Error ¶
func (o *GetAppEnvOK) Error() string
func (*GetAppEnvOK) GetPayload ¶
func (o *GetAppEnvOK) GetPayload() interface{}
type GetAppEnvParams ¶
type GetAppEnvParams struct { /*AppName App name from the `-a|--app` flag */ AppName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAppEnvParams contains all the parameters to send to the API endpoint for the get app env operation typically these are written to a http.Request
func NewGetAppEnvParams ¶
func NewGetAppEnvParams() *GetAppEnvParams
NewGetAppEnvParams creates a new GetAppEnvParams object with the default values initialized.
func NewGetAppEnvParamsWithContext ¶
func NewGetAppEnvParamsWithContext(ctx context.Context) *GetAppEnvParams
NewGetAppEnvParamsWithContext creates a new GetAppEnvParams object with the default values initialized, and the ability to set a context for a request
func NewGetAppEnvParamsWithHTTPClient ¶
func NewGetAppEnvParamsWithHTTPClient(client *http.Client) *GetAppEnvParams
NewGetAppEnvParamsWithHTTPClient creates a new GetAppEnvParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAppEnvParamsWithTimeout ¶
func NewGetAppEnvParamsWithTimeout(timeout time.Duration) *GetAppEnvParams
NewGetAppEnvParamsWithTimeout creates a new GetAppEnvParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAppEnvParams) SetAppName ¶
func (o *GetAppEnvParams) SetAppName(appName string)
SetAppName adds the appName to the get app env params
func (*GetAppEnvParams) SetContext ¶
func (o *GetAppEnvParams) SetContext(ctx context.Context)
SetContext adds the context to the get app env params
func (*GetAppEnvParams) SetHTTPClient ¶
func (o *GetAppEnvParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get app env params
func (*GetAppEnvParams) SetTimeout ¶
func (o *GetAppEnvParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get app env params
func (*GetAppEnvParams) WithAppName ¶
func (o *GetAppEnvParams) WithAppName(appName string) *GetAppEnvParams
WithAppName adds the appName to the get app env params
func (*GetAppEnvParams) WithContext ¶
func (o *GetAppEnvParams) WithContext(ctx context.Context) *GetAppEnvParams
WithContext adds the context to the get app env params
func (*GetAppEnvParams) WithHTTPClient ¶
func (o *GetAppEnvParams) WithHTTPClient(client *http.Client) *GetAppEnvParams
WithHTTPClient adds the HTTPClient to the get app env params
func (*GetAppEnvParams) WithTimeout ¶
func (o *GetAppEnvParams) WithTimeout(timeout time.Duration) *GetAppEnvParams
WithTimeout adds the timeout to the get app env params
func (*GetAppEnvParams) WriteToRequest ¶
func (o *GetAppEnvParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAppEnvReader ¶
type GetAppEnvReader struct {
// contains filtered or unexported fields
}
GetAppEnvReader is a Reader for the GetAppEnv structure.
func (*GetAppEnvReader) ReadResponse ¶
func (o *GetAppEnvReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAppNotFound ¶
type GetAppNotFound struct {
Payload string
}
GetAppNotFound handles this case with default header values.
Not Found
func NewGetAppNotFound ¶
func NewGetAppNotFound() *GetAppNotFound
NewGetAppNotFound creates a GetAppNotFound with default headers values
func (*GetAppNotFound) Error ¶
func (o *GetAppNotFound) Error() string
func (*GetAppNotFound) GetPayload ¶
func (o *GetAppNotFound) GetPayload() string
type GetAppOK ¶
GetAppOK handles this case with default header values.
OK
func NewGetAppOK ¶
func NewGetAppOK() *GetAppOK
NewGetAppOK creates a GetAppOK with default headers values
func (*GetAppOK) GetPayload ¶
type GetAppParams ¶
type GetAppParams struct { /*AppName App name from the `-a|--app` flag */ AppName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAppParams contains all the parameters to send to the API endpoint for the get app operation typically these are written to a http.Request
func NewGetAppParams ¶
func NewGetAppParams() *GetAppParams
NewGetAppParams creates a new GetAppParams object with the default values initialized.
func NewGetAppParamsWithContext ¶
func NewGetAppParamsWithContext(ctx context.Context) *GetAppParams
NewGetAppParamsWithContext creates a new GetAppParams object with the default values initialized, and the ability to set a context for a request
func NewGetAppParamsWithHTTPClient ¶
func NewGetAppParamsWithHTTPClient(client *http.Client) *GetAppParams
NewGetAppParamsWithHTTPClient creates a new GetAppParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAppParamsWithTimeout ¶
func NewGetAppParamsWithTimeout(timeout time.Duration) *GetAppParams
NewGetAppParamsWithTimeout creates a new GetAppParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAppParams) SetAppName ¶
func (o *GetAppParams) SetAppName(appName string)
SetAppName adds the appName to the get app params
func (*GetAppParams) SetContext ¶
func (o *GetAppParams) SetContext(ctx context.Context)
SetContext adds the context to the get app params
func (*GetAppParams) SetHTTPClient ¶
func (o *GetAppParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get app params
func (*GetAppParams) SetTimeout ¶
func (o *GetAppParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get app params
func (*GetAppParams) WithAppName ¶
func (o *GetAppParams) WithAppName(appName string) *GetAppParams
WithAppName adds the appName to the get app params
func (*GetAppParams) WithContext ¶
func (o *GetAppParams) WithContext(ctx context.Context) *GetAppParams
WithContext adds the context to the get app params
func (*GetAppParams) WithHTTPClient ¶
func (o *GetAppParams) WithHTTPClient(client *http.Client) *GetAppParams
WithHTTPClient adds the HTTPClient to the get app params
func (*GetAppParams) WithTimeout ¶
func (o *GetAppParams) WithTimeout(timeout time.Duration) *GetAppParams
WithTimeout adds the timeout to the get app params
func (*GetAppParams) WriteToRequest ¶
func (o *GetAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAppReader ¶
type GetAppReader struct {
// contains filtered or unexported fields
}
GetAppReader is a Reader for the GetApp structure.
func (*GetAppReader) ReadResponse ¶
func (o *GetAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAppTraefikConfigBadRequest ¶ added in v0.4.0
type GetAppTraefikConfigBadRequest struct {
Payload string
}
GetAppTraefikConfigBadRequest handles this case with default header values.
Traefik plugin is not installed
func NewGetAppTraefikConfigBadRequest ¶ added in v0.4.0
func NewGetAppTraefikConfigBadRequest() *GetAppTraefikConfigBadRequest
NewGetAppTraefikConfigBadRequest creates a GetAppTraefikConfigBadRequest with default headers values
func (*GetAppTraefikConfigBadRequest) Error ¶ added in v0.4.0
func (o *GetAppTraefikConfigBadRequest) Error() string
func (*GetAppTraefikConfigBadRequest) GetPayload ¶ added in v0.4.0
func (o *GetAppTraefikConfigBadRequest) GetPayload() string
type GetAppTraefikConfigDefault ¶ added in v0.4.0
type GetAppTraefikConfigDefault struct { Payload string // contains filtered or unexported fields }
GetAppTraefikConfigDefault handles this case with default header values.
Unknown Error
func NewGetAppTraefikConfigDefault ¶ added in v0.4.0
func NewGetAppTraefikConfigDefault(code int) *GetAppTraefikConfigDefault
NewGetAppTraefikConfigDefault creates a GetAppTraefikConfigDefault with default headers values
func (*GetAppTraefikConfigDefault) Code ¶ added in v0.4.0
func (o *GetAppTraefikConfigDefault) Code() int
Code gets the status code for the get app traefik config default response
func (*GetAppTraefikConfigDefault) Error ¶ added in v0.4.0
func (o *GetAppTraefikConfigDefault) Error() string
func (*GetAppTraefikConfigDefault) GetPayload ¶ added in v0.4.0
func (o *GetAppTraefikConfigDefault) GetPayload() string
type GetAppTraefikConfigNotFound ¶ added in v0.4.0
type GetAppTraefikConfigNotFound struct { }
GetAppTraefikConfigNotFound handles this case with default header values.
No config for the app
func NewGetAppTraefikConfigNotFound ¶ added in v0.4.0
func NewGetAppTraefikConfigNotFound() *GetAppTraefikConfigNotFound
NewGetAppTraefikConfigNotFound creates a GetAppTraefikConfigNotFound with default headers values
func (*GetAppTraefikConfigNotFound) Error ¶ added in v0.4.0
func (o *GetAppTraefikConfigNotFound) Error() string
type GetAppTraefikConfigOK ¶ added in v0.4.0
type GetAppTraefikConfigOK struct {
Payload *models.TraefikPluginConfig
}
GetAppTraefikConfigOK handles this case with default header values.
Found and returned the config
func NewGetAppTraefikConfigOK ¶ added in v0.4.0
func NewGetAppTraefikConfigOK() *GetAppTraefikConfigOK
NewGetAppTraefikConfigOK creates a GetAppTraefikConfigOK with default headers values
func (*GetAppTraefikConfigOK) Error ¶ added in v0.4.0
func (o *GetAppTraefikConfigOK) Error() string
func (*GetAppTraefikConfigOK) GetPayload ¶ added in v0.4.0
func (o *GetAppTraefikConfigOK) GetPayload() *models.TraefikPluginConfig
type GetAppTraefikConfigParams ¶ added in v0.4.0
type GetAppTraefikConfigParams struct { /*AppID*/ AppID strfmt.UUID4 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAppTraefikConfigParams contains all the parameters to send to the API endpoint for the get app traefik config operation typically these are written to a http.Request
func NewGetAppTraefikConfigParams ¶ added in v0.4.0
func NewGetAppTraefikConfigParams() *GetAppTraefikConfigParams
NewGetAppTraefikConfigParams creates a new GetAppTraefikConfigParams object with the default values initialized.
func NewGetAppTraefikConfigParamsWithContext ¶ added in v0.4.0
func NewGetAppTraefikConfigParamsWithContext(ctx context.Context) *GetAppTraefikConfigParams
NewGetAppTraefikConfigParamsWithContext creates a new GetAppTraefikConfigParams object with the default values initialized, and the ability to set a context for a request
func NewGetAppTraefikConfigParamsWithHTTPClient ¶ added in v0.4.0
func NewGetAppTraefikConfigParamsWithHTTPClient(client *http.Client) *GetAppTraefikConfigParams
NewGetAppTraefikConfigParamsWithHTTPClient creates a new GetAppTraefikConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAppTraefikConfigParamsWithTimeout ¶ added in v0.4.0
func NewGetAppTraefikConfigParamsWithTimeout(timeout time.Duration) *GetAppTraefikConfigParams
NewGetAppTraefikConfigParamsWithTimeout creates a new GetAppTraefikConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAppTraefikConfigParams) SetAppID ¶ added in v0.4.0
func (o *GetAppTraefikConfigParams) SetAppID(appID strfmt.UUID4)
SetAppID adds the appId to the get app traefik config params
func (*GetAppTraefikConfigParams) SetContext ¶ added in v0.4.0
func (o *GetAppTraefikConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the get app traefik config params
func (*GetAppTraefikConfigParams) SetHTTPClient ¶ added in v0.4.0
func (o *GetAppTraefikConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get app traefik config params
func (*GetAppTraefikConfigParams) SetTimeout ¶ added in v0.4.0
func (o *GetAppTraefikConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get app traefik config params
func (*GetAppTraefikConfigParams) WithAppID ¶ added in v0.4.0
func (o *GetAppTraefikConfigParams) WithAppID(appID strfmt.UUID4) *GetAppTraefikConfigParams
WithAppID adds the appID to the get app traefik config params
func (*GetAppTraefikConfigParams) WithContext ¶ added in v0.4.0
func (o *GetAppTraefikConfigParams) WithContext(ctx context.Context) *GetAppTraefikConfigParams
WithContext adds the context to the get app traefik config params
func (*GetAppTraefikConfigParams) WithHTTPClient ¶ added in v0.4.0
func (o *GetAppTraefikConfigParams) WithHTTPClient(client *http.Client) *GetAppTraefikConfigParams
WithHTTPClient adds the HTTPClient to the get app traefik config params
func (*GetAppTraefikConfigParams) WithTimeout ¶ added in v0.4.0
func (o *GetAppTraefikConfigParams) WithTimeout(timeout time.Duration) *GetAppTraefikConfigParams
WithTimeout adds the timeout to the get app traefik config params
func (*GetAppTraefikConfigParams) WriteToRequest ¶ added in v0.4.0
func (o *GetAppTraefikConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAppTraefikConfigReader ¶ added in v0.4.0
type GetAppTraefikConfigReader struct {
// contains filtered or unexported fields
}
GetAppTraefikConfigReader is a Reader for the GetAppTraefikConfig structure.
func (*GetAppTraefikConfigReader) ReadResponse ¶ added in v0.4.0
func (o *GetAppTraefikConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPluginDefault ¶
type GetPluginDefault struct { Payload string // contains filtered or unexported fields }
GetPluginDefault handles this case with default header values.
Unknown Error
func NewGetPluginDefault ¶
func NewGetPluginDefault(code int) *GetPluginDefault
NewGetPluginDefault creates a GetPluginDefault with default headers values
func (*GetPluginDefault) Code ¶
func (o *GetPluginDefault) Code() int
Code gets the status code for the get plugin default response
func (*GetPluginDefault) Error ¶
func (o *GetPluginDefault) Error() string
func (*GetPluginDefault) GetPayload ¶
func (o *GetPluginDefault) GetPayload() string
type GetPluginNotFound ¶
type GetPluginNotFound struct {
Payload string
}
GetPluginNotFound handles this case with default header values.
Not Found
func NewGetPluginNotFound ¶
func NewGetPluginNotFound() *GetPluginNotFound
NewGetPluginNotFound creates a GetPluginNotFound with default headers values
func (*GetPluginNotFound) Error ¶
func (o *GetPluginNotFound) Error() string
func (*GetPluginNotFound) GetPayload ¶
func (o *GetPluginNotFound) GetPayload() string
type GetPluginOK ¶
GetPluginOK handles this case with default header values.
Created
func NewGetPluginOK ¶
func NewGetPluginOK() *GetPluginOK
NewGetPluginOK creates a GetPluginOK with default headers values
func (*GetPluginOK) Error ¶
func (o *GetPluginOK) Error() string
func (*GetPluginOK) GetPayload ¶
func (o *GetPluginOK) GetPayload() *models.Plugin
type GetPluginParams ¶
type GetPluginParams struct { /*PluginName*/ PluginName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPluginParams contains all the parameters to send to the API endpoint for the get plugin operation typically these are written to a http.Request
func NewGetPluginParams ¶
func NewGetPluginParams() *GetPluginParams
NewGetPluginParams creates a new GetPluginParams object with the default values initialized.
func NewGetPluginParamsWithContext ¶
func NewGetPluginParamsWithContext(ctx context.Context) *GetPluginParams
NewGetPluginParamsWithContext creates a new GetPluginParams object with the default values initialized, and the ability to set a context for a request
func NewGetPluginParamsWithHTTPClient ¶
func NewGetPluginParamsWithHTTPClient(client *http.Client) *GetPluginParams
NewGetPluginParamsWithHTTPClient creates a new GetPluginParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPluginParamsWithTimeout ¶
func NewGetPluginParamsWithTimeout(timeout time.Duration) *GetPluginParams
NewGetPluginParamsWithTimeout creates a new GetPluginParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPluginParams) SetContext ¶
func (o *GetPluginParams) SetContext(ctx context.Context)
SetContext adds the context to the get plugin params
func (*GetPluginParams) SetHTTPClient ¶
func (o *GetPluginParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get plugin params
func (*GetPluginParams) SetPluginName ¶
func (o *GetPluginParams) SetPluginName(pluginName string)
SetPluginName adds the pluginName to the get plugin params
func (*GetPluginParams) SetTimeout ¶
func (o *GetPluginParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get plugin params
func (*GetPluginParams) WithContext ¶
func (o *GetPluginParams) WithContext(ctx context.Context) *GetPluginParams
WithContext adds the context to the get plugin params
func (*GetPluginParams) WithHTTPClient ¶
func (o *GetPluginParams) WithHTTPClient(client *http.Client) *GetPluginParams
WithHTTPClient adds the HTTPClient to the get plugin params
func (*GetPluginParams) WithPluginName ¶
func (o *GetPluginParams) WithPluginName(pluginName string) *GetPluginParams
WithPluginName adds the pluginName to the get plugin params
func (*GetPluginParams) WithTimeout ¶
func (o *GetPluginParams) WithTimeout(timeout time.Duration) *GetPluginParams
WithTimeout adds the timeout to the get plugin params
func (*GetPluginParams) WriteToRequest ¶
func (o *GetPluginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPluginReader ¶
type GetPluginReader struct {
// contains filtered or unexported fields
}
GetPluginReader is a Reader for the GetPlugin structure.
func (*GetPluginReader) ReadResponse ¶
func (o *GetPluginReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetRunConfigDefault ¶ added in v0.4.0
type GetRunConfigDefault struct { Payload string // contains filtered or unexported fields }
GetRunConfigDefault handles this case with default header values.
Unknown Error
func NewGetRunConfigDefault ¶ added in v0.4.0
func NewGetRunConfigDefault(code int) *GetRunConfigDefault
NewGetRunConfigDefault creates a GetRunConfigDefault with default headers values
func (*GetRunConfigDefault) Code ¶ added in v0.4.0
func (o *GetRunConfigDefault) Code() int
Code gets the status code for the get run config default response
func (*GetRunConfigDefault) Error ¶ added in v0.4.0
func (o *GetRunConfigDefault) Error() string
func (*GetRunConfigDefault) GetPayload ¶ added in v0.4.0
func (o *GetRunConfigDefault) GetPayload() string
type GetRunConfigNotFound ¶ added in v0.4.0
type GetRunConfigNotFound struct {
Payload string
}
GetRunConfigNotFound handles this case with default header values.
Not Found
func NewGetRunConfigNotFound ¶ added in v0.4.0
func NewGetRunConfigNotFound() *GetRunConfigNotFound
NewGetRunConfigNotFound creates a GetRunConfigNotFound with default headers values
func (*GetRunConfigNotFound) Error ¶ added in v0.4.0
func (o *GetRunConfigNotFound) Error() string
func (*GetRunConfigNotFound) GetPayload ¶ added in v0.4.0
func (o *GetRunConfigNotFound) GetPayload() string
type GetRunConfigOK ¶ added in v0.4.0
GetRunConfigOK handles this case with default header values.
OK
func NewGetRunConfigOK ¶ added in v0.4.0
func NewGetRunConfigOK() *GetRunConfigOK
NewGetRunConfigOK creates a GetRunConfigOK with default headers values
func (*GetRunConfigOK) Error ¶ added in v0.4.0
func (o *GetRunConfigOK) Error() string
func (*GetRunConfigOK) GetPayload ¶ added in v0.4.0
func (o *GetRunConfigOK) GetPayload() *models.RunConfig
type GetRunConfigParams ¶ added in v0.4.0
type GetRunConfigParams struct { /*AppName App name from the `-a|--app` flag */ AppName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetRunConfigParams contains all the parameters to send to the API endpoint for the get run config operation typically these are written to a http.Request
func NewGetRunConfigParams ¶ added in v0.4.0
func NewGetRunConfigParams() *GetRunConfigParams
NewGetRunConfigParams creates a new GetRunConfigParams object with the default values initialized.
func NewGetRunConfigParamsWithContext ¶ added in v0.4.0
func NewGetRunConfigParamsWithContext(ctx context.Context) *GetRunConfigParams
NewGetRunConfigParamsWithContext creates a new GetRunConfigParams object with the default values initialized, and the ability to set a context for a request
func NewGetRunConfigParamsWithHTTPClient ¶ added in v0.4.0
func NewGetRunConfigParamsWithHTTPClient(client *http.Client) *GetRunConfigParams
NewGetRunConfigParamsWithHTTPClient creates a new GetRunConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetRunConfigParamsWithTimeout ¶ added in v0.4.0
func NewGetRunConfigParamsWithTimeout(timeout time.Duration) *GetRunConfigParams
NewGetRunConfigParamsWithTimeout creates a new GetRunConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetRunConfigParams) SetAppName ¶ added in v0.4.0
func (o *GetRunConfigParams) SetAppName(appName string)
SetAppName adds the appName to the get run config params
func (*GetRunConfigParams) SetContext ¶ added in v0.4.0
func (o *GetRunConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the get run config params
func (*GetRunConfigParams) SetHTTPClient ¶ added in v0.4.0
func (o *GetRunConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get run config params
func (*GetRunConfigParams) SetTimeout ¶ added in v0.4.0
func (o *GetRunConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get run config params
func (*GetRunConfigParams) WithAppName ¶ added in v0.4.0
func (o *GetRunConfigParams) WithAppName(appName string) *GetRunConfigParams
WithAppName adds the appName to the get run config params
func (*GetRunConfigParams) WithContext ¶ added in v0.4.0
func (o *GetRunConfigParams) WithContext(ctx context.Context) *GetRunConfigParams
WithContext adds the context to the get run config params
func (*GetRunConfigParams) WithHTTPClient ¶ added in v0.4.0
func (o *GetRunConfigParams) WithHTTPClient(client *http.Client) *GetRunConfigParams
WithHTTPClient adds the HTTPClient to the get run config params
func (*GetRunConfigParams) WithTimeout ¶ added in v0.4.0
func (o *GetRunConfigParams) WithTimeout(timeout time.Duration) *GetRunConfigParams
WithTimeout adds the timeout to the get run config params
func (*GetRunConfigParams) WriteToRequest ¶ added in v0.4.0
func (o *GetRunConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetRunConfigReader ¶ added in v0.4.0
type GetRunConfigReader struct {
// contains filtered or unexported fields
}
GetRunConfigReader is a Reader for the GetRunConfig structure.
func (*GetRunConfigReader) ReadResponse ¶ added in v0.4.0
func (o *GetRunConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type HealthCheckOK ¶ added in v0.4.0
HealthCheckOK handles this case with default header values.
OK
func NewHealthCheckOK ¶ added in v0.4.0
func NewHealthCheckOK() *HealthCheckOK
NewHealthCheckOK creates a HealthCheckOK with default headers values
func (*HealthCheckOK) Error ¶ added in v0.4.0
func (o *HealthCheckOK) Error() string
func (*HealthCheckOK) GetPayload ¶ added in v0.4.0
func (o *HealthCheckOK) GetPayload() *models.Health
type HealthCheckParams ¶ added in v0.4.0
type HealthCheckParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
HealthCheckParams contains all the parameters to send to the API endpoint for the health check operation typically these are written to a http.Request
func NewHealthCheckParams ¶ added in v0.4.0
func NewHealthCheckParams() *HealthCheckParams
NewHealthCheckParams creates a new HealthCheckParams object with the default values initialized.
func NewHealthCheckParamsWithContext ¶ added in v0.4.0
func NewHealthCheckParamsWithContext(ctx context.Context) *HealthCheckParams
NewHealthCheckParamsWithContext creates a new HealthCheckParams object with the default values initialized, and the ability to set a context for a request
func NewHealthCheckParamsWithHTTPClient ¶ added in v0.4.0
func NewHealthCheckParamsWithHTTPClient(client *http.Client) *HealthCheckParams
NewHealthCheckParamsWithHTTPClient creates a new HealthCheckParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewHealthCheckParamsWithTimeout ¶ added in v0.4.0
func NewHealthCheckParamsWithTimeout(timeout time.Duration) *HealthCheckParams
NewHealthCheckParamsWithTimeout creates a new HealthCheckParams object with the default values initialized, and the ability to set a timeout on a request
func (*HealthCheckParams) SetContext ¶ added in v0.4.0
func (o *HealthCheckParams) SetContext(ctx context.Context)
SetContext adds the context to the health check params
func (*HealthCheckParams) SetHTTPClient ¶ added in v0.4.0
func (o *HealthCheckParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the health check params
func (*HealthCheckParams) SetTimeout ¶ added in v0.4.0
func (o *HealthCheckParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the health check params
func (*HealthCheckParams) WithContext ¶ added in v0.4.0
func (o *HealthCheckParams) WithContext(ctx context.Context) *HealthCheckParams
WithContext adds the context to the health check params
func (*HealthCheckParams) WithHTTPClient ¶ added in v0.4.0
func (o *HealthCheckParams) WithHTTPClient(client *http.Client) *HealthCheckParams
WithHTTPClient adds the HTTPClient to the health check params
func (*HealthCheckParams) WithTimeout ¶ added in v0.4.0
func (o *HealthCheckParams) WithTimeout(timeout time.Duration) *HealthCheckParams
WithTimeout adds the timeout to the health check params
func (*HealthCheckParams) WriteToRequest ¶ added in v0.4.0
func (o *HealthCheckParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type HealthCheckReader ¶ added in v0.4.0
type HealthCheckReader struct {
// contains filtered or unexported fields
}
HealthCheckReader is a Reader for the HealthCheck structure.
func (*HealthCheckReader) ReadResponse ¶ added in v0.4.0
func (o *HealthCheckReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type InstallPluginCreated ¶
InstallPluginCreated handles this case with default header values.
Created
func NewInstallPluginCreated ¶
func NewInstallPluginCreated() *InstallPluginCreated
NewInstallPluginCreated creates a InstallPluginCreated with default headers values
func (*InstallPluginCreated) Error ¶
func (o *InstallPluginCreated) Error() string
func (*InstallPluginCreated) GetPayload ¶
func (o *InstallPluginCreated) GetPayload() *models.Plugin
type InstallPluginDefault ¶
type InstallPluginDefault struct { Payload string // contains filtered or unexported fields }
InstallPluginDefault handles this case with default header values.
Unknown Error
func NewInstallPluginDefault ¶
func NewInstallPluginDefault(code int) *InstallPluginDefault
NewInstallPluginDefault creates a InstallPluginDefault with default headers values
func (*InstallPluginDefault) Code ¶
func (o *InstallPluginDefault) Code() int
Code gets the status code for the install plugin default response
func (*InstallPluginDefault) Error ¶
func (o *InstallPluginDefault) Error() string
func (*InstallPluginDefault) GetPayload ¶
func (o *InstallPluginDefault) GetPayload() string
type InstallPluginParams ¶
type InstallPluginParams struct { /*PluginName*/ PluginName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
InstallPluginParams contains all the parameters to send to the API endpoint for the install plugin operation typically these are written to a http.Request
func NewInstallPluginParams ¶
func NewInstallPluginParams() *InstallPluginParams
NewInstallPluginParams creates a new InstallPluginParams object with the default values initialized.
func NewInstallPluginParamsWithContext ¶
func NewInstallPluginParamsWithContext(ctx context.Context) *InstallPluginParams
NewInstallPluginParamsWithContext creates a new InstallPluginParams object with the default values initialized, and the ability to set a context for a request
func NewInstallPluginParamsWithHTTPClient ¶
func NewInstallPluginParamsWithHTTPClient(client *http.Client) *InstallPluginParams
NewInstallPluginParamsWithHTTPClient creates a new InstallPluginParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewInstallPluginParamsWithTimeout ¶
func NewInstallPluginParamsWithTimeout(timeout time.Duration) *InstallPluginParams
NewInstallPluginParamsWithTimeout creates a new InstallPluginParams object with the default values initialized, and the ability to set a timeout on a request
func (*InstallPluginParams) SetContext ¶
func (o *InstallPluginParams) SetContext(ctx context.Context)
SetContext adds the context to the install plugin params
func (*InstallPluginParams) SetHTTPClient ¶
func (o *InstallPluginParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the install plugin params
func (*InstallPluginParams) SetPluginName ¶
func (o *InstallPluginParams) SetPluginName(pluginName string)
SetPluginName adds the pluginName to the install plugin params
func (*InstallPluginParams) SetTimeout ¶
func (o *InstallPluginParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the install plugin params
func (*InstallPluginParams) WithContext ¶
func (o *InstallPluginParams) WithContext(ctx context.Context) *InstallPluginParams
WithContext adds the context to the install plugin params
func (*InstallPluginParams) WithHTTPClient ¶
func (o *InstallPluginParams) WithHTTPClient(client *http.Client) *InstallPluginParams
WithHTTPClient adds the HTTPClient to the install plugin params
func (*InstallPluginParams) WithPluginName ¶
func (o *InstallPluginParams) WithPluginName(pluginName string) *InstallPluginParams
WithPluginName adds the pluginName to the install plugin params
func (*InstallPluginParams) WithTimeout ¶
func (o *InstallPluginParams) WithTimeout(timeout time.Duration) *InstallPluginParams
WithTimeout adds the timeout to the install plugin params
func (*InstallPluginParams) WriteToRequest ¶
func (o *InstallPluginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type InstallPluginReader ¶
type InstallPluginReader struct {
// contains filtered or unexported fields
}
InstallPluginReader is a Reader for the InstallPlugin structure.
func (*InstallPluginReader) ReadResponse ¶
func (o *InstallPluginReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAppsDefault ¶ added in v0.4.0
type ListAppsDefault struct { Payload string // contains filtered or unexported fields }
ListAppsDefault handles this case with default header values.
Unknown Error
func NewListAppsDefault ¶ added in v0.4.0
func NewListAppsDefault(code int) *ListAppsDefault
NewListAppsDefault creates a ListAppsDefault with default headers values
func (*ListAppsDefault) Code ¶ added in v0.4.0
func (o *ListAppsDefault) Code() int
Code gets the status code for the list apps default response
func (*ListAppsDefault) Error ¶ added in v0.4.0
func (o *ListAppsDefault) Error() string
func (*ListAppsDefault) GetPayload ¶ added in v0.4.0
func (o *ListAppsDefault) GetPayload() string
type ListAppsOK ¶ added in v0.4.0
ListAppsOK handles this case with default header values.
OK
func NewListAppsOK ¶ added in v0.4.0
func NewListAppsOK() *ListAppsOK
NewListAppsOK creates a ListAppsOK with default headers values
func (*ListAppsOK) Error ¶ added in v0.4.0
func (o *ListAppsOK) Error() string
func (*ListAppsOK) GetPayload ¶ added in v0.4.0
func (o *ListAppsOK) GetPayload() []*models.App
type ListAppsParams ¶ added in v0.4.0
type ListAppsParams struct { /*Hidden Whether or not to show hidden apps */ Hidden *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListAppsParams contains all the parameters to send to the API endpoint for the list apps operation typically these are written to a http.Request
func NewListAppsParams ¶ added in v0.4.0
func NewListAppsParams() *ListAppsParams
NewListAppsParams creates a new ListAppsParams object with the default values initialized.
func NewListAppsParamsWithContext ¶ added in v0.4.0
func NewListAppsParamsWithContext(ctx context.Context) *ListAppsParams
NewListAppsParamsWithContext creates a new ListAppsParams object with the default values initialized, and the ability to set a context for a request
func NewListAppsParamsWithHTTPClient ¶ added in v0.4.0
func NewListAppsParamsWithHTTPClient(client *http.Client) *ListAppsParams
NewListAppsParamsWithHTTPClient creates a new ListAppsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListAppsParamsWithTimeout ¶ added in v0.4.0
func NewListAppsParamsWithTimeout(timeout time.Duration) *ListAppsParams
NewListAppsParamsWithTimeout creates a new ListAppsParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListAppsParams) SetContext ¶ added in v0.4.0
func (o *ListAppsParams) SetContext(ctx context.Context)
SetContext adds the context to the list apps params
func (*ListAppsParams) SetHTTPClient ¶ added in v0.4.0
func (o *ListAppsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list apps params
func (*ListAppsParams) SetHidden ¶ added in v0.4.0
func (o *ListAppsParams) SetHidden(hidden *bool)
SetHidden adds the hidden to the list apps params
func (*ListAppsParams) SetTimeout ¶ added in v0.4.0
func (o *ListAppsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list apps params
func (*ListAppsParams) WithContext ¶ added in v0.4.0
func (o *ListAppsParams) WithContext(ctx context.Context) *ListAppsParams
WithContext adds the context to the list apps params
func (*ListAppsParams) WithHTTPClient ¶ added in v0.4.0
func (o *ListAppsParams) WithHTTPClient(client *http.Client) *ListAppsParams
WithHTTPClient adds the HTTPClient to the list apps params
func (*ListAppsParams) WithHidden ¶ added in v0.4.0
func (o *ListAppsParams) WithHidden(hidden *bool) *ListAppsParams
WithHidden adds the hidden to the list apps params
func (*ListAppsParams) WithTimeout ¶ added in v0.4.0
func (o *ListAppsParams) WithTimeout(timeout time.Duration) *ListAppsParams
WithTimeout adds the timeout to the list apps params
func (*ListAppsParams) WriteToRequest ¶ added in v0.4.0
func (o *ListAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAppsReader ¶ added in v0.4.0
type ListAppsReader struct {
// contains filtered or unexported fields
}
ListAppsReader is a Reader for the ListApps structure.
func (*ListAppsReader) ReadResponse ¶ added in v0.4.0
func (o *ListAppsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListPluginsDefault ¶
type ListPluginsDefault struct { Payload string // contains filtered or unexported fields }
ListPluginsDefault handles this case with default header values.
Unknown Error
func NewListPluginsDefault ¶
func NewListPluginsDefault(code int) *ListPluginsDefault
NewListPluginsDefault creates a ListPluginsDefault with default headers values
func (*ListPluginsDefault) Code ¶
func (o *ListPluginsDefault) Code() int
Code gets the status code for the list plugins default response
func (*ListPluginsDefault) Error ¶
func (o *ListPluginsDefault) Error() string
func (*ListPluginsDefault) GetPayload ¶
func (o *ListPluginsDefault) GetPayload() string
type ListPluginsOK ¶
ListPluginsOK handles this case with default header values.
OK
func NewListPluginsOK ¶
func NewListPluginsOK() *ListPluginsOK
NewListPluginsOK creates a ListPluginsOK with default headers values
func (*ListPluginsOK) Error ¶
func (o *ListPluginsOK) Error() string
func (*ListPluginsOK) GetPayload ¶
func (o *ListPluginsOK) GetPayload() []*models.Plugin
type ListPluginsParams ¶
type ListPluginsParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListPluginsParams contains all the parameters to send to the API endpoint for the list plugins operation typically these are written to a http.Request
func NewListPluginsParams ¶
func NewListPluginsParams() *ListPluginsParams
NewListPluginsParams creates a new ListPluginsParams object with the default values initialized.
func NewListPluginsParamsWithContext ¶
func NewListPluginsParamsWithContext(ctx context.Context) *ListPluginsParams
NewListPluginsParamsWithContext creates a new ListPluginsParams object with the default values initialized, and the ability to set a context for a request
func NewListPluginsParamsWithHTTPClient ¶
func NewListPluginsParamsWithHTTPClient(client *http.Client) *ListPluginsParams
NewListPluginsParamsWithHTTPClient creates a new ListPluginsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListPluginsParamsWithTimeout ¶
func NewListPluginsParamsWithTimeout(timeout time.Duration) *ListPluginsParams
NewListPluginsParamsWithTimeout creates a new ListPluginsParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListPluginsParams) SetContext ¶
func (o *ListPluginsParams) SetContext(ctx context.Context)
SetContext adds the context to the list plugins params
func (*ListPluginsParams) SetHTTPClient ¶
func (o *ListPluginsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list plugins params
func (*ListPluginsParams) SetTimeout ¶
func (o *ListPluginsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list plugins params
func (*ListPluginsParams) WithContext ¶
func (o *ListPluginsParams) WithContext(ctx context.Context) *ListPluginsParams
WithContext adds the context to the list plugins params
func (*ListPluginsParams) WithHTTPClient ¶
func (o *ListPluginsParams) WithHTTPClient(client *http.Client) *ListPluginsParams
WithHTTPClient adds the HTTPClient to the list plugins params
func (*ListPluginsParams) WithTimeout ¶
func (o *ListPluginsParams) WithTimeout(timeout time.Duration) *ListPluginsParams
WithTimeout adds the timeout to the list plugins params
func (*ListPluginsParams) WriteToRequest ¶
func (o *ListPluginsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListPluginsReader ¶
type ListPluginsReader struct {
// contains filtered or unexported fields
}
ListPluginsReader is a Reader for the ListPlugins structure.
func (*ListPluginsReader) ReadResponse ¶
func (o *ListPluginsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RemoveAppTraefikConfigBadRequest ¶ added in v0.4.0
type RemoveAppTraefikConfigBadRequest struct {
Payload string
}
RemoveAppTraefikConfigBadRequest handles this case with default header values.
Traefik plugin is not installed
func NewRemoveAppTraefikConfigBadRequest ¶ added in v0.4.0
func NewRemoveAppTraefikConfigBadRequest() *RemoveAppTraefikConfigBadRequest
NewRemoveAppTraefikConfigBadRequest creates a RemoveAppTraefikConfigBadRequest with default headers values
func (*RemoveAppTraefikConfigBadRequest) Error ¶ added in v0.4.0
func (o *RemoveAppTraefikConfigBadRequest) Error() string
func (*RemoveAppTraefikConfigBadRequest) GetPayload ¶ added in v0.4.0
func (o *RemoveAppTraefikConfigBadRequest) GetPayload() string
type RemoveAppTraefikConfigDefault ¶ added in v0.4.0
type RemoveAppTraefikConfigDefault struct { Payload string // contains filtered or unexported fields }
RemoveAppTraefikConfigDefault handles this case with default header values.
Unknown Error
func NewRemoveAppTraefikConfigDefault ¶ added in v0.4.0
func NewRemoveAppTraefikConfigDefault(code int) *RemoveAppTraefikConfigDefault
NewRemoveAppTraefikConfigDefault creates a RemoveAppTraefikConfigDefault with default headers values
func (*RemoveAppTraefikConfigDefault) Code ¶ added in v0.4.0
func (o *RemoveAppTraefikConfigDefault) Code() int
Code gets the status code for the remove app traefik config default response
func (*RemoveAppTraefikConfigDefault) Error ¶ added in v0.4.0
func (o *RemoveAppTraefikConfigDefault) Error() string
func (*RemoveAppTraefikConfigDefault) GetPayload ¶ added in v0.4.0
func (o *RemoveAppTraefikConfigDefault) GetPayload() string
type RemoveAppTraefikConfigOK ¶ added in v0.4.0
type RemoveAppTraefikConfigOK struct {
Payload *models.TraefikPluginConfig
}
RemoveAppTraefikConfigOK handles this case with default header values.
Created
func NewRemoveAppTraefikConfigOK ¶ added in v0.4.0
func NewRemoveAppTraefikConfigOK() *RemoveAppTraefikConfigOK
NewRemoveAppTraefikConfigOK creates a RemoveAppTraefikConfigOK with default headers values
func (*RemoveAppTraefikConfigOK) Error ¶ added in v0.4.0
func (o *RemoveAppTraefikConfigOK) Error() string
func (*RemoveAppTraefikConfigOK) GetPayload ¶ added in v0.4.0
func (o *RemoveAppTraefikConfigOK) GetPayload() *models.TraefikPluginConfig
type RemoveAppTraefikConfigParams ¶ added in v0.4.0
type RemoveAppTraefikConfigParams struct { /*AppID*/ AppID strfmt.UUID4 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RemoveAppTraefikConfigParams contains all the parameters to send to the API endpoint for the remove app traefik config operation typically these are written to a http.Request
func NewRemoveAppTraefikConfigParams ¶ added in v0.4.0
func NewRemoveAppTraefikConfigParams() *RemoveAppTraefikConfigParams
NewRemoveAppTraefikConfigParams creates a new RemoveAppTraefikConfigParams object with the default values initialized.
func NewRemoveAppTraefikConfigParamsWithContext ¶ added in v0.4.0
func NewRemoveAppTraefikConfigParamsWithContext(ctx context.Context) *RemoveAppTraefikConfigParams
NewRemoveAppTraefikConfigParamsWithContext creates a new RemoveAppTraefikConfigParams object with the default values initialized, and the ability to set a context for a request
func NewRemoveAppTraefikConfigParamsWithHTTPClient ¶ added in v0.4.0
func NewRemoveAppTraefikConfigParamsWithHTTPClient(client *http.Client) *RemoveAppTraefikConfigParams
NewRemoveAppTraefikConfigParamsWithHTTPClient creates a new RemoveAppTraefikConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRemoveAppTraefikConfigParamsWithTimeout ¶ added in v0.4.0
func NewRemoveAppTraefikConfigParamsWithTimeout(timeout time.Duration) *RemoveAppTraefikConfigParams
NewRemoveAppTraefikConfigParamsWithTimeout creates a new RemoveAppTraefikConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*RemoveAppTraefikConfigParams) SetAppID ¶ added in v0.4.0
func (o *RemoveAppTraefikConfigParams) SetAppID(appID strfmt.UUID4)
SetAppID adds the appId to the remove app traefik config params
func (*RemoveAppTraefikConfigParams) SetContext ¶ added in v0.4.0
func (o *RemoveAppTraefikConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the remove app traefik config params
func (*RemoveAppTraefikConfigParams) SetHTTPClient ¶ added in v0.4.0
func (o *RemoveAppTraefikConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the remove app traefik config params
func (*RemoveAppTraefikConfigParams) SetTimeout ¶ added in v0.4.0
func (o *RemoveAppTraefikConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the remove app traefik config params
func (*RemoveAppTraefikConfigParams) WithAppID ¶ added in v0.4.0
func (o *RemoveAppTraefikConfigParams) WithAppID(appID strfmt.UUID4) *RemoveAppTraefikConfigParams
WithAppID adds the appID to the remove app traefik config params
func (*RemoveAppTraefikConfigParams) WithContext ¶ added in v0.4.0
func (o *RemoveAppTraefikConfigParams) WithContext(ctx context.Context) *RemoveAppTraefikConfigParams
WithContext adds the context to the remove app traefik config params
func (*RemoveAppTraefikConfigParams) WithHTTPClient ¶ added in v0.4.0
func (o *RemoveAppTraefikConfigParams) WithHTTPClient(client *http.Client) *RemoveAppTraefikConfigParams
WithHTTPClient adds the HTTPClient to the remove app traefik config params
func (*RemoveAppTraefikConfigParams) WithTimeout ¶ added in v0.4.0
func (o *RemoveAppTraefikConfigParams) WithTimeout(timeout time.Duration) *RemoveAppTraefikConfigParams
WithTimeout adds the timeout to the remove app traefik config params
func (*RemoveAppTraefikConfigParams) WriteToRequest ¶ added in v0.4.0
func (o *RemoveAppTraefikConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RemoveAppTraefikConfigReader ¶ added in v0.4.0
type RemoveAppTraefikConfigReader struct {
// contains filtered or unexported fields
}
RemoveAppTraefikConfigReader is a Reader for the RemoveAppTraefikConfig structure.
func (*RemoveAppTraefikConfigReader) ReadResponse ¶ added in v0.4.0
func (o *RemoveAppTraefikConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StartAppDefault ¶
type StartAppDefault struct { Payload string // contains filtered or unexported fields }
StartAppDefault handles this case with default header values.
Unknown Error
func NewStartAppDefault ¶
func NewStartAppDefault(code int) *StartAppDefault
NewStartAppDefault creates a StartAppDefault with default headers values
func (*StartAppDefault) Code ¶
func (o *StartAppDefault) Code() int
Code gets the status code for the start app default response
func (*StartAppDefault) Error ¶
func (o *StartAppDefault) Error() string
func (*StartAppDefault) GetPayload ¶
func (o *StartAppDefault) GetPayload() string
type StartAppNoContent ¶ added in v0.4.0
type StartAppNoContent struct { }
StartAppNoContent handles this case with default header values.
Started
func NewStartAppNoContent ¶ added in v0.4.0
func NewStartAppNoContent() *StartAppNoContent
NewStartAppNoContent creates a StartAppNoContent with default headers values
func (*StartAppNoContent) Error ¶ added in v0.4.0
func (o *StartAppNoContent) Error() string
type StartAppNotFound ¶
type StartAppNotFound struct {
Payload string
}
StartAppNotFound handles this case with default header values.
Not Found
func NewStartAppNotFound ¶
func NewStartAppNotFound() *StartAppNotFound
NewStartAppNotFound creates a StartAppNotFound with default headers values
func (*StartAppNotFound) Error ¶
func (o *StartAppNotFound) Error() string
func (*StartAppNotFound) GetPayload ¶
func (o *StartAppNotFound) GetPayload() string
type StartAppParams ¶
type StartAppParams struct { /*AppName App name from the `-a|--app` flag */ AppName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StartAppParams contains all the parameters to send to the API endpoint for the start app operation typically these are written to a http.Request
func NewStartAppParams ¶
func NewStartAppParams() *StartAppParams
NewStartAppParams creates a new StartAppParams object with the default values initialized.
func NewStartAppParamsWithContext ¶
func NewStartAppParamsWithContext(ctx context.Context) *StartAppParams
NewStartAppParamsWithContext creates a new StartAppParams object with the default values initialized, and the ability to set a context for a request
func NewStartAppParamsWithHTTPClient ¶
func NewStartAppParamsWithHTTPClient(client *http.Client) *StartAppParams
NewStartAppParamsWithHTTPClient creates a new StartAppParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewStartAppParamsWithTimeout ¶
func NewStartAppParamsWithTimeout(timeout time.Duration) *StartAppParams
NewStartAppParamsWithTimeout creates a new StartAppParams object with the default values initialized, and the ability to set a timeout on a request
func (*StartAppParams) SetAppName ¶
func (o *StartAppParams) SetAppName(appName string)
SetAppName adds the appName to the start app params
func (*StartAppParams) SetContext ¶
func (o *StartAppParams) SetContext(ctx context.Context)
SetContext adds the context to the start app params
func (*StartAppParams) SetHTTPClient ¶
func (o *StartAppParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the start app params
func (*StartAppParams) SetTimeout ¶
func (o *StartAppParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the start app params
func (*StartAppParams) WithAppName ¶
func (o *StartAppParams) WithAppName(appName string) *StartAppParams
WithAppName adds the appName to the start app params
func (*StartAppParams) WithContext ¶
func (o *StartAppParams) WithContext(ctx context.Context) *StartAppParams
WithContext adds the context to the start app params
func (*StartAppParams) WithHTTPClient ¶
func (o *StartAppParams) WithHTTPClient(client *http.Client) *StartAppParams
WithHTTPClient adds the HTTPClient to the start app params
func (*StartAppParams) WithTimeout ¶
func (o *StartAppParams) WithTimeout(timeout time.Duration) *StartAppParams
WithTimeout adds the timeout to the start app params
func (*StartAppParams) WriteToRequest ¶
func (o *StartAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StartAppReader ¶
type StartAppReader struct {
// contains filtered or unexported fields
}
StartAppReader is a Reader for the StartApp structure.
func (*StartAppReader) ReadResponse ¶
func (o *StartAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StopAppDefault ¶
type StopAppDefault struct { Payload string // contains filtered or unexported fields }
StopAppDefault handles this case with default header values.
Unknown Error
func NewStopAppDefault ¶
func NewStopAppDefault(code int) *StopAppDefault
NewStopAppDefault creates a StopAppDefault with default headers values
func (*StopAppDefault) Code ¶
func (o *StopAppDefault) Code() int
Code gets the status code for the stop app default response
func (*StopAppDefault) Error ¶
func (o *StopAppDefault) Error() string
func (*StopAppDefault) GetPayload ¶
func (o *StopAppDefault) GetPayload() string
type StopAppNoContent ¶ added in v0.4.0
type StopAppNoContent struct { }
StopAppNoContent handles this case with default header values.
Stopped
func NewStopAppNoContent ¶ added in v0.4.0
func NewStopAppNoContent() *StopAppNoContent
NewStopAppNoContent creates a StopAppNoContent with default headers values
func (*StopAppNoContent) Error ¶ added in v0.4.0
func (o *StopAppNoContent) Error() string
type StopAppNotFound ¶
type StopAppNotFound struct {
Payload string
}
StopAppNotFound handles this case with default header values.
Not Found
func NewStopAppNotFound ¶
func NewStopAppNotFound() *StopAppNotFound
NewStopAppNotFound creates a StopAppNotFound with default headers values
func (*StopAppNotFound) Error ¶
func (o *StopAppNotFound) Error() string
func (*StopAppNotFound) GetPayload ¶
func (o *StopAppNotFound) GetPayload() string
type StopAppParams ¶
type StopAppParams struct { /*AppName App name from the `-a|--app` flag */ AppName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StopAppParams contains all the parameters to send to the API endpoint for the stop app operation typically these are written to a http.Request
func NewStopAppParams ¶
func NewStopAppParams() *StopAppParams
NewStopAppParams creates a new StopAppParams object with the default values initialized.
func NewStopAppParamsWithContext ¶
func NewStopAppParamsWithContext(ctx context.Context) *StopAppParams
NewStopAppParamsWithContext creates a new StopAppParams object with the default values initialized, and the ability to set a context for a request
func NewStopAppParamsWithHTTPClient ¶
func NewStopAppParamsWithHTTPClient(client *http.Client) *StopAppParams
NewStopAppParamsWithHTTPClient creates a new StopAppParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewStopAppParamsWithTimeout ¶
func NewStopAppParamsWithTimeout(timeout time.Duration) *StopAppParams
NewStopAppParamsWithTimeout creates a new StopAppParams object with the default values initialized, and the ability to set a timeout on a request
func (*StopAppParams) SetAppName ¶
func (o *StopAppParams) SetAppName(appName string)
SetAppName adds the appName to the stop app params
func (*StopAppParams) SetContext ¶
func (o *StopAppParams) SetContext(ctx context.Context)
SetContext adds the context to the stop app params
func (*StopAppParams) SetHTTPClient ¶
func (o *StopAppParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the stop app params
func (*StopAppParams) SetTimeout ¶
func (o *StopAppParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the stop app params
func (*StopAppParams) WithAppName ¶
func (o *StopAppParams) WithAppName(appName string) *StopAppParams
WithAppName adds the appName to the stop app params
func (*StopAppParams) WithContext ¶
func (o *StopAppParams) WithContext(ctx context.Context) *StopAppParams
WithContext adds the context to the stop app params
func (*StopAppParams) WithHTTPClient ¶
func (o *StopAppParams) WithHTTPClient(client *http.Client) *StopAppParams
WithHTTPClient adds the HTTPClient to the stop app params
func (*StopAppParams) WithTimeout ¶
func (o *StopAppParams) WithTimeout(timeout time.Duration) *StopAppParams
WithTimeout adds the timeout to the stop app params
func (*StopAppParams) WriteToRequest ¶
func (o *StopAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StopAppReader ¶
type StopAppReader struct {
// contains filtered or unexported fields
}
StopAppReader is a Reader for the StopApp structure.
func (*StopAppReader) ReadResponse ¶
func (o *StopAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UninstallPluginDefault ¶
type UninstallPluginDefault struct { Payload string // contains filtered or unexported fields }
UninstallPluginDefault handles this case with default header values.
Unknown Error
func NewUninstallPluginDefault ¶
func NewUninstallPluginDefault(code int) *UninstallPluginDefault
NewUninstallPluginDefault creates a UninstallPluginDefault with default headers values
func (*UninstallPluginDefault) Code ¶
func (o *UninstallPluginDefault) Code() int
Code gets the status code for the uninstall plugin default response
func (*UninstallPluginDefault) Error ¶
func (o *UninstallPluginDefault) Error() string
func (*UninstallPluginDefault) GetPayload ¶
func (o *UninstallPluginDefault) GetPayload() string
type UninstallPluginOK ¶
UninstallPluginOK handles this case with default header values.
Created
func NewUninstallPluginOK ¶
func NewUninstallPluginOK() *UninstallPluginOK
NewUninstallPluginOK creates a UninstallPluginOK with default headers values
func (*UninstallPluginOK) Error ¶
func (o *UninstallPluginOK) Error() string
func (*UninstallPluginOK) GetPayload ¶
func (o *UninstallPluginOK) GetPayload() *models.Plugin
type UninstallPluginParams ¶
type UninstallPluginParams struct { /*PluginName*/ PluginName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UninstallPluginParams contains all the parameters to send to the API endpoint for the uninstall plugin operation typically these are written to a http.Request
func NewUninstallPluginParams ¶
func NewUninstallPluginParams() *UninstallPluginParams
NewUninstallPluginParams creates a new UninstallPluginParams object with the default values initialized.
func NewUninstallPluginParamsWithContext ¶
func NewUninstallPluginParamsWithContext(ctx context.Context) *UninstallPluginParams
NewUninstallPluginParamsWithContext creates a new UninstallPluginParams object with the default values initialized, and the ability to set a context for a request
func NewUninstallPluginParamsWithHTTPClient ¶
func NewUninstallPluginParamsWithHTTPClient(client *http.Client) *UninstallPluginParams
NewUninstallPluginParamsWithHTTPClient creates a new UninstallPluginParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUninstallPluginParamsWithTimeout ¶
func NewUninstallPluginParamsWithTimeout(timeout time.Duration) *UninstallPluginParams
NewUninstallPluginParamsWithTimeout creates a new UninstallPluginParams object with the default values initialized, and the ability to set a timeout on a request
func (*UninstallPluginParams) SetContext ¶
func (o *UninstallPluginParams) SetContext(ctx context.Context)
SetContext adds the context to the uninstall plugin params
func (*UninstallPluginParams) SetHTTPClient ¶
func (o *UninstallPluginParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the uninstall plugin params
func (*UninstallPluginParams) SetPluginName ¶
func (o *UninstallPluginParams) SetPluginName(pluginName string)
SetPluginName adds the pluginName to the uninstall plugin params
func (*UninstallPluginParams) SetTimeout ¶
func (o *UninstallPluginParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the uninstall plugin params
func (*UninstallPluginParams) WithContext ¶
func (o *UninstallPluginParams) WithContext(ctx context.Context) *UninstallPluginParams
WithContext adds the context to the uninstall plugin params
func (*UninstallPluginParams) WithHTTPClient ¶
func (o *UninstallPluginParams) WithHTTPClient(client *http.Client) *UninstallPluginParams
WithHTTPClient adds the HTTPClient to the uninstall plugin params
func (*UninstallPluginParams) WithPluginName ¶
func (o *UninstallPluginParams) WithPluginName(pluginName string) *UninstallPluginParams
WithPluginName adds the pluginName to the uninstall plugin params
func (*UninstallPluginParams) WithTimeout ¶
func (o *UninstallPluginParams) WithTimeout(timeout time.Duration) *UninstallPluginParams
WithTimeout adds the timeout to the uninstall plugin params
func (*UninstallPluginParams) WriteToRequest ¶
func (o *UninstallPluginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UninstallPluginReader ¶
type UninstallPluginReader struct {
// contains filtered or unexported fields
}
UninstallPluginReader is a Reader for the UninstallPlugin structure.
func (*UninstallPluginReader) ReadResponse ¶
func (o *UninstallPluginReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateAppEnvBadRequest ¶
type UpdateAppEnvBadRequest struct {
Payload string
}
UpdateAppEnvBadRequest handles this case with default header values.
Bad Request
func NewUpdateAppEnvBadRequest ¶
func NewUpdateAppEnvBadRequest() *UpdateAppEnvBadRequest
NewUpdateAppEnvBadRequest creates a UpdateAppEnvBadRequest with default headers values
func (*UpdateAppEnvBadRequest) Error ¶
func (o *UpdateAppEnvBadRequest) Error() string
func (*UpdateAppEnvBadRequest) GetPayload ¶
func (o *UpdateAppEnvBadRequest) GetPayload() string
type UpdateAppEnvDefault ¶
type UpdateAppEnvDefault struct { Payload string // contains filtered or unexported fields }
UpdateAppEnvDefault handles this case with default header values.
Unknown Error
func NewUpdateAppEnvDefault ¶
func NewUpdateAppEnvDefault(code int) *UpdateAppEnvDefault
NewUpdateAppEnvDefault creates a UpdateAppEnvDefault with default headers values
func (*UpdateAppEnvDefault) Code ¶
func (o *UpdateAppEnvDefault) Code() int
Code gets the status code for the update app env default response
func (*UpdateAppEnvDefault) Error ¶
func (o *UpdateAppEnvDefault) Error() string
func (*UpdateAppEnvDefault) GetPayload ¶
func (o *UpdateAppEnvDefault) GetPayload() string
type UpdateAppEnvNotFound ¶
type UpdateAppEnvNotFound struct {
Payload string
}
UpdateAppEnvNotFound handles this case with default header values.
Not Found
func NewUpdateAppEnvNotFound ¶
func NewUpdateAppEnvNotFound() *UpdateAppEnvNotFound
NewUpdateAppEnvNotFound creates a UpdateAppEnvNotFound with default headers values
func (*UpdateAppEnvNotFound) Error ¶
func (o *UpdateAppEnvNotFound) Error() string
func (*UpdateAppEnvNotFound) GetPayload ¶
func (o *UpdateAppEnvNotFound) GetPayload() string
type UpdateAppEnvOK ¶
type UpdateAppEnvOK struct {
Payload interface{}
}
UpdateAppEnvOK handles this case with default header values.
OK
func NewUpdateAppEnvOK ¶
func NewUpdateAppEnvOK() *UpdateAppEnvOK
NewUpdateAppEnvOK creates a UpdateAppEnvOK with default headers values
func (*UpdateAppEnvOK) Error ¶
func (o *UpdateAppEnvOK) Error() string
func (*UpdateAppEnvOK) GetPayload ¶
func (o *UpdateAppEnvOK) GetPayload() interface{}
type UpdateAppEnvParams ¶
type UpdateAppEnvParams struct { /*AppName App name from the `-a|--app` flag */ AppName string /*NewEnv*/ NewEnv interface{} Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateAppEnvParams contains all the parameters to send to the API endpoint for the update app env operation typically these are written to a http.Request
func NewUpdateAppEnvParams ¶
func NewUpdateAppEnvParams() *UpdateAppEnvParams
NewUpdateAppEnvParams creates a new UpdateAppEnvParams object with the default values initialized.
func NewUpdateAppEnvParamsWithContext ¶
func NewUpdateAppEnvParamsWithContext(ctx context.Context) *UpdateAppEnvParams
NewUpdateAppEnvParamsWithContext creates a new UpdateAppEnvParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateAppEnvParamsWithHTTPClient ¶
func NewUpdateAppEnvParamsWithHTTPClient(client *http.Client) *UpdateAppEnvParams
NewUpdateAppEnvParamsWithHTTPClient creates a new UpdateAppEnvParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateAppEnvParamsWithTimeout ¶
func NewUpdateAppEnvParamsWithTimeout(timeout time.Duration) *UpdateAppEnvParams
NewUpdateAppEnvParamsWithTimeout creates a new UpdateAppEnvParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateAppEnvParams) SetAppName ¶
func (o *UpdateAppEnvParams) SetAppName(appName string)
SetAppName adds the appName to the update app env params
func (*UpdateAppEnvParams) SetContext ¶
func (o *UpdateAppEnvParams) SetContext(ctx context.Context)
SetContext adds the context to the update app env params
func (*UpdateAppEnvParams) SetHTTPClient ¶
func (o *UpdateAppEnvParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update app env params
func (*UpdateAppEnvParams) SetNewEnv ¶
func (o *UpdateAppEnvParams) SetNewEnv(newEnv interface{})
SetNewEnv adds the newEnv to the update app env params
func (*UpdateAppEnvParams) SetTimeout ¶
func (o *UpdateAppEnvParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update app env params
func (*UpdateAppEnvParams) WithAppName ¶
func (o *UpdateAppEnvParams) WithAppName(appName string) *UpdateAppEnvParams
WithAppName adds the appName to the update app env params
func (*UpdateAppEnvParams) WithContext ¶
func (o *UpdateAppEnvParams) WithContext(ctx context.Context) *UpdateAppEnvParams
WithContext adds the context to the update app env params
func (*UpdateAppEnvParams) WithHTTPClient ¶
func (o *UpdateAppEnvParams) WithHTTPClient(client *http.Client) *UpdateAppEnvParams
WithHTTPClient adds the HTTPClient to the update app env params
func (*UpdateAppEnvParams) WithNewEnv ¶
func (o *UpdateAppEnvParams) WithNewEnv(newEnv interface{}) *UpdateAppEnvParams
WithNewEnv adds the newEnv to the update app env params
func (*UpdateAppEnvParams) WithTimeout ¶
func (o *UpdateAppEnvParams) WithTimeout(timeout time.Duration) *UpdateAppEnvParams
WithTimeout adds the timeout to the update app env params
func (*UpdateAppEnvParams) WriteToRequest ¶
func (o *UpdateAppEnvParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateAppEnvReader ¶
type UpdateAppEnvReader struct {
// contains filtered or unexported fields
}
UpdateAppEnvReader is a Reader for the UpdateAppEnv structure.
func (*UpdateAppEnvReader) ReadResponse ¶
func (o *UpdateAppEnvReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateAppTraefikConfigBadRequest ¶ added in v0.4.0
type UpdateAppTraefikConfigBadRequest struct {
Payload string
}
UpdateAppTraefikConfigBadRequest handles this case with default header values.
Traefik plugin is not installed
func NewUpdateAppTraefikConfigBadRequest ¶ added in v0.4.0
func NewUpdateAppTraefikConfigBadRequest() *UpdateAppTraefikConfigBadRequest
NewUpdateAppTraefikConfigBadRequest creates a UpdateAppTraefikConfigBadRequest with default headers values
func (*UpdateAppTraefikConfigBadRequest) Error ¶ added in v0.4.0
func (o *UpdateAppTraefikConfigBadRequest) Error() string
func (*UpdateAppTraefikConfigBadRequest) GetPayload ¶ added in v0.4.0
func (o *UpdateAppTraefikConfigBadRequest) GetPayload() string
type UpdateAppTraefikConfigDefault ¶ added in v0.4.0
type UpdateAppTraefikConfigDefault struct { Payload string // contains filtered or unexported fields }
UpdateAppTraefikConfigDefault handles this case with default header values.
Unknown Error
func NewUpdateAppTraefikConfigDefault ¶ added in v0.4.0
func NewUpdateAppTraefikConfigDefault(code int) *UpdateAppTraefikConfigDefault
NewUpdateAppTraefikConfigDefault creates a UpdateAppTraefikConfigDefault with default headers values
func (*UpdateAppTraefikConfigDefault) Code ¶ added in v0.4.0
func (o *UpdateAppTraefikConfigDefault) Code() int
Code gets the status code for the update app traefik config default response
func (*UpdateAppTraefikConfigDefault) Error ¶ added in v0.4.0
func (o *UpdateAppTraefikConfigDefault) Error() string
func (*UpdateAppTraefikConfigDefault) GetPayload ¶ added in v0.4.0
func (o *UpdateAppTraefikConfigDefault) GetPayload() string
type UpdateAppTraefikConfigOK ¶ added in v0.4.0
type UpdateAppTraefikConfigOK struct {
Payload *models.TraefikPluginConfig
}
UpdateAppTraefikConfigOK handles this case with default header values.
Created
func NewUpdateAppTraefikConfigOK ¶ added in v0.4.0
func NewUpdateAppTraefikConfigOK() *UpdateAppTraefikConfigOK
NewUpdateAppTraefikConfigOK creates a UpdateAppTraefikConfigOK with default headers values
func (*UpdateAppTraefikConfigOK) Error ¶ added in v0.4.0
func (o *UpdateAppTraefikConfigOK) Error() string
func (*UpdateAppTraefikConfigOK) GetPayload ¶ added in v0.4.0
func (o *UpdateAppTraefikConfigOK) GetPayload() *models.TraefikPluginConfig
type UpdateAppTraefikConfigParams ¶ added in v0.4.0
type UpdateAppTraefikConfigParams struct { /*AppID*/ AppID strfmt.UUID4 /*NewTraefikConfig*/ NewTraefikConfig *models.InputTraefikPluginConfig Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateAppTraefikConfigParams contains all the parameters to send to the API endpoint for the update app traefik config operation typically these are written to a http.Request
func NewUpdateAppTraefikConfigParams ¶ added in v0.4.0
func NewUpdateAppTraefikConfigParams() *UpdateAppTraefikConfigParams
NewUpdateAppTraefikConfigParams creates a new UpdateAppTraefikConfigParams object with the default values initialized.
func NewUpdateAppTraefikConfigParamsWithContext ¶ added in v0.4.0
func NewUpdateAppTraefikConfigParamsWithContext(ctx context.Context) *UpdateAppTraefikConfigParams
NewUpdateAppTraefikConfigParamsWithContext creates a new UpdateAppTraefikConfigParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateAppTraefikConfigParamsWithHTTPClient ¶ added in v0.4.0
func NewUpdateAppTraefikConfigParamsWithHTTPClient(client *http.Client) *UpdateAppTraefikConfigParams
NewUpdateAppTraefikConfigParamsWithHTTPClient creates a new UpdateAppTraefikConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateAppTraefikConfigParamsWithTimeout ¶ added in v0.4.0
func NewUpdateAppTraefikConfigParamsWithTimeout(timeout time.Duration) *UpdateAppTraefikConfigParams
NewUpdateAppTraefikConfigParamsWithTimeout creates a new UpdateAppTraefikConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateAppTraefikConfigParams) SetAppID ¶ added in v0.4.0
func (o *UpdateAppTraefikConfigParams) SetAppID(appID strfmt.UUID4)
SetAppID adds the appId to the update app traefik config params
func (*UpdateAppTraefikConfigParams) SetContext ¶ added in v0.4.0
func (o *UpdateAppTraefikConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the update app traefik config params
func (*UpdateAppTraefikConfigParams) SetHTTPClient ¶ added in v0.4.0
func (o *UpdateAppTraefikConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update app traefik config params
func (*UpdateAppTraefikConfigParams) SetNewTraefikConfig ¶ added in v0.4.0
func (o *UpdateAppTraefikConfigParams) SetNewTraefikConfig(newTraefikConfig *models.InputTraefikPluginConfig)
SetNewTraefikConfig adds the newTraefikConfig to the update app traefik config params
func (*UpdateAppTraefikConfigParams) SetTimeout ¶ added in v0.4.0
func (o *UpdateAppTraefikConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update app traefik config params
func (*UpdateAppTraefikConfigParams) WithAppID ¶ added in v0.4.0
func (o *UpdateAppTraefikConfigParams) WithAppID(appID strfmt.UUID4) *UpdateAppTraefikConfigParams
WithAppID adds the appID to the update app traefik config params
func (*UpdateAppTraefikConfigParams) WithContext ¶ added in v0.4.0
func (o *UpdateAppTraefikConfigParams) WithContext(ctx context.Context) *UpdateAppTraefikConfigParams
WithContext adds the context to the update app traefik config params
func (*UpdateAppTraefikConfigParams) WithHTTPClient ¶ added in v0.4.0
func (o *UpdateAppTraefikConfigParams) WithHTTPClient(client *http.Client) *UpdateAppTraefikConfigParams
WithHTTPClient adds the HTTPClient to the update app traefik config params
func (*UpdateAppTraefikConfigParams) WithNewTraefikConfig ¶ added in v0.4.0
func (o *UpdateAppTraefikConfigParams) WithNewTraefikConfig(newTraefikConfig *models.InputTraefikPluginConfig) *UpdateAppTraefikConfigParams
WithNewTraefikConfig adds the newTraefikConfig to the update app traefik config params
func (*UpdateAppTraefikConfigParams) WithTimeout ¶ added in v0.4.0
func (o *UpdateAppTraefikConfigParams) WithTimeout(timeout time.Duration) *UpdateAppTraefikConfigParams
WithTimeout adds the timeout to the update app traefik config params
func (*UpdateAppTraefikConfigParams) WriteToRequest ¶ added in v0.4.0
func (o *UpdateAppTraefikConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateAppTraefikConfigReader ¶ added in v0.4.0
type UpdateAppTraefikConfigReader struct {
// contains filtered or unexported fields
}
UpdateAppTraefikConfigReader is a Reader for the UpdateAppTraefikConfig structure.
func (*UpdateAppTraefikConfigReader) ReadResponse ¶ added in v0.4.0
func (o *UpdateAppTraefikConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateRunConfigBadRequest ¶ added in v0.4.0
type UpdateRunConfigBadRequest struct {
Payload string
}
UpdateRunConfigBadRequest handles this case with default header values.
Bad Request
func NewUpdateRunConfigBadRequest ¶ added in v0.4.0
func NewUpdateRunConfigBadRequest() *UpdateRunConfigBadRequest
NewUpdateRunConfigBadRequest creates a UpdateRunConfigBadRequest with default headers values
func (*UpdateRunConfigBadRequest) Error ¶ added in v0.4.0
func (o *UpdateRunConfigBadRequest) Error() string
func (*UpdateRunConfigBadRequest) GetPayload ¶ added in v0.4.0
func (o *UpdateRunConfigBadRequest) GetPayload() string
type UpdateRunConfigDefault ¶ added in v0.4.0
type UpdateRunConfigDefault struct { Payload string // contains filtered or unexported fields }
UpdateRunConfigDefault handles this case with default header values.
Unknown Error
func NewUpdateRunConfigDefault ¶ added in v0.4.0
func NewUpdateRunConfigDefault(code int) *UpdateRunConfigDefault
NewUpdateRunConfigDefault creates a UpdateRunConfigDefault with default headers values
func (*UpdateRunConfigDefault) Code ¶ added in v0.4.0
func (o *UpdateRunConfigDefault) Code() int
Code gets the status code for the update run config default response
func (*UpdateRunConfigDefault) Error ¶ added in v0.4.0
func (o *UpdateRunConfigDefault) Error() string
func (*UpdateRunConfigDefault) GetPayload ¶ added in v0.4.0
func (o *UpdateRunConfigDefault) GetPayload() string
type UpdateRunConfigNotFound ¶ added in v0.4.0
type UpdateRunConfigNotFound struct {
Payload string
}
UpdateRunConfigNotFound handles this case with default header values.
Not Found
func NewUpdateRunConfigNotFound ¶ added in v0.4.0
func NewUpdateRunConfigNotFound() *UpdateRunConfigNotFound
NewUpdateRunConfigNotFound creates a UpdateRunConfigNotFound with default headers values
func (*UpdateRunConfigNotFound) Error ¶ added in v0.4.0
func (o *UpdateRunConfigNotFound) Error() string
func (*UpdateRunConfigNotFound) GetPayload ¶ added in v0.4.0
func (o *UpdateRunConfigNotFound) GetPayload() string
type UpdateRunConfigOK ¶ added in v0.4.0
UpdateRunConfigOK handles this case with default header values.
OK
func NewUpdateRunConfigOK ¶ added in v0.4.0
func NewUpdateRunConfigOK() *UpdateRunConfigOK
NewUpdateRunConfigOK creates a UpdateRunConfigOK with default headers values
func (*UpdateRunConfigOK) Error ¶ added in v0.4.0
func (o *UpdateRunConfigOK) Error() string
func (*UpdateRunConfigOK) GetPayload ¶ added in v0.4.0
func (o *UpdateRunConfigOK) GetPayload() *models.RunConfig
type UpdateRunConfigParams ¶ added in v0.4.0
type UpdateRunConfigParams struct { /*AppName App name from the `-a|--app` flag */ AppName string /*NewRunConfig*/ NewRunConfig *models.InputRunConfig Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateRunConfigParams contains all the parameters to send to the API endpoint for the update run config operation typically these are written to a http.Request
func NewUpdateRunConfigParams ¶ added in v0.4.0
func NewUpdateRunConfigParams() *UpdateRunConfigParams
NewUpdateRunConfigParams creates a new UpdateRunConfigParams object with the default values initialized.
func NewUpdateRunConfigParamsWithContext ¶ added in v0.4.0
func NewUpdateRunConfigParamsWithContext(ctx context.Context) *UpdateRunConfigParams
NewUpdateRunConfigParamsWithContext creates a new UpdateRunConfigParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateRunConfigParamsWithHTTPClient ¶ added in v0.4.0
func NewUpdateRunConfigParamsWithHTTPClient(client *http.Client) *UpdateRunConfigParams
NewUpdateRunConfigParamsWithHTTPClient creates a new UpdateRunConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateRunConfigParamsWithTimeout ¶ added in v0.4.0
func NewUpdateRunConfigParamsWithTimeout(timeout time.Duration) *UpdateRunConfigParams
NewUpdateRunConfigParamsWithTimeout creates a new UpdateRunConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateRunConfigParams) SetAppName ¶ added in v0.4.0
func (o *UpdateRunConfigParams) SetAppName(appName string)
SetAppName adds the appName to the update run config params
func (*UpdateRunConfigParams) SetContext ¶ added in v0.4.0
func (o *UpdateRunConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the update run config params
func (*UpdateRunConfigParams) SetHTTPClient ¶ added in v0.4.0
func (o *UpdateRunConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update run config params
func (*UpdateRunConfigParams) SetNewRunConfig ¶ added in v0.4.0
func (o *UpdateRunConfigParams) SetNewRunConfig(newRunConfig *models.InputRunConfig)
SetNewRunConfig adds the newRunConfig to the update run config params
func (*UpdateRunConfigParams) SetTimeout ¶ added in v0.4.0
func (o *UpdateRunConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update run config params
func (*UpdateRunConfigParams) WithAppName ¶ added in v0.4.0
func (o *UpdateRunConfigParams) WithAppName(appName string) *UpdateRunConfigParams
WithAppName adds the appName to the update run config params
func (*UpdateRunConfigParams) WithContext ¶ added in v0.4.0
func (o *UpdateRunConfigParams) WithContext(ctx context.Context) *UpdateRunConfigParams
WithContext adds the context to the update run config params
func (*UpdateRunConfigParams) WithHTTPClient ¶ added in v0.4.0
func (o *UpdateRunConfigParams) WithHTTPClient(client *http.Client) *UpdateRunConfigParams
WithHTTPClient adds the HTTPClient to the update run config params
func (*UpdateRunConfigParams) WithNewRunConfig ¶ added in v0.4.0
func (o *UpdateRunConfigParams) WithNewRunConfig(newRunConfig *models.InputRunConfig) *UpdateRunConfigParams
WithNewRunConfig adds the newRunConfig to the update run config params
func (*UpdateRunConfigParams) WithTimeout ¶ added in v0.4.0
func (o *UpdateRunConfigParams) WithTimeout(timeout time.Duration) *UpdateRunConfigParams
WithTimeout adds the timeout to the update run config params
func (*UpdateRunConfigParams) WriteToRequest ¶ added in v0.4.0
func (o *UpdateRunConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateRunConfigReader ¶ added in v0.4.0
type UpdateRunConfigReader struct {
// contains filtered or unexported fields
}
UpdateRunConfigReader is a Reader for the UpdateRunConfig structure.
func (*UpdateRunConfigReader) ReadResponse ¶ added in v0.4.0
func (o *UpdateRunConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpgradeAppBadRequest ¶ added in v0.4.0
type UpgradeAppBadRequest struct {
Payload string
}
UpgradeAppBadRequest handles this case with default header values.
Bad Request
func NewUpgradeAppBadRequest ¶ added in v0.4.0
func NewUpgradeAppBadRequest() *UpgradeAppBadRequest
NewUpgradeAppBadRequest creates a UpgradeAppBadRequest with default headers values
func (*UpgradeAppBadRequest) Error ¶ added in v0.4.0
func (o *UpgradeAppBadRequest) Error() string
func (*UpgradeAppBadRequest) GetPayload ¶ added in v0.4.0
func (o *UpgradeAppBadRequest) GetPayload() string
type UpgradeAppDefault ¶ added in v0.4.0
type UpgradeAppDefault struct { Payload string // contains filtered or unexported fields }
UpgradeAppDefault handles this case with default header values.
Unknown Error
func NewUpgradeAppDefault ¶ added in v0.4.0
func NewUpgradeAppDefault(code int) *UpgradeAppDefault
NewUpgradeAppDefault creates a UpgradeAppDefault with default headers values
func (*UpgradeAppDefault) Code ¶ added in v0.4.0
func (o *UpgradeAppDefault) Code() int
Code gets the status code for the upgrade app default response
func (*UpgradeAppDefault) Error ¶ added in v0.4.0
func (o *UpgradeAppDefault) Error() string
func (*UpgradeAppDefault) GetPayload ¶ added in v0.4.0
func (o *UpgradeAppDefault) GetPayload() string
type UpgradeAppNoContent ¶ added in v0.4.0
type UpgradeAppNoContent struct { }
UpgradeAppNoContent handles this case with default header values.
Upgrade success
func NewUpgradeAppNoContent ¶ added in v0.4.0
func NewUpgradeAppNoContent() *UpgradeAppNoContent
NewUpgradeAppNoContent creates a UpgradeAppNoContent with default headers values
func (*UpgradeAppNoContent) Error ¶ added in v0.4.0
func (o *UpgradeAppNoContent) Error() string
type UpgradeAppNotFound ¶ added in v0.4.0
type UpgradeAppNotFound struct {
Payload string
}
UpgradeAppNotFound handles this case with default header values.
Not Found
func NewUpgradeAppNotFound ¶ added in v0.4.0
func NewUpgradeAppNotFound() *UpgradeAppNotFound
NewUpgradeAppNotFound creates a UpgradeAppNotFound with default headers values
func (*UpgradeAppNotFound) Error ¶ added in v0.4.0
func (o *UpgradeAppNotFound) Error() string
func (*UpgradeAppNotFound) GetPayload ¶ added in v0.4.0
func (o *UpgradeAppNotFound) GetPayload() string
type UpgradeAppParams ¶ added in v0.4.0
type UpgradeAppParams struct { /*AppName App name from the `-a|--app` flag */ AppName string /*NewImage A new image to base the app off of */ NewImage *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpgradeAppParams contains all the parameters to send to the API endpoint for the upgrade app operation typically these are written to a http.Request
func NewUpgradeAppParams ¶ added in v0.4.0
func NewUpgradeAppParams() *UpgradeAppParams
NewUpgradeAppParams creates a new UpgradeAppParams object with the default values initialized.
func NewUpgradeAppParamsWithContext ¶ added in v0.4.0
func NewUpgradeAppParamsWithContext(ctx context.Context) *UpgradeAppParams
NewUpgradeAppParamsWithContext creates a new UpgradeAppParams object with the default values initialized, and the ability to set a context for a request
func NewUpgradeAppParamsWithHTTPClient ¶ added in v0.4.0
func NewUpgradeAppParamsWithHTTPClient(client *http.Client) *UpgradeAppParams
NewUpgradeAppParamsWithHTTPClient creates a new UpgradeAppParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpgradeAppParamsWithTimeout ¶ added in v0.4.0
func NewUpgradeAppParamsWithTimeout(timeout time.Duration) *UpgradeAppParams
NewUpgradeAppParamsWithTimeout creates a new UpgradeAppParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpgradeAppParams) SetAppName ¶ added in v0.4.0
func (o *UpgradeAppParams) SetAppName(appName string)
SetAppName adds the appName to the upgrade app params
func (*UpgradeAppParams) SetContext ¶ added in v0.4.0
func (o *UpgradeAppParams) SetContext(ctx context.Context)
SetContext adds the context to the upgrade app params
func (*UpgradeAppParams) SetHTTPClient ¶ added in v0.4.0
func (o *UpgradeAppParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the upgrade app params
func (*UpgradeAppParams) SetNewImage ¶ added in v0.4.0
func (o *UpgradeAppParams) SetNewImage(newImage *string)
SetNewImage adds the newImage to the upgrade app params
func (*UpgradeAppParams) SetTimeout ¶ added in v0.4.0
func (o *UpgradeAppParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the upgrade app params
func (*UpgradeAppParams) WithAppName ¶ added in v0.4.0
func (o *UpgradeAppParams) WithAppName(appName string) *UpgradeAppParams
WithAppName adds the appName to the upgrade app params
func (*UpgradeAppParams) WithContext ¶ added in v0.4.0
func (o *UpgradeAppParams) WithContext(ctx context.Context) *UpgradeAppParams
WithContext adds the context to the upgrade app params
func (*UpgradeAppParams) WithHTTPClient ¶ added in v0.4.0
func (o *UpgradeAppParams) WithHTTPClient(client *http.Client) *UpgradeAppParams
WithHTTPClient adds the HTTPClient to the upgrade app params
func (*UpgradeAppParams) WithNewImage ¶ added in v0.4.0
func (o *UpgradeAppParams) WithNewImage(newImage *string) *UpgradeAppParams
WithNewImage adds the newImage to the upgrade app params
func (*UpgradeAppParams) WithTimeout ¶ added in v0.4.0
func (o *UpgradeAppParams) WithTimeout(timeout time.Duration) *UpgradeAppParams
WithTimeout adds the timeout to the upgrade app params
func (*UpgradeAppParams) WriteToRequest ¶ added in v0.4.0
func (o *UpgradeAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpgradeAppReader ¶ added in v0.4.0
type UpgradeAppReader struct {
// contains filtered or unexported fields
}
UpgradeAppReader is a Reader for the UpgradeApp structure.
func (*UpgradeAppReader) ReadResponse ¶ added in v0.4.0
func (o *UpgradeAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- create_app_parameters.go
- create_app_responses.go
- delete_app_parameters.go
- delete_app_responses.go
- edit_app_parameters.go
- edit_app_responses.go
- get_app_env_parameters.go
- get_app_env_responses.go
- get_app_parameters.go
- get_app_responses.go
- get_app_traefik_config_parameters.go
- get_app_traefik_config_responses.go
- get_plugin_parameters.go
- get_plugin_responses.go
- get_run_config_parameters.go
- get_run_config_responses.go
- health_check_parameters.go
- health_check_responses.go
- install_plugin_parameters.go
- install_plugin_responses.go
- list_apps_parameters.go
- list_apps_responses.go
- list_plugins_parameters.go
- list_plugins_responses.go
- operations_client.go
- remove_app_traefik_config_parameters.go
- remove_app_traefik_config_responses.go
- start_app_parameters.go
- start_app_responses.go
- stop_app_parameters.go
- stop_app_responses.go
- uninstall_plugin_parameters.go
- uninstall_plugin_responses.go
- update_app_env_parameters.go
- update_app_env_responses.go
- update_app_traefik_config_parameters.go
- update_app_traefik_config_responses.go
- update_run_config_parameters.go
- update_run_config_responses.go
- upgrade_app_parameters.go
- upgrade_app_responses.go