app_manager

package
v0.0.0-...-162f8c7 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2018 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

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) DeleteApp

func (a *Client) DeleteApp(params *DeleteAppParams) (*DeleteAppOK, error)

DeleteApp deletes app

func (*Client) DeleteAppVersion

func (a *Client) DeleteAppVersion(params *DeleteAppVersionParams) (*DeleteAppVersionOK, error)

DeleteAppVersion deletes app version

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) 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

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

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

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

WithBody adds the body to the create app version params

func (*CreateAppVersionParams) WithContext

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

WithTimeout adds the timeout to the create app version params

func (*CreateAppVersionParams) WriteToRequest

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 DeleteAppOK

type DeleteAppOK struct {
	Payload *models.OpenpitrixDeleteAppResponse
}

DeleteAppOK handles this case with default header values.

DeleteAppOK delete app o k

func NewDeleteAppOK

func NewDeleteAppOK() *DeleteAppOK

NewDeleteAppOK creates a DeleteAppOK with default headers values

func (*DeleteAppOK) Error

func (o *DeleteAppOK) Error() string

type DeleteAppParams

type DeleteAppParams struct {

	/*Body*/
	Body *models.OpenpitrixDeleteAppRequest

	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) SetBody

SetBody adds the body 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) WithBody

WithBody adds the body 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 DeleteAppVersionOK

type DeleteAppVersionOK struct {
	Payload *models.OpenpitrixDeleteAppVersionResponse
}

DeleteAppVersionOK handles this case with default header values.

DeleteAppVersionOK delete app version o k

func NewDeleteAppVersionOK

func NewDeleteAppVersionOK() *DeleteAppVersionOK

NewDeleteAppVersionOK creates a DeleteAppVersionOK with default headers values

func (*DeleteAppVersionOK) Error

func (o *DeleteAppVersionOK) Error() string

type DeleteAppVersionParams

type DeleteAppVersionParams struct {

	/*Body*/
	Body *models.OpenpitrixDeleteAppVersionRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteAppVersionParams contains all the parameters to send to the API endpoint for the delete app version operation typically these are written to a http.Request

func NewDeleteAppVersionParams

func NewDeleteAppVersionParams() *DeleteAppVersionParams

NewDeleteAppVersionParams creates a new DeleteAppVersionParams object with the default values initialized.

func NewDeleteAppVersionParamsWithContext

func NewDeleteAppVersionParamsWithContext(ctx context.Context) *DeleteAppVersionParams

NewDeleteAppVersionParamsWithContext creates a new DeleteAppVersionParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteAppVersionParamsWithHTTPClient

func NewDeleteAppVersionParamsWithHTTPClient(client *http.Client) *DeleteAppVersionParams

NewDeleteAppVersionParamsWithHTTPClient creates a new DeleteAppVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteAppVersionParamsWithTimeout

func NewDeleteAppVersionParamsWithTimeout(timeout time.Duration) *DeleteAppVersionParams

NewDeleteAppVersionParamsWithTimeout creates a new DeleteAppVersionParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteAppVersionParams) SetBody

SetBody adds the body to the delete app version params

func (*DeleteAppVersionParams) SetContext

func (o *DeleteAppVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the delete app version params

func (*DeleteAppVersionParams) SetHTTPClient

func (o *DeleteAppVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete app version params

func (*DeleteAppVersionParams) SetTimeout

func (o *DeleteAppVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete app version params

func (*DeleteAppVersionParams) WithBody

WithBody adds the body to the delete app version params

func (*DeleteAppVersionParams) WithContext

WithContext adds the context to the delete app version params

func (*DeleteAppVersionParams) WithHTTPClient

func (o *DeleteAppVersionParams) WithHTTPClient(client *http.Client) *DeleteAppVersionParams

WithHTTPClient adds the HTTPClient to the delete app version params

func (*DeleteAppVersionParams) WithTimeout

WithTimeout adds the timeout to the delete app version params

func (*DeleteAppVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAppVersionReader

type DeleteAppVersionReader struct {
	// contains filtered or unexported fields
}

DeleteAppVersionReader is a Reader for the DeleteAppVersion structure.

func (*DeleteAppVersionReader) ReadResponse

func (o *DeleteAppVersionReader) 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
	/*SearchWord*/
	SearchWord *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) SetSearchWord

func (o *DescribeAppVersionsParams) SetSearchWord(searchWord *string)

SetSearchWord adds the searchWord 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

WithAppID adds the appID to the describe app versions params

func (*DescribeAppVersionsParams) WithContext

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

WithLimit adds the limit to the describe app versions params

func (*DescribeAppVersionsParams) WithName

WithName adds the name to the describe app versions params

func (*DescribeAppVersionsParams) WithOffset

WithOffset adds the offset to the describe app versions params

func (*DescribeAppVersionsParams) WithOwner

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) WithSearchWord

func (o *DescribeAppVersionsParams) WithSearchWord(searchWord *string) *DescribeAppVersionsParams

WithSearchWord adds the searchWord to the describe app versions params

func (*DescribeAppVersionsParams) WithStatus

WithStatus adds the status to the describe app versions params

func (*DescribeAppVersionsParams) WithTimeout

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

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
	/*ChartName*/
	ChartName []string
	/*Limit*/
	Limit *int64
	/*Name*/
	Name []string
	/*Offset*/
	Offset *int64
	/*Owner*/
	Owner []string
	/*RepoID*/
	RepoID []string
	/*SearchWord*/
	SearchWord *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) 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) SetSearchWord

func (o *DescribeAppsParams) SetSearchWord(searchWord *string)

SetSearchWord adds the searchWord 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) WithChartName

func (o *DescribeAppsParams) WithChartName(chartName []string) *DescribeAppsParams

WithChartName adds the chartName to the describe apps params

func (*DescribeAppsParams) WithContext

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) WithSearchWord

func (o *DescribeAppsParams) WithSearchWord(searchWord *string) *DescribeAppsParams

WithSearchWord adds the searchWord 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 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

WithContext adds the context to the get app version package params

func (*GetAppVersionPackageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get app version package params

func (*GetAppVersionPackageParams) WithTimeout

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

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

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

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

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

WithBody adds the body to the modify app version params

func (*ModifyAppVersionParams) WithContext

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

WithTimeout adds the timeout to the modify app version params

func (*ModifyAppVersionParams) WriteToRequest

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.

Jump to

Keyboard shortcuts

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