Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateApp(params *CreateAppParams) (*CreateAppOK, error)
- func (a *Client) CreateAppVersion(params *CreateAppVersionParams) (*CreateAppVersionOK, error)
- func (a *Client) DeleteAppVersions(params *DeleteAppVersionsParams) (*DeleteAppVersionsOK, error)
- func (a *Client) DeleteApps(params *DeleteAppsParams) (*DeleteAppsOK, error)
- func (a *Client) DescribeAppVersions(params *DescribeAppVersionsParams) (*DescribeAppVersionsOK, error)
- func (a *Client) DescribeApps(params *DescribeAppsParams) (*DescribeAppsOK, error)
- func (a *Client) GetAppVersionPackage(params *GetAppVersionPackageParams) (*GetAppVersionPackageOK, error)
- func (a *Client) GetAppVersionPackageFiles(params *GetAppVersionPackageFilesParams) (*GetAppVersionPackageFilesOK, error)
- func (a *Client) ModifyApp(params *ModifyAppParams) (*ModifyAppOK, error)
- func (a *Client) ModifyAppVersion(params *ModifyAppVersionParams) (*ModifyAppVersionOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type CreateAppOK
- type CreateAppParams
- func (o *CreateAppParams) SetBody(body *models.OpenpitrixCreateAppRequest)
- func (o *CreateAppParams) SetContext(ctx context.Context)
- func (o *CreateAppParams) SetHTTPClient(client *http.Client)
- func (o *CreateAppParams) SetTimeout(timeout time.Duration)
- func (o *CreateAppParams) WithBody(body *models.OpenpitrixCreateAppRequest) *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 CreateAppVersionOK
- type CreateAppVersionParams
- func NewCreateAppVersionParams() *CreateAppVersionParams
- func NewCreateAppVersionParamsWithContext(ctx context.Context) *CreateAppVersionParams
- func NewCreateAppVersionParamsWithHTTPClient(client *http.Client) *CreateAppVersionParams
- func NewCreateAppVersionParamsWithTimeout(timeout time.Duration) *CreateAppVersionParams
- func (o *CreateAppVersionParams) SetBody(body *models.OpenpitrixCreateAppVersionRequest)
- func (o *CreateAppVersionParams) SetContext(ctx context.Context)
- func (o *CreateAppVersionParams) SetHTTPClient(client *http.Client)
- func (o *CreateAppVersionParams) SetTimeout(timeout time.Duration)
- func (o *CreateAppVersionParams) WithBody(body *models.OpenpitrixCreateAppVersionRequest) *CreateAppVersionParams
- func (o *CreateAppVersionParams) WithContext(ctx context.Context) *CreateAppVersionParams
- func (o *CreateAppVersionParams) WithHTTPClient(client *http.Client) *CreateAppVersionParams
- func (o *CreateAppVersionParams) WithTimeout(timeout time.Duration) *CreateAppVersionParams
- func (o *CreateAppVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAppVersionReader
- type DeleteAppVersionsOK
- type DeleteAppVersionsParams
- func NewDeleteAppVersionsParams() *DeleteAppVersionsParams
- func NewDeleteAppVersionsParamsWithContext(ctx context.Context) *DeleteAppVersionsParams
- func NewDeleteAppVersionsParamsWithHTTPClient(client *http.Client) *DeleteAppVersionsParams
- func NewDeleteAppVersionsParamsWithTimeout(timeout time.Duration) *DeleteAppVersionsParams
- func (o *DeleteAppVersionsParams) SetBody(body *models.OpenpitrixDeleteAppVersionsRequest)
- func (o *DeleteAppVersionsParams) SetContext(ctx context.Context)
- func (o *DeleteAppVersionsParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAppVersionsParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAppVersionsParams) WithBody(body *models.OpenpitrixDeleteAppVersionsRequest) *DeleteAppVersionsParams
- func (o *DeleteAppVersionsParams) WithContext(ctx context.Context) *DeleteAppVersionsParams
- func (o *DeleteAppVersionsParams) WithHTTPClient(client *http.Client) *DeleteAppVersionsParams
- func (o *DeleteAppVersionsParams) WithTimeout(timeout time.Duration) *DeleteAppVersionsParams
- func (o *DeleteAppVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAppVersionsReader
- type DeleteAppsOK
- type DeleteAppsParams
- func (o *DeleteAppsParams) SetBody(body *models.OpenpitrixDeleteAppsRequest)
- func (o *DeleteAppsParams) SetContext(ctx context.Context)
- func (o *DeleteAppsParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAppsParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAppsParams) WithBody(body *models.OpenpitrixDeleteAppsRequest) *DeleteAppsParams
- func (o *DeleteAppsParams) WithContext(ctx context.Context) *DeleteAppsParams
- func (o *DeleteAppsParams) WithHTTPClient(client *http.Client) *DeleteAppsParams
- func (o *DeleteAppsParams) WithTimeout(timeout time.Duration) *DeleteAppsParams
- func (o *DeleteAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAppsReader
- type DescribeAppVersionsOK
- type DescribeAppVersionsParams
- func NewDescribeAppVersionsParams() *DescribeAppVersionsParams
- func NewDescribeAppVersionsParamsWithContext(ctx context.Context) *DescribeAppVersionsParams
- func NewDescribeAppVersionsParamsWithHTTPClient(client *http.Client) *DescribeAppVersionsParams
- func NewDescribeAppVersionsParamsWithTimeout(timeout time.Duration) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) SetAppID(appID []string)
- func (o *DescribeAppVersionsParams) SetContext(ctx context.Context)
- func (o *DescribeAppVersionsParams) SetDescription(description []string)
- func (o *DescribeAppVersionsParams) SetHTTPClient(client *http.Client)
- func (o *DescribeAppVersionsParams) SetLimit(limit *int64)
- func (o *DescribeAppVersionsParams) SetName(name []string)
- func (o *DescribeAppVersionsParams) SetOffset(offset *int64)
- func (o *DescribeAppVersionsParams) SetOwner(owner []string)
- func (o *DescribeAppVersionsParams) SetPackageName(packageName []string)
- func (o *DescribeAppVersionsParams) SetReverse(reverse *bool)
- func (o *DescribeAppVersionsParams) SetSearchWord(searchWord *string)
- func (o *DescribeAppVersionsParams) SetSortKey(sortKey *string)
- func (o *DescribeAppVersionsParams) SetStatus(status []string)
- func (o *DescribeAppVersionsParams) SetTimeout(timeout time.Duration)
- func (o *DescribeAppVersionsParams) SetVersionID(versionID []string)
- func (o *DescribeAppVersionsParams) WithAppID(appID []string) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithContext(ctx context.Context) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithDescription(description []string) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithHTTPClient(client *http.Client) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithLimit(limit *int64) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithName(name []string) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithOffset(offset *int64) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithOwner(owner []string) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithPackageName(packageName []string) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithReverse(reverse *bool) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithSearchWord(searchWord *string) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithSortKey(sortKey *string) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithStatus(status []string) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithTimeout(timeout time.Duration) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithVersionID(versionID []string) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeAppVersionsReader
- type DescribeAppsOK
- type DescribeAppsParams
- func (o *DescribeAppsParams) SetAppID(appID []string)
- func (o *DescribeAppsParams) SetCategoryID(categoryID []string)
- func (o *DescribeAppsParams) SetChartName(chartName []string)
- func (o *DescribeAppsParams) SetContext(ctx context.Context)
- func (o *DescribeAppsParams) SetHTTPClient(client *http.Client)
- func (o *DescribeAppsParams) SetLimit(limit *int64)
- func (o *DescribeAppsParams) SetName(name []string)
- func (o *DescribeAppsParams) SetOffset(offset *int64)
- func (o *DescribeAppsParams) SetOwner(owner []string)
- func (o *DescribeAppsParams) SetRepoID(repoID []string)
- func (o *DescribeAppsParams) SetReverse(reverse *bool)
- func (o *DescribeAppsParams) SetSearchWord(searchWord *string)
- func (o *DescribeAppsParams) SetSortKey(sortKey *string)
- func (o *DescribeAppsParams) SetStatus(status []string)
- func (o *DescribeAppsParams) SetTimeout(timeout time.Duration)
- func (o *DescribeAppsParams) WithAppID(appID []string) *DescribeAppsParams
- func (o *DescribeAppsParams) WithCategoryID(categoryID []string) *DescribeAppsParams
- func (o *DescribeAppsParams) WithChartName(chartName []string) *DescribeAppsParams
- func (o *DescribeAppsParams) WithContext(ctx context.Context) *DescribeAppsParams
- func (o *DescribeAppsParams) WithHTTPClient(client *http.Client) *DescribeAppsParams
- func (o *DescribeAppsParams) WithLimit(limit *int64) *DescribeAppsParams
- func (o *DescribeAppsParams) WithName(name []string) *DescribeAppsParams
- func (o *DescribeAppsParams) WithOffset(offset *int64) *DescribeAppsParams
- func (o *DescribeAppsParams) WithOwner(owner []string) *DescribeAppsParams
- func (o *DescribeAppsParams) WithRepoID(repoID []string) *DescribeAppsParams
- func (o *DescribeAppsParams) WithReverse(reverse *bool) *DescribeAppsParams
- func (o *DescribeAppsParams) WithSearchWord(searchWord *string) *DescribeAppsParams
- func (o *DescribeAppsParams) WithSortKey(sortKey *string) *DescribeAppsParams
- func (o *DescribeAppsParams) WithStatus(status []string) *DescribeAppsParams
- func (o *DescribeAppsParams) WithTimeout(timeout time.Duration) *DescribeAppsParams
- func (o *DescribeAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeAppsReader
- type GetAppVersionPackageFilesOK
- type GetAppVersionPackageFilesParams
- func NewGetAppVersionPackageFilesParams() *GetAppVersionPackageFilesParams
- func NewGetAppVersionPackageFilesParamsWithContext(ctx context.Context) *GetAppVersionPackageFilesParams
- func NewGetAppVersionPackageFilesParamsWithHTTPClient(client *http.Client) *GetAppVersionPackageFilesParams
- func NewGetAppVersionPackageFilesParamsWithTimeout(timeout time.Duration) *GetAppVersionPackageFilesParams
- func (o *GetAppVersionPackageFilesParams) SetContext(ctx context.Context)
- func (o *GetAppVersionPackageFilesParams) SetFiles(files []string)
- func (o *GetAppVersionPackageFilesParams) SetHTTPClient(client *http.Client)
- func (o *GetAppVersionPackageFilesParams) SetTimeout(timeout time.Duration)
- func (o *GetAppVersionPackageFilesParams) SetVersionID(versionID *string)
- func (o *GetAppVersionPackageFilesParams) WithContext(ctx context.Context) *GetAppVersionPackageFilesParams
- func (o *GetAppVersionPackageFilesParams) WithFiles(files []string) *GetAppVersionPackageFilesParams
- func (o *GetAppVersionPackageFilesParams) WithHTTPClient(client *http.Client) *GetAppVersionPackageFilesParams
- func (o *GetAppVersionPackageFilesParams) WithTimeout(timeout time.Duration) *GetAppVersionPackageFilesParams
- func (o *GetAppVersionPackageFilesParams) WithVersionID(versionID *string) *GetAppVersionPackageFilesParams
- func (o *GetAppVersionPackageFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAppVersionPackageFilesReader
- type GetAppVersionPackageOK
- type GetAppVersionPackageParams
- func NewGetAppVersionPackageParams() *GetAppVersionPackageParams
- func NewGetAppVersionPackageParamsWithContext(ctx context.Context) *GetAppVersionPackageParams
- func NewGetAppVersionPackageParamsWithHTTPClient(client *http.Client) *GetAppVersionPackageParams
- func NewGetAppVersionPackageParamsWithTimeout(timeout time.Duration) *GetAppVersionPackageParams
- func (o *GetAppVersionPackageParams) SetContext(ctx context.Context)
- func (o *GetAppVersionPackageParams) SetHTTPClient(client *http.Client)
- func (o *GetAppVersionPackageParams) SetTimeout(timeout time.Duration)
- func (o *GetAppVersionPackageParams) SetVersionID(versionID *string)
- func (o *GetAppVersionPackageParams) WithContext(ctx context.Context) *GetAppVersionPackageParams
- func (o *GetAppVersionPackageParams) WithHTTPClient(client *http.Client) *GetAppVersionPackageParams
- func (o *GetAppVersionPackageParams) WithTimeout(timeout time.Duration) *GetAppVersionPackageParams
- func (o *GetAppVersionPackageParams) WithVersionID(versionID *string) *GetAppVersionPackageParams
- func (o *GetAppVersionPackageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAppVersionPackageReader
- type ModifyAppOK
- type ModifyAppParams
- func (o *ModifyAppParams) SetBody(body *models.OpenpitrixModifyAppRequest)
- func (o *ModifyAppParams) SetContext(ctx context.Context)
- func (o *ModifyAppParams) SetHTTPClient(client *http.Client)
- func (o *ModifyAppParams) SetTimeout(timeout time.Duration)
- func (o *ModifyAppParams) WithBody(body *models.OpenpitrixModifyAppRequest) *ModifyAppParams
- func (o *ModifyAppParams) WithContext(ctx context.Context) *ModifyAppParams
- func (o *ModifyAppParams) WithHTTPClient(client *http.Client) *ModifyAppParams
- func (o *ModifyAppParams) WithTimeout(timeout time.Duration) *ModifyAppParams
- func (o *ModifyAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ModifyAppReader
- type ModifyAppVersionOK
- type ModifyAppVersionParams
- func NewModifyAppVersionParams() *ModifyAppVersionParams
- func NewModifyAppVersionParamsWithContext(ctx context.Context) *ModifyAppVersionParams
- func NewModifyAppVersionParamsWithHTTPClient(client *http.Client) *ModifyAppVersionParams
- func NewModifyAppVersionParamsWithTimeout(timeout time.Duration) *ModifyAppVersionParams
- func (o *ModifyAppVersionParams) SetBody(body *models.OpenpitrixModifyAppVersionRequest)
- func (o *ModifyAppVersionParams) SetContext(ctx context.Context)
- func (o *ModifyAppVersionParams) SetHTTPClient(client *http.Client)
- func (o *ModifyAppVersionParams) SetTimeout(timeout time.Duration)
- func (o *ModifyAppVersionParams) WithBody(body *models.OpenpitrixModifyAppVersionRequest) *ModifyAppVersionParams
- func (o *ModifyAppVersionParams) WithContext(ctx context.Context) *ModifyAppVersionParams
- func (o *ModifyAppVersionParams) WithHTTPClient(client *http.Client) *ModifyAppVersionParams
- func (o *ModifyAppVersionParams) WithTimeout(timeout time.Duration) *ModifyAppVersionParams
- func (o *ModifyAppVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ModifyAppVersionReader
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 app manager API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new app manager API client.
func (*Client) CreateApp ¶
func (a *Client) CreateApp(params *CreateAppParams) (*CreateAppOK, error)
CreateApp creates app
func (*Client) CreateAppVersion ¶
func (a *Client) CreateAppVersion(params *CreateAppVersionParams) (*CreateAppVersionOK, error)
CreateAppVersion creates app version
func (*Client) DeleteAppVersions ¶
func (a *Client) DeleteAppVersions(params *DeleteAppVersionsParams) (*DeleteAppVersionsOK, error)
DeleteAppVersions deletes app versions
func (*Client) DeleteApps ¶
func (a *Client) DeleteApps(params *DeleteAppsParams) (*DeleteAppsOK, error)
DeleteApps deletes apps
func (*Client) DescribeAppVersions ¶
func (a *Client) DescribeAppVersions(params *DescribeAppVersionsParams) (*DescribeAppVersionsOK, error)
DescribeAppVersions describes app versions with filter
func (*Client) DescribeApps ¶
func (a *Client) DescribeApps(params *DescribeAppsParams) (*DescribeAppsOK, error)
DescribeApps describes apps with filter
func (*Client) GetAppVersionPackage ¶
func (a *Client) GetAppVersionPackage(params *GetAppVersionPackageParams) (*GetAppVersionPackageOK, error)
GetAppVersionPackage gets the package content of app version
func (*Client) GetAppVersionPackageFiles ¶
func (a *Client) GetAppVersionPackageFiles(params *GetAppVersionPackageFilesParams) (*GetAppVersionPackageFilesOK, error)
GetAppVersionPackageFiles gets the package files content of app version
func (*Client) ModifyApp ¶
func (a *Client) ModifyApp(params *ModifyAppParams) (*ModifyAppOK, error)
ModifyApp modifies app
func (*Client) ModifyAppVersion ¶
func (a *Client) ModifyAppVersion(params *ModifyAppVersionParams) (*ModifyAppVersionOK, error)
ModifyAppVersion modifies app version
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type CreateAppOK ¶
type CreateAppOK struct {
Payload *models.OpenpitrixCreateAppResponse
}
CreateAppOK handles this case with default header values.
CreateAppOK create app o k
func NewCreateAppOK ¶
func NewCreateAppOK() *CreateAppOK
NewCreateAppOK creates a CreateAppOK with default headers values
func (*CreateAppOK) Error ¶
func (o *CreateAppOK) Error() string
type CreateAppParams ¶
type CreateAppParams struct { /*Body*/ Body *models.OpenpitrixCreateAppRequest 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) SetBody ¶
func (o *CreateAppParams) SetBody(body *models.OpenpitrixCreateAppRequest)
SetBody adds the body 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) WithBody ¶
func (o *CreateAppParams) WithBody(body *models.OpenpitrixCreateAppRequest) *CreateAppParams
WithBody adds the body 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 CreateAppVersionOK ¶
type CreateAppVersionOK struct {
Payload *models.OpenpitrixCreateAppVersionResponse
}
CreateAppVersionOK handles this case with default header values.
CreateAppVersionOK create app version o k
func NewCreateAppVersionOK ¶
func NewCreateAppVersionOK() *CreateAppVersionOK
NewCreateAppVersionOK creates a CreateAppVersionOK with default headers values
func (*CreateAppVersionOK) Error ¶
func (o *CreateAppVersionOK) Error() string
type CreateAppVersionParams ¶
type CreateAppVersionParams struct { /*Body*/ Body *models.OpenpitrixCreateAppVersionRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateAppVersionParams contains all the parameters to send to the API endpoint for the create app version operation typically these are written to a http.Request
func NewCreateAppVersionParams ¶
func NewCreateAppVersionParams() *CreateAppVersionParams
NewCreateAppVersionParams creates a new CreateAppVersionParams object with the default values initialized.
func NewCreateAppVersionParamsWithContext ¶
func NewCreateAppVersionParamsWithContext(ctx context.Context) *CreateAppVersionParams
NewCreateAppVersionParamsWithContext creates a new CreateAppVersionParams object with the default values initialized, and the ability to set a context for a request
func NewCreateAppVersionParamsWithHTTPClient ¶
func NewCreateAppVersionParamsWithHTTPClient(client *http.Client) *CreateAppVersionParams
NewCreateAppVersionParamsWithHTTPClient creates a new CreateAppVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateAppVersionParamsWithTimeout ¶
func NewCreateAppVersionParamsWithTimeout(timeout time.Duration) *CreateAppVersionParams
NewCreateAppVersionParamsWithTimeout creates a new CreateAppVersionParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateAppVersionParams) SetBody ¶
func (o *CreateAppVersionParams) SetBody(body *models.OpenpitrixCreateAppVersionRequest)
SetBody adds the body to the create app version params
func (*CreateAppVersionParams) SetContext ¶
func (o *CreateAppVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the create app version params
func (*CreateAppVersionParams) SetHTTPClient ¶
func (o *CreateAppVersionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create app version params
func (*CreateAppVersionParams) SetTimeout ¶
func (o *CreateAppVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create app version params
func (*CreateAppVersionParams) WithBody ¶
func (o *CreateAppVersionParams) WithBody(body *models.OpenpitrixCreateAppVersionRequest) *CreateAppVersionParams
WithBody adds the body to the create app version params
func (*CreateAppVersionParams) WithContext ¶
func (o *CreateAppVersionParams) WithContext(ctx context.Context) *CreateAppVersionParams
WithContext adds the context to the create app version params
func (*CreateAppVersionParams) WithHTTPClient ¶
func (o *CreateAppVersionParams) WithHTTPClient(client *http.Client) *CreateAppVersionParams
WithHTTPClient adds the HTTPClient to the create app version params
func (*CreateAppVersionParams) WithTimeout ¶
func (o *CreateAppVersionParams) WithTimeout(timeout time.Duration) *CreateAppVersionParams
WithTimeout adds the timeout to the create app version params
func (*CreateAppVersionParams) WriteToRequest ¶
func (o *CreateAppVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateAppVersionReader ¶
type CreateAppVersionReader struct {
// contains filtered or unexported fields
}
CreateAppVersionReader is a Reader for the CreateAppVersion structure.
func (*CreateAppVersionReader) ReadResponse ¶
func (o *CreateAppVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAppVersionsOK ¶
type DeleteAppVersionsOK struct {
Payload *models.OpenpitrixDeleteAppVersionsResponse
}
DeleteAppVersionsOK handles this case with default header values.
DeleteAppVersionsOK delete app versions o k
func NewDeleteAppVersionsOK ¶
func NewDeleteAppVersionsOK() *DeleteAppVersionsOK
NewDeleteAppVersionsOK creates a DeleteAppVersionsOK with default headers values
func (*DeleteAppVersionsOK) Error ¶
func (o *DeleteAppVersionsOK) Error() string
type DeleteAppVersionsParams ¶
type DeleteAppVersionsParams struct { /*Body*/ Body *models.OpenpitrixDeleteAppVersionsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteAppVersionsParams contains all the parameters to send to the API endpoint for the delete app versions operation typically these are written to a http.Request
func NewDeleteAppVersionsParams ¶
func NewDeleteAppVersionsParams() *DeleteAppVersionsParams
NewDeleteAppVersionsParams creates a new DeleteAppVersionsParams object with the default values initialized.
func NewDeleteAppVersionsParamsWithContext ¶
func NewDeleteAppVersionsParamsWithContext(ctx context.Context) *DeleteAppVersionsParams
NewDeleteAppVersionsParamsWithContext creates a new DeleteAppVersionsParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteAppVersionsParamsWithHTTPClient ¶
func NewDeleteAppVersionsParamsWithHTTPClient(client *http.Client) *DeleteAppVersionsParams
NewDeleteAppVersionsParamsWithHTTPClient creates a new DeleteAppVersionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteAppVersionsParamsWithTimeout ¶
func NewDeleteAppVersionsParamsWithTimeout(timeout time.Duration) *DeleteAppVersionsParams
NewDeleteAppVersionsParamsWithTimeout creates a new DeleteAppVersionsParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteAppVersionsParams) SetBody ¶
func (o *DeleteAppVersionsParams) SetBody(body *models.OpenpitrixDeleteAppVersionsRequest)
SetBody adds the body to the delete app versions params
func (*DeleteAppVersionsParams) SetContext ¶
func (o *DeleteAppVersionsParams) SetContext(ctx context.Context)
SetContext adds the context to the delete app versions params
func (*DeleteAppVersionsParams) SetHTTPClient ¶
func (o *DeleteAppVersionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete app versions params
func (*DeleteAppVersionsParams) SetTimeout ¶
func (o *DeleteAppVersionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete app versions params
func (*DeleteAppVersionsParams) WithBody ¶
func (o *DeleteAppVersionsParams) WithBody(body *models.OpenpitrixDeleteAppVersionsRequest) *DeleteAppVersionsParams
WithBody adds the body to the delete app versions params
func (*DeleteAppVersionsParams) WithContext ¶
func (o *DeleteAppVersionsParams) WithContext(ctx context.Context) *DeleteAppVersionsParams
WithContext adds the context to the delete app versions params
func (*DeleteAppVersionsParams) WithHTTPClient ¶
func (o *DeleteAppVersionsParams) WithHTTPClient(client *http.Client) *DeleteAppVersionsParams
WithHTTPClient adds the HTTPClient to the delete app versions params
func (*DeleteAppVersionsParams) WithTimeout ¶
func (o *DeleteAppVersionsParams) WithTimeout(timeout time.Duration) *DeleteAppVersionsParams
WithTimeout adds the timeout to the delete app versions params
func (*DeleteAppVersionsParams) WriteToRequest ¶
func (o *DeleteAppVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAppVersionsReader ¶
type DeleteAppVersionsReader struct {
// contains filtered or unexported fields
}
DeleteAppVersionsReader is a Reader for the DeleteAppVersions structure.
func (*DeleteAppVersionsReader) ReadResponse ¶
func (o *DeleteAppVersionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAppsOK ¶
type DeleteAppsOK struct {
Payload *models.OpenpitrixDeleteAppsResponse
}
DeleteAppsOK handles this case with default header values.
DeleteAppsOK delete apps o k
func NewDeleteAppsOK ¶
func NewDeleteAppsOK() *DeleteAppsOK
NewDeleteAppsOK creates a DeleteAppsOK with default headers values
func (*DeleteAppsOK) Error ¶
func (o *DeleteAppsOK) Error() string
type DeleteAppsParams ¶
type DeleteAppsParams struct { /*Body*/ Body *models.OpenpitrixDeleteAppsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteAppsParams contains all the parameters to send to the API endpoint for the delete apps operation typically these are written to a http.Request
func NewDeleteAppsParams ¶
func NewDeleteAppsParams() *DeleteAppsParams
NewDeleteAppsParams creates a new DeleteAppsParams object with the default values initialized.
func NewDeleteAppsParamsWithContext ¶
func NewDeleteAppsParamsWithContext(ctx context.Context) *DeleteAppsParams
NewDeleteAppsParamsWithContext creates a new DeleteAppsParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteAppsParamsWithHTTPClient ¶
func NewDeleteAppsParamsWithHTTPClient(client *http.Client) *DeleteAppsParams
NewDeleteAppsParamsWithHTTPClient creates a new DeleteAppsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteAppsParamsWithTimeout ¶
func NewDeleteAppsParamsWithTimeout(timeout time.Duration) *DeleteAppsParams
NewDeleteAppsParamsWithTimeout creates a new DeleteAppsParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteAppsParams) SetBody ¶
func (o *DeleteAppsParams) SetBody(body *models.OpenpitrixDeleteAppsRequest)
SetBody adds the body to the delete apps params
func (*DeleteAppsParams) SetContext ¶
func (o *DeleteAppsParams) SetContext(ctx context.Context)
SetContext adds the context to the delete apps params
func (*DeleteAppsParams) SetHTTPClient ¶
func (o *DeleteAppsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete apps params
func (*DeleteAppsParams) SetTimeout ¶
func (o *DeleteAppsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete apps params
func (*DeleteAppsParams) WithBody ¶
func (o *DeleteAppsParams) WithBody(body *models.OpenpitrixDeleteAppsRequest) *DeleteAppsParams
WithBody adds the body to the delete apps params
func (*DeleteAppsParams) WithContext ¶
func (o *DeleteAppsParams) WithContext(ctx context.Context) *DeleteAppsParams
WithContext adds the context to the delete apps params
func (*DeleteAppsParams) WithHTTPClient ¶
func (o *DeleteAppsParams) WithHTTPClient(client *http.Client) *DeleteAppsParams
WithHTTPClient adds the HTTPClient to the delete apps params
func (*DeleteAppsParams) WithTimeout ¶
func (o *DeleteAppsParams) WithTimeout(timeout time.Duration) *DeleteAppsParams
WithTimeout adds the timeout to the delete apps params
func (*DeleteAppsParams) WriteToRequest ¶
func (o *DeleteAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAppsReader ¶
type DeleteAppsReader struct {
// contains filtered or unexported fields
}
DeleteAppsReader is a Reader for the DeleteApps structure.
func (*DeleteAppsReader) ReadResponse ¶
func (o *DeleteAppsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DescribeAppVersionsOK ¶
type DescribeAppVersionsOK struct {
Payload *models.OpenpitrixDescribeAppVersionsResponse
}
DescribeAppVersionsOK handles this case with default header values.
DescribeAppVersionsOK describe app versions o k
func NewDescribeAppVersionsOK ¶
func NewDescribeAppVersionsOK() *DescribeAppVersionsOK
NewDescribeAppVersionsOK creates a DescribeAppVersionsOK with default headers values
func (*DescribeAppVersionsOK) Error ¶
func (o *DescribeAppVersionsOK) Error() string
type DescribeAppVersionsParams ¶
type DescribeAppVersionsParams struct { /*AppID*/ AppID []string /*Description*/ Description []string /*Limit*/ Limit *int64 /*Name*/ Name []string /*Offset*/ Offset *int64 /*Owner*/ Owner []string /*PackageName*/ PackageName []string /*Reverse*/ Reverse *bool /*SearchWord*/ SearchWord *string /*SortKey*/ SortKey *string /*Status*/ Status []string /*VersionID*/ VersionID []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DescribeAppVersionsParams contains all the parameters to send to the API endpoint for the describe app versions operation typically these are written to a http.Request
func NewDescribeAppVersionsParams ¶
func NewDescribeAppVersionsParams() *DescribeAppVersionsParams
NewDescribeAppVersionsParams creates a new DescribeAppVersionsParams object with the default values initialized.
func NewDescribeAppVersionsParamsWithContext ¶
func NewDescribeAppVersionsParamsWithContext(ctx context.Context) *DescribeAppVersionsParams
NewDescribeAppVersionsParamsWithContext creates a new DescribeAppVersionsParams object with the default values initialized, and the ability to set a context for a request
func NewDescribeAppVersionsParamsWithHTTPClient ¶
func NewDescribeAppVersionsParamsWithHTTPClient(client *http.Client) *DescribeAppVersionsParams
NewDescribeAppVersionsParamsWithHTTPClient creates a new DescribeAppVersionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDescribeAppVersionsParamsWithTimeout ¶
func NewDescribeAppVersionsParamsWithTimeout(timeout time.Duration) *DescribeAppVersionsParams
NewDescribeAppVersionsParamsWithTimeout creates a new DescribeAppVersionsParams object with the default values initialized, and the ability to set a timeout on a request
func (*DescribeAppVersionsParams) SetAppID ¶
func (o *DescribeAppVersionsParams) SetAppID(appID []string)
SetAppID adds the appId to the describe app versions params
func (*DescribeAppVersionsParams) SetContext ¶
func (o *DescribeAppVersionsParams) SetContext(ctx context.Context)
SetContext adds the context to the describe app versions params
func (*DescribeAppVersionsParams) SetDescription ¶
func (o *DescribeAppVersionsParams) SetDescription(description []string)
SetDescription adds the description to the describe app versions params
func (*DescribeAppVersionsParams) SetHTTPClient ¶
func (o *DescribeAppVersionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the describe app versions params
func (*DescribeAppVersionsParams) SetLimit ¶
func (o *DescribeAppVersionsParams) SetLimit(limit *int64)
SetLimit adds the limit to the describe app versions params
func (*DescribeAppVersionsParams) SetName ¶
func (o *DescribeAppVersionsParams) SetName(name []string)
SetName adds the name to the describe app versions params
func (*DescribeAppVersionsParams) SetOffset ¶
func (o *DescribeAppVersionsParams) SetOffset(offset *int64)
SetOffset adds the offset to the describe app versions params
func (*DescribeAppVersionsParams) SetOwner ¶
func (o *DescribeAppVersionsParams) SetOwner(owner []string)
SetOwner adds the owner to the describe app versions params
func (*DescribeAppVersionsParams) SetPackageName ¶
func (o *DescribeAppVersionsParams) SetPackageName(packageName []string)
SetPackageName adds the packageName to the describe app versions params
func (*DescribeAppVersionsParams) SetReverse ¶
func (o *DescribeAppVersionsParams) SetReverse(reverse *bool)
SetReverse adds the reverse to the describe app versions params
func (*DescribeAppVersionsParams) SetSearchWord ¶
func (o *DescribeAppVersionsParams) SetSearchWord(searchWord *string)
SetSearchWord adds the searchWord to the describe app versions params
func (*DescribeAppVersionsParams) SetSortKey ¶
func (o *DescribeAppVersionsParams) SetSortKey(sortKey *string)
SetSortKey adds the sortKey to the describe app versions params
func (*DescribeAppVersionsParams) SetStatus ¶
func (o *DescribeAppVersionsParams) SetStatus(status []string)
SetStatus adds the status to the describe app versions params
func (*DescribeAppVersionsParams) SetTimeout ¶
func (o *DescribeAppVersionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the describe app versions params
func (*DescribeAppVersionsParams) SetVersionID ¶
func (o *DescribeAppVersionsParams) SetVersionID(versionID []string)
SetVersionID adds the versionId to the describe app versions params
func (*DescribeAppVersionsParams) WithAppID ¶
func (o *DescribeAppVersionsParams) WithAppID(appID []string) *DescribeAppVersionsParams
WithAppID adds the appID to the describe app versions params
func (*DescribeAppVersionsParams) WithContext ¶
func (o *DescribeAppVersionsParams) WithContext(ctx context.Context) *DescribeAppVersionsParams
WithContext adds the context to the describe app versions params
func (*DescribeAppVersionsParams) WithDescription ¶
func (o *DescribeAppVersionsParams) WithDescription(description []string) *DescribeAppVersionsParams
WithDescription adds the description to the describe app versions params
func (*DescribeAppVersionsParams) WithHTTPClient ¶
func (o *DescribeAppVersionsParams) WithHTTPClient(client *http.Client) *DescribeAppVersionsParams
WithHTTPClient adds the HTTPClient to the describe app versions params
func (*DescribeAppVersionsParams) WithLimit ¶
func (o *DescribeAppVersionsParams) WithLimit(limit *int64) *DescribeAppVersionsParams
WithLimit adds the limit to the describe app versions params
func (*DescribeAppVersionsParams) WithName ¶
func (o *DescribeAppVersionsParams) WithName(name []string) *DescribeAppVersionsParams
WithName adds the name to the describe app versions params
func (*DescribeAppVersionsParams) WithOffset ¶
func (o *DescribeAppVersionsParams) WithOffset(offset *int64) *DescribeAppVersionsParams
WithOffset adds the offset to the describe app versions params
func (*DescribeAppVersionsParams) WithOwner ¶
func (o *DescribeAppVersionsParams) WithOwner(owner []string) *DescribeAppVersionsParams
WithOwner adds the owner to the describe app versions params
func (*DescribeAppVersionsParams) WithPackageName ¶
func (o *DescribeAppVersionsParams) WithPackageName(packageName []string) *DescribeAppVersionsParams
WithPackageName adds the packageName to the describe app versions params
func (*DescribeAppVersionsParams) WithReverse ¶
func (o *DescribeAppVersionsParams) WithReverse(reverse *bool) *DescribeAppVersionsParams
WithReverse adds the reverse to the describe app versions params
func (*DescribeAppVersionsParams) WithSearchWord ¶
func (o *DescribeAppVersionsParams) WithSearchWord(searchWord *string) *DescribeAppVersionsParams
WithSearchWord adds the searchWord to the describe app versions params
func (*DescribeAppVersionsParams) WithSortKey ¶
func (o *DescribeAppVersionsParams) WithSortKey(sortKey *string) *DescribeAppVersionsParams
WithSortKey adds the sortKey to the describe app versions params
func (*DescribeAppVersionsParams) WithStatus ¶
func (o *DescribeAppVersionsParams) WithStatus(status []string) *DescribeAppVersionsParams
WithStatus adds the status to the describe app versions params
func (*DescribeAppVersionsParams) WithTimeout ¶
func (o *DescribeAppVersionsParams) WithTimeout(timeout time.Duration) *DescribeAppVersionsParams
WithTimeout adds the timeout to the describe app versions params
func (*DescribeAppVersionsParams) WithVersionID ¶
func (o *DescribeAppVersionsParams) WithVersionID(versionID []string) *DescribeAppVersionsParams
WithVersionID adds the versionID to the describe app versions params
func (*DescribeAppVersionsParams) WriteToRequest ¶
func (o *DescribeAppVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DescribeAppVersionsReader ¶
type DescribeAppVersionsReader struct {
// contains filtered or unexported fields
}
DescribeAppVersionsReader is a Reader for the DescribeAppVersions structure.
func (*DescribeAppVersionsReader) ReadResponse ¶
func (o *DescribeAppVersionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DescribeAppsOK ¶
type DescribeAppsOK struct {
Payload *models.OpenpitrixDescribeAppsResponse
}
DescribeAppsOK handles this case with default header values.
DescribeAppsOK describe apps o k
func NewDescribeAppsOK ¶
func NewDescribeAppsOK() *DescribeAppsOK
NewDescribeAppsOK creates a DescribeAppsOK with default headers values
func (*DescribeAppsOK) Error ¶
func (o *DescribeAppsOK) Error() string
type DescribeAppsParams ¶
type DescribeAppsParams struct { /*AppID*/ AppID []string /*CategoryID*/ CategoryID []string /*ChartName*/ ChartName []string /*Limit*/ Limit *int64 /*Name*/ Name []string /*Offset*/ Offset *int64 /*Owner*/ Owner []string /*RepoID*/ RepoID []string /*Reverse*/ Reverse *bool /*SearchWord*/ SearchWord *string /*SortKey*/ SortKey *string /*Status*/ Status []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DescribeAppsParams contains all the parameters to send to the API endpoint for the describe apps operation typically these are written to a http.Request
func NewDescribeAppsParams ¶
func NewDescribeAppsParams() *DescribeAppsParams
NewDescribeAppsParams creates a new DescribeAppsParams object with the default values initialized.
func NewDescribeAppsParamsWithContext ¶
func NewDescribeAppsParamsWithContext(ctx context.Context) *DescribeAppsParams
NewDescribeAppsParamsWithContext creates a new DescribeAppsParams object with the default values initialized, and the ability to set a context for a request
func NewDescribeAppsParamsWithHTTPClient ¶
func NewDescribeAppsParamsWithHTTPClient(client *http.Client) *DescribeAppsParams
NewDescribeAppsParamsWithHTTPClient creates a new DescribeAppsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDescribeAppsParamsWithTimeout ¶
func NewDescribeAppsParamsWithTimeout(timeout time.Duration) *DescribeAppsParams
NewDescribeAppsParamsWithTimeout creates a new DescribeAppsParams object with the default values initialized, and the ability to set a timeout on a request
func (*DescribeAppsParams) SetAppID ¶
func (o *DescribeAppsParams) SetAppID(appID []string)
SetAppID adds the appId to the describe apps params
func (*DescribeAppsParams) SetCategoryID ¶
func (o *DescribeAppsParams) SetCategoryID(categoryID []string)
SetCategoryID adds the categoryId to the describe apps params
func (*DescribeAppsParams) SetChartName ¶
func (o *DescribeAppsParams) SetChartName(chartName []string)
SetChartName adds the chartName to the describe apps params
func (*DescribeAppsParams) SetContext ¶
func (o *DescribeAppsParams) SetContext(ctx context.Context)
SetContext adds the context to the describe apps params
func (*DescribeAppsParams) SetHTTPClient ¶
func (o *DescribeAppsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the describe apps params
func (*DescribeAppsParams) SetLimit ¶
func (o *DescribeAppsParams) SetLimit(limit *int64)
SetLimit adds the limit to the describe apps params
func (*DescribeAppsParams) SetName ¶
func (o *DescribeAppsParams) SetName(name []string)
SetName adds the name to the describe apps params
func (*DescribeAppsParams) SetOffset ¶
func (o *DescribeAppsParams) SetOffset(offset *int64)
SetOffset adds the offset to the describe apps params
func (*DescribeAppsParams) SetOwner ¶
func (o *DescribeAppsParams) SetOwner(owner []string)
SetOwner adds the owner to the describe apps params
func (*DescribeAppsParams) SetRepoID ¶
func (o *DescribeAppsParams) SetRepoID(repoID []string)
SetRepoID adds the repoId to the describe apps params
func (*DescribeAppsParams) SetReverse ¶
func (o *DescribeAppsParams) SetReverse(reverse *bool)
SetReverse adds the reverse to the describe apps params
func (*DescribeAppsParams) SetSearchWord ¶
func (o *DescribeAppsParams) SetSearchWord(searchWord *string)
SetSearchWord adds the searchWord to the describe apps params
func (*DescribeAppsParams) SetSortKey ¶
func (o *DescribeAppsParams) SetSortKey(sortKey *string)
SetSortKey adds the sortKey to the describe apps params
func (*DescribeAppsParams) SetStatus ¶
func (o *DescribeAppsParams) SetStatus(status []string)
SetStatus adds the status to the describe apps params
func (*DescribeAppsParams) SetTimeout ¶
func (o *DescribeAppsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the describe apps params
func (*DescribeAppsParams) WithAppID ¶
func (o *DescribeAppsParams) WithAppID(appID []string) *DescribeAppsParams
WithAppID adds the appID to the describe apps params
func (*DescribeAppsParams) WithCategoryID ¶
func (o *DescribeAppsParams) WithCategoryID(categoryID []string) *DescribeAppsParams
WithCategoryID adds the categoryID to the describe apps params
func (*DescribeAppsParams) WithChartName ¶
func (o *DescribeAppsParams) WithChartName(chartName []string) *DescribeAppsParams
WithChartName adds the chartName to the describe apps params
func (*DescribeAppsParams) WithContext ¶
func (o *DescribeAppsParams) WithContext(ctx context.Context) *DescribeAppsParams
WithContext adds the context to the describe apps params
func (*DescribeAppsParams) WithHTTPClient ¶
func (o *DescribeAppsParams) WithHTTPClient(client *http.Client) *DescribeAppsParams
WithHTTPClient adds the HTTPClient to the describe apps params
func (*DescribeAppsParams) WithLimit ¶
func (o *DescribeAppsParams) WithLimit(limit *int64) *DescribeAppsParams
WithLimit adds the limit to the describe apps params
func (*DescribeAppsParams) WithName ¶
func (o *DescribeAppsParams) WithName(name []string) *DescribeAppsParams
WithName adds the name to the describe apps params
func (*DescribeAppsParams) WithOffset ¶
func (o *DescribeAppsParams) WithOffset(offset *int64) *DescribeAppsParams
WithOffset adds the offset to the describe apps params
func (*DescribeAppsParams) WithOwner ¶
func (o *DescribeAppsParams) WithOwner(owner []string) *DescribeAppsParams
WithOwner adds the owner to the describe apps params
func (*DescribeAppsParams) WithRepoID ¶
func (o *DescribeAppsParams) WithRepoID(repoID []string) *DescribeAppsParams
WithRepoID adds the repoID to the describe apps params
func (*DescribeAppsParams) WithReverse ¶
func (o *DescribeAppsParams) WithReverse(reverse *bool) *DescribeAppsParams
WithReverse adds the reverse to the describe apps params
func (*DescribeAppsParams) WithSearchWord ¶
func (o *DescribeAppsParams) WithSearchWord(searchWord *string) *DescribeAppsParams
WithSearchWord adds the searchWord to the describe apps params
func (*DescribeAppsParams) WithSortKey ¶
func (o *DescribeAppsParams) WithSortKey(sortKey *string) *DescribeAppsParams
WithSortKey adds the sortKey to the describe apps params
func (*DescribeAppsParams) WithStatus ¶
func (o *DescribeAppsParams) WithStatus(status []string) *DescribeAppsParams
WithStatus adds the status to the describe apps params
func (*DescribeAppsParams) WithTimeout ¶
func (o *DescribeAppsParams) WithTimeout(timeout time.Duration) *DescribeAppsParams
WithTimeout adds the timeout to the describe apps params
func (*DescribeAppsParams) WriteToRequest ¶
func (o *DescribeAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DescribeAppsReader ¶
type DescribeAppsReader struct {
// contains filtered or unexported fields
}
DescribeAppsReader is a Reader for the DescribeApps structure.
func (*DescribeAppsReader) ReadResponse ¶
func (o *DescribeAppsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAppVersionPackageFilesOK ¶
type GetAppVersionPackageFilesOK struct {
Payload *models.OpenpitrixGetAppVersionPackageFilesResponse
}
GetAppVersionPackageFilesOK handles this case with default header values.
GetAppVersionPackageFilesOK get app version package files o k
func NewGetAppVersionPackageFilesOK ¶
func NewGetAppVersionPackageFilesOK() *GetAppVersionPackageFilesOK
NewGetAppVersionPackageFilesOK creates a GetAppVersionPackageFilesOK with default headers values
func (*GetAppVersionPackageFilesOK) Error ¶
func (o *GetAppVersionPackageFilesOK) Error() string
type GetAppVersionPackageFilesParams ¶
type GetAppVersionPackageFilesParams struct { /*Files*/ Files []string /*VersionID*/ VersionID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAppVersionPackageFilesParams contains all the parameters to send to the API endpoint for the get app version package files operation typically these are written to a http.Request
func NewGetAppVersionPackageFilesParams ¶
func NewGetAppVersionPackageFilesParams() *GetAppVersionPackageFilesParams
NewGetAppVersionPackageFilesParams creates a new GetAppVersionPackageFilesParams object with the default values initialized.
func NewGetAppVersionPackageFilesParamsWithContext ¶
func NewGetAppVersionPackageFilesParamsWithContext(ctx context.Context) *GetAppVersionPackageFilesParams
NewGetAppVersionPackageFilesParamsWithContext creates a new GetAppVersionPackageFilesParams object with the default values initialized, and the ability to set a context for a request
func NewGetAppVersionPackageFilesParamsWithHTTPClient ¶
func NewGetAppVersionPackageFilesParamsWithHTTPClient(client *http.Client) *GetAppVersionPackageFilesParams
NewGetAppVersionPackageFilesParamsWithHTTPClient creates a new GetAppVersionPackageFilesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAppVersionPackageFilesParamsWithTimeout ¶
func NewGetAppVersionPackageFilesParamsWithTimeout(timeout time.Duration) *GetAppVersionPackageFilesParams
NewGetAppVersionPackageFilesParamsWithTimeout creates a new GetAppVersionPackageFilesParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAppVersionPackageFilesParams) SetContext ¶
func (o *GetAppVersionPackageFilesParams) SetContext(ctx context.Context)
SetContext adds the context to the get app version package files params
func (*GetAppVersionPackageFilesParams) SetFiles ¶
func (o *GetAppVersionPackageFilesParams) SetFiles(files []string)
SetFiles adds the files to the get app version package files params
func (*GetAppVersionPackageFilesParams) SetHTTPClient ¶
func (o *GetAppVersionPackageFilesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get app version package files params
func (*GetAppVersionPackageFilesParams) SetTimeout ¶
func (o *GetAppVersionPackageFilesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get app version package files params
func (*GetAppVersionPackageFilesParams) SetVersionID ¶
func (o *GetAppVersionPackageFilesParams) SetVersionID(versionID *string)
SetVersionID adds the versionId to the get app version package files params
func (*GetAppVersionPackageFilesParams) WithContext ¶
func (o *GetAppVersionPackageFilesParams) WithContext(ctx context.Context) *GetAppVersionPackageFilesParams
WithContext adds the context to the get app version package files params
func (*GetAppVersionPackageFilesParams) WithFiles ¶
func (o *GetAppVersionPackageFilesParams) WithFiles(files []string) *GetAppVersionPackageFilesParams
WithFiles adds the files to the get app version package files params
func (*GetAppVersionPackageFilesParams) WithHTTPClient ¶
func (o *GetAppVersionPackageFilesParams) WithHTTPClient(client *http.Client) *GetAppVersionPackageFilesParams
WithHTTPClient adds the HTTPClient to the get app version package files params
func (*GetAppVersionPackageFilesParams) WithTimeout ¶
func (o *GetAppVersionPackageFilesParams) WithTimeout(timeout time.Duration) *GetAppVersionPackageFilesParams
WithTimeout adds the timeout to the get app version package files params
func (*GetAppVersionPackageFilesParams) WithVersionID ¶
func (o *GetAppVersionPackageFilesParams) WithVersionID(versionID *string) *GetAppVersionPackageFilesParams
WithVersionID adds the versionID to the get app version package files params
func (*GetAppVersionPackageFilesParams) WriteToRequest ¶
func (o *GetAppVersionPackageFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAppVersionPackageFilesReader ¶
type GetAppVersionPackageFilesReader struct {
// contains filtered or unexported fields
}
GetAppVersionPackageFilesReader is a Reader for the GetAppVersionPackageFiles structure.
func (*GetAppVersionPackageFilesReader) ReadResponse ¶
func (o *GetAppVersionPackageFilesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAppVersionPackageOK ¶
type GetAppVersionPackageOK struct {
Payload *models.OpenpitrixGetAppVersionPackageResponse
}
GetAppVersionPackageOK handles this case with default header values.
GetAppVersionPackageOK get app version package o k
func NewGetAppVersionPackageOK ¶
func NewGetAppVersionPackageOK() *GetAppVersionPackageOK
NewGetAppVersionPackageOK creates a GetAppVersionPackageOK with default headers values
func (*GetAppVersionPackageOK) Error ¶
func (o *GetAppVersionPackageOK) Error() string
type GetAppVersionPackageParams ¶
type GetAppVersionPackageParams struct { /*VersionID*/ VersionID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAppVersionPackageParams contains all the parameters to send to the API endpoint for the get app version package operation typically these are written to a http.Request
func NewGetAppVersionPackageParams ¶
func NewGetAppVersionPackageParams() *GetAppVersionPackageParams
NewGetAppVersionPackageParams creates a new GetAppVersionPackageParams object with the default values initialized.
func NewGetAppVersionPackageParamsWithContext ¶
func NewGetAppVersionPackageParamsWithContext(ctx context.Context) *GetAppVersionPackageParams
NewGetAppVersionPackageParamsWithContext creates a new GetAppVersionPackageParams object with the default values initialized, and the ability to set a context for a request
func NewGetAppVersionPackageParamsWithHTTPClient ¶
func NewGetAppVersionPackageParamsWithHTTPClient(client *http.Client) *GetAppVersionPackageParams
NewGetAppVersionPackageParamsWithHTTPClient creates a new GetAppVersionPackageParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAppVersionPackageParamsWithTimeout ¶
func NewGetAppVersionPackageParamsWithTimeout(timeout time.Duration) *GetAppVersionPackageParams
NewGetAppVersionPackageParamsWithTimeout creates a new GetAppVersionPackageParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAppVersionPackageParams) SetContext ¶
func (o *GetAppVersionPackageParams) SetContext(ctx context.Context)
SetContext adds the context to the get app version package params
func (*GetAppVersionPackageParams) SetHTTPClient ¶
func (o *GetAppVersionPackageParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get app version package params
func (*GetAppVersionPackageParams) SetTimeout ¶
func (o *GetAppVersionPackageParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get app version package params
func (*GetAppVersionPackageParams) SetVersionID ¶
func (o *GetAppVersionPackageParams) SetVersionID(versionID *string)
SetVersionID adds the versionId to the get app version package params
func (*GetAppVersionPackageParams) WithContext ¶
func (o *GetAppVersionPackageParams) WithContext(ctx context.Context) *GetAppVersionPackageParams
WithContext adds the context to the get app version package params
func (*GetAppVersionPackageParams) WithHTTPClient ¶
func (o *GetAppVersionPackageParams) WithHTTPClient(client *http.Client) *GetAppVersionPackageParams
WithHTTPClient adds the HTTPClient to the get app version package params
func (*GetAppVersionPackageParams) WithTimeout ¶
func (o *GetAppVersionPackageParams) WithTimeout(timeout time.Duration) *GetAppVersionPackageParams
WithTimeout adds the timeout to the get app version package params
func (*GetAppVersionPackageParams) WithVersionID ¶
func (o *GetAppVersionPackageParams) WithVersionID(versionID *string) *GetAppVersionPackageParams
WithVersionID adds the versionID to the get app version package params
func (*GetAppVersionPackageParams) WriteToRequest ¶
func (o *GetAppVersionPackageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAppVersionPackageReader ¶
type GetAppVersionPackageReader struct {
// contains filtered or unexported fields
}
GetAppVersionPackageReader is a Reader for the GetAppVersionPackage structure.
func (*GetAppVersionPackageReader) ReadResponse ¶
func (o *GetAppVersionPackageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ModifyAppOK ¶
type ModifyAppOK struct {
Payload *models.OpenpitrixModifyAppResponse
}
ModifyAppOK handles this case with default header values.
ModifyAppOK modify app o k
func NewModifyAppOK ¶
func NewModifyAppOK() *ModifyAppOK
NewModifyAppOK creates a ModifyAppOK with default headers values
func (*ModifyAppOK) Error ¶
func (o *ModifyAppOK) Error() string
type ModifyAppParams ¶
type ModifyAppParams struct { /*Body*/ Body *models.OpenpitrixModifyAppRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ModifyAppParams contains all the parameters to send to the API endpoint for the modify app operation typically these are written to a http.Request
func NewModifyAppParams ¶
func NewModifyAppParams() *ModifyAppParams
NewModifyAppParams creates a new ModifyAppParams object with the default values initialized.
func NewModifyAppParamsWithContext ¶
func NewModifyAppParamsWithContext(ctx context.Context) *ModifyAppParams
NewModifyAppParamsWithContext creates a new ModifyAppParams object with the default values initialized, and the ability to set a context for a request
func NewModifyAppParamsWithHTTPClient ¶
func NewModifyAppParamsWithHTTPClient(client *http.Client) *ModifyAppParams
NewModifyAppParamsWithHTTPClient creates a new ModifyAppParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewModifyAppParamsWithTimeout ¶
func NewModifyAppParamsWithTimeout(timeout time.Duration) *ModifyAppParams
NewModifyAppParamsWithTimeout creates a new ModifyAppParams object with the default values initialized, and the ability to set a timeout on a request
func (*ModifyAppParams) SetBody ¶
func (o *ModifyAppParams) SetBody(body *models.OpenpitrixModifyAppRequest)
SetBody adds the body to the modify app params
func (*ModifyAppParams) SetContext ¶
func (o *ModifyAppParams) SetContext(ctx context.Context)
SetContext adds the context to the modify app params
func (*ModifyAppParams) SetHTTPClient ¶
func (o *ModifyAppParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the modify app params
func (*ModifyAppParams) SetTimeout ¶
func (o *ModifyAppParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the modify app params
func (*ModifyAppParams) WithBody ¶
func (o *ModifyAppParams) WithBody(body *models.OpenpitrixModifyAppRequest) *ModifyAppParams
WithBody adds the body to the modify app params
func (*ModifyAppParams) WithContext ¶
func (o *ModifyAppParams) WithContext(ctx context.Context) *ModifyAppParams
WithContext adds the context to the modify app params
func (*ModifyAppParams) WithHTTPClient ¶
func (o *ModifyAppParams) WithHTTPClient(client *http.Client) *ModifyAppParams
WithHTTPClient adds the HTTPClient to the modify app params
func (*ModifyAppParams) WithTimeout ¶
func (o *ModifyAppParams) WithTimeout(timeout time.Duration) *ModifyAppParams
WithTimeout adds the timeout to the modify app params
func (*ModifyAppParams) WriteToRequest ¶
func (o *ModifyAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ModifyAppReader ¶
type ModifyAppReader struct {
// contains filtered or unexported fields
}
ModifyAppReader is a Reader for the ModifyApp structure.
func (*ModifyAppReader) ReadResponse ¶
func (o *ModifyAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ModifyAppVersionOK ¶
type ModifyAppVersionOK struct {
Payload *models.OpenpitrixModifyAppVersionResponse
}
ModifyAppVersionOK handles this case with default header values.
ModifyAppVersionOK modify app version o k
func NewModifyAppVersionOK ¶
func NewModifyAppVersionOK() *ModifyAppVersionOK
NewModifyAppVersionOK creates a ModifyAppVersionOK with default headers values
func (*ModifyAppVersionOK) Error ¶
func (o *ModifyAppVersionOK) Error() string
type ModifyAppVersionParams ¶
type ModifyAppVersionParams struct { /*Body*/ Body *models.OpenpitrixModifyAppVersionRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ModifyAppVersionParams contains all the parameters to send to the API endpoint for the modify app version operation typically these are written to a http.Request
func NewModifyAppVersionParams ¶
func NewModifyAppVersionParams() *ModifyAppVersionParams
NewModifyAppVersionParams creates a new ModifyAppVersionParams object with the default values initialized.
func NewModifyAppVersionParamsWithContext ¶
func NewModifyAppVersionParamsWithContext(ctx context.Context) *ModifyAppVersionParams
NewModifyAppVersionParamsWithContext creates a new ModifyAppVersionParams object with the default values initialized, and the ability to set a context for a request
func NewModifyAppVersionParamsWithHTTPClient ¶
func NewModifyAppVersionParamsWithHTTPClient(client *http.Client) *ModifyAppVersionParams
NewModifyAppVersionParamsWithHTTPClient creates a new ModifyAppVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewModifyAppVersionParamsWithTimeout ¶
func NewModifyAppVersionParamsWithTimeout(timeout time.Duration) *ModifyAppVersionParams
NewModifyAppVersionParamsWithTimeout creates a new ModifyAppVersionParams object with the default values initialized, and the ability to set a timeout on a request
func (*ModifyAppVersionParams) SetBody ¶
func (o *ModifyAppVersionParams) SetBody(body *models.OpenpitrixModifyAppVersionRequest)
SetBody adds the body to the modify app version params
func (*ModifyAppVersionParams) SetContext ¶
func (o *ModifyAppVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the modify app version params
func (*ModifyAppVersionParams) SetHTTPClient ¶
func (o *ModifyAppVersionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the modify app version params
func (*ModifyAppVersionParams) SetTimeout ¶
func (o *ModifyAppVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the modify app version params
func (*ModifyAppVersionParams) WithBody ¶
func (o *ModifyAppVersionParams) WithBody(body *models.OpenpitrixModifyAppVersionRequest) *ModifyAppVersionParams
WithBody adds the body to the modify app version params
func (*ModifyAppVersionParams) WithContext ¶
func (o *ModifyAppVersionParams) WithContext(ctx context.Context) *ModifyAppVersionParams
WithContext adds the context to the modify app version params
func (*ModifyAppVersionParams) WithHTTPClient ¶
func (o *ModifyAppVersionParams) WithHTTPClient(client *http.Client) *ModifyAppVersionParams
WithHTTPClient adds the HTTPClient to the modify app version params
func (*ModifyAppVersionParams) WithTimeout ¶
func (o *ModifyAppVersionParams) WithTimeout(timeout time.Duration) *ModifyAppVersionParams
WithTimeout adds the timeout to the modify app version params
func (*ModifyAppVersionParams) WriteToRequest ¶
func (o *ModifyAppVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ModifyAppVersionReader ¶
type ModifyAppVersionReader struct {
// contains filtered or unexported fields
}
ModifyAppVersionReader is a Reader for the ModifyAppVersion structure.
func (*ModifyAppVersionReader) ReadResponse ¶
func (o *ModifyAppVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- app_manager_client.go
- create_app_parameters.go
- create_app_responses.go
- create_app_version_parameters.go
- create_app_version_responses.go
- delete_app_versions_parameters.go
- delete_app_versions_responses.go
- delete_apps_parameters.go
- delete_apps_responses.go
- describe_app_versions_parameters.go
- describe_app_versions_responses.go
- describe_apps_parameters.go
- describe_apps_responses.go
- get_app_version_package_files_parameters.go
- get_app_version_package_files_responses.go
- get_app_version_package_parameters.go
- get_app_version_package_responses.go
- modify_app_parameters.go
- modify_app_responses.go
- modify_app_version_parameters.go
- modify_app_version_responses.go