runtime_manager

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2019 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 runtime manager API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new runtime manager API client.

func (*Client) CreateDebugRuntime added in v0.4.0

func (a *Client) CreateDebugRuntime(params *CreateDebugRuntimeParams, authInfo runtime.ClientAuthInfoWriter) (*CreateDebugRuntimeOK, error)

CreateDebugRuntime creates debug runtime

func (*Client) CreateDebugRuntimeCredential added in v0.4.0

func (a *Client) CreateDebugRuntimeCredential(params *CreateDebugRuntimeCredentialParams, authInfo runtime.ClientAuthInfoWriter) (*CreateDebugRuntimeCredentialOK, error)

CreateDebugRuntimeCredential creates debug runtime credential

func (*Client) CreateRuntime

func (a *Client) CreateRuntime(params *CreateRuntimeParams, authInfo runtime.ClientAuthInfoWriter) (*CreateRuntimeOK, error)

CreateRuntime creates runtime

func (*Client) CreateRuntimeCredential added in v0.4.0

func (a *Client) CreateRuntimeCredential(params *CreateRuntimeCredentialParams, authInfo runtime.ClientAuthInfoWriter) (*CreateRuntimeCredentialOK, error)

CreateRuntimeCredential creates runtime credential

func (*Client) DeleteRuntimeCredentials added in v0.4.0

func (a *Client) DeleteRuntimeCredentials(params *DeleteRuntimeCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteRuntimeCredentialsOK, error)

DeleteRuntimeCredentials batches delete runtime credentials

func (*Client) DeleteRuntimes

func (a *Client) DeleteRuntimes(params *DeleteRuntimesParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteRuntimesOK, error)

DeleteRuntimes deletes runtimes

func (*Client) DescribeDebugRuntimeCredentials added in v0.4.0

func (a *Client) DescribeDebugRuntimeCredentials(params *DescribeDebugRuntimeCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*DescribeDebugRuntimeCredentialsOK, error)

DescribeDebugRuntimeCredentials gets debug runtime credentials filter with these fields runtime credential id status provider owner default return all debug runtime credentials

func (*Client) DescribeDebugRuntimes added in v0.4.0

func (a *Client) DescribeDebugRuntimes(params *DescribeDebugRuntimesParams, authInfo runtime.ClientAuthInfoWriter) (*DescribeDebugRuntimesOK, error)

DescribeDebugRuntimes gets debug runtimes can filter with these fields runtime id provider zone status owner default return all debug runtimes

func (*Client) DescribeRuntimeCredentials added in v0.4.0

func (a *Client) DescribeRuntimeCredentials(params *DescribeRuntimeCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*DescribeRuntimeCredentialsOK, error)

DescribeRuntimeCredentials gets runtime credentials filter with these fields runtime credential id status provider owner default return all runtime credentials

func (*Client) DescribeRuntimeProviderZones

func (a *Client) DescribeRuntimeProviderZones(params *DescribeRuntimeProviderZonesParams, authInfo runtime.ClientAuthInfoWriter) (*DescribeRuntimeProviderZonesOK, error)

DescribeRuntimeProviderZones gets runtime provider zones

func (*Client) DescribeRuntimes

func (a *Client) DescribeRuntimes(params *DescribeRuntimesParams, authInfo runtime.ClientAuthInfoWriter) (*DescribeRuntimesOK, error)

DescribeRuntimes gets runtimes can filter with these fields runtime id provider zone status owner default return all runtimes

func (*Client) GetRuntimeStatistics added in v0.1.5

func (a *Client) GetRuntimeStatistics(params *GetRuntimeStatisticsParams, authInfo runtime.ClientAuthInfoWriter) (*GetRuntimeStatisticsOK, error)

GetRuntimeStatistics gets statistics of runtime

func (*Client) ModifyRuntime

func (a *Client) ModifyRuntime(params *ModifyRuntimeParams, authInfo runtime.ClientAuthInfoWriter) (*ModifyRuntimeOK, error)

ModifyRuntime modifies runtime

func (*Client) ModifyRuntimeCredential added in v0.4.0

func (a *Client) ModifyRuntimeCredential(params *ModifyRuntimeCredentialParams, authInfo runtime.ClientAuthInfoWriter) (*ModifyRuntimeCredentialOK, error)

ModifyRuntimeCredential modifies runtime credential

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) ValidateRuntimeCredential added in v0.4.0

func (a *Client) ValidateRuntimeCredential(params *ValidateRuntimeCredentialParams, authInfo runtime.ClientAuthInfoWriter) (*ValidateRuntimeCredentialOK, error)

ValidateRuntimeCredential validates runtime credential

type CreateDebugRuntimeCredentialOK added in v0.4.0

type CreateDebugRuntimeCredentialOK struct {
	Payload *models.OpenpitrixCreateRuntimeCredentialResponse
}

CreateDebugRuntimeCredentialOK handles this case with default header values.

A successful response.

func NewCreateDebugRuntimeCredentialOK added in v0.4.0

func NewCreateDebugRuntimeCredentialOK() *CreateDebugRuntimeCredentialOK

NewCreateDebugRuntimeCredentialOK creates a CreateDebugRuntimeCredentialOK with default headers values

func (*CreateDebugRuntimeCredentialOK) Error added in v0.4.0

type CreateDebugRuntimeCredentialParams added in v0.4.0

type CreateDebugRuntimeCredentialParams struct {

	/*Body*/
	Body *models.OpenpitrixCreateRuntimeCredentialRequest

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

CreateDebugRuntimeCredentialParams contains all the parameters to send to the API endpoint for the create debug runtime credential operation typically these are written to a http.Request

func NewCreateDebugRuntimeCredentialParams added in v0.4.0

func NewCreateDebugRuntimeCredentialParams() *CreateDebugRuntimeCredentialParams

NewCreateDebugRuntimeCredentialParams creates a new CreateDebugRuntimeCredentialParams object with the default values initialized.

func NewCreateDebugRuntimeCredentialParamsWithContext added in v0.4.0

func NewCreateDebugRuntimeCredentialParamsWithContext(ctx context.Context) *CreateDebugRuntimeCredentialParams

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

func NewCreateDebugRuntimeCredentialParamsWithHTTPClient added in v0.4.0

func NewCreateDebugRuntimeCredentialParamsWithHTTPClient(client *http.Client) *CreateDebugRuntimeCredentialParams

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

func NewCreateDebugRuntimeCredentialParamsWithTimeout added in v0.4.0

func NewCreateDebugRuntimeCredentialParamsWithTimeout(timeout time.Duration) *CreateDebugRuntimeCredentialParams

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

func (*CreateDebugRuntimeCredentialParams) SetBody added in v0.4.0

SetBody adds the body to the create debug runtime credential params

func (*CreateDebugRuntimeCredentialParams) SetContext added in v0.4.0

SetContext adds the context to the create debug runtime credential params

func (*CreateDebugRuntimeCredentialParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the create debug runtime credential params

func (*CreateDebugRuntimeCredentialParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the create debug runtime credential params

func (*CreateDebugRuntimeCredentialParams) WithBody added in v0.4.0

WithBody adds the body to the create debug runtime credential params

func (*CreateDebugRuntimeCredentialParams) WithContext added in v0.4.0

WithContext adds the context to the create debug runtime credential params

func (*CreateDebugRuntimeCredentialParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the create debug runtime credential params

func (*CreateDebugRuntimeCredentialParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the create debug runtime credential params

func (*CreateDebugRuntimeCredentialParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CreateDebugRuntimeCredentialReader added in v0.4.0

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

CreateDebugRuntimeCredentialReader is a Reader for the CreateDebugRuntimeCredential structure.

func (*CreateDebugRuntimeCredentialReader) ReadResponse added in v0.4.0

func (o *CreateDebugRuntimeCredentialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateDebugRuntimeOK added in v0.4.0

type CreateDebugRuntimeOK struct {
	Payload *models.OpenpitrixCreateRuntimeResponse
}

CreateDebugRuntimeOK handles this case with default header values.

A successful response.

func NewCreateDebugRuntimeOK added in v0.4.0

func NewCreateDebugRuntimeOK() *CreateDebugRuntimeOK

NewCreateDebugRuntimeOK creates a CreateDebugRuntimeOK with default headers values

func (*CreateDebugRuntimeOK) Error added in v0.4.0

func (o *CreateDebugRuntimeOK) Error() string

type CreateDebugRuntimeParams added in v0.4.0

type CreateDebugRuntimeParams struct {

	/*Body*/
	Body *models.OpenpitrixCreateRuntimeRequest

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

CreateDebugRuntimeParams contains all the parameters to send to the API endpoint for the create debug runtime operation typically these are written to a http.Request

func NewCreateDebugRuntimeParams added in v0.4.0

func NewCreateDebugRuntimeParams() *CreateDebugRuntimeParams

NewCreateDebugRuntimeParams creates a new CreateDebugRuntimeParams object with the default values initialized.

func NewCreateDebugRuntimeParamsWithContext added in v0.4.0

func NewCreateDebugRuntimeParamsWithContext(ctx context.Context) *CreateDebugRuntimeParams

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

func NewCreateDebugRuntimeParamsWithHTTPClient added in v0.4.0

func NewCreateDebugRuntimeParamsWithHTTPClient(client *http.Client) *CreateDebugRuntimeParams

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

func NewCreateDebugRuntimeParamsWithTimeout added in v0.4.0

func NewCreateDebugRuntimeParamsWithTimeout(timeout time.Duration) *CreateDebugRuntimeParams

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

func (*CreateDebugRuntimeParams) SetBody added in v0.4.0

SetBody adds the body to the create debug runtime params

func (*CreateDebugRuntimeParams) SetContext added in v0.4.0

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

SetContext adds the context to the create debug runtime params

func (*CreateDebugRuntimeParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the create debug runtime params

func (*CreateDebugRuntimeParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the create debug runtime params

func (*CreateDebugRuntimeParams) WithBody added in v0.4.0

WithBody adds the body to the create debug runtime params

func (*CreateDebugRuntimeParams) WithContext added in v0.4.0

WithContext adds the context to the create debug runtime params

func (*CreateDebugRuntimeParams) WithHTTPClient added in v0.4.0

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

WithHTTPClient adds the HTTPClient to the create debug runtime params

func (*CreateDebugRuntimeParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the create debug runtime params

func (*CreateDebugRuntimeParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CreateDebugRuntimeReader added in v0.4.0

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

CreateDebugRuntimeReader is a Reader for the CreateDebugRuntime structure.

func (*CreateDebugRuntimeReader) ReadResponse added in v0.4.0

func (o *CreateDebugRuntimeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateRuntimeCredentialOK added in v0.4.0

type CreateRuntimeCredentialOK struct {
	Payload *models.OpenpitrixCreateRuntimeCredentialResponse
}

CreateRuntimeCredentialOK handles this case with default header values.

A successful response.

func NewCreateRuntimeCredentialOK added in v0.4.0

func NewCreateRuntimeCredentialOK() *CreateRuntimeCredentialOK

NewCreateRuntimeCredentialOK creates a CreateRuntimeCredentialOK with default headers values

func (*CreateRuntimeCredentialOK) Error added in v0.4.0

func (o *CreateRuntimeCredentialOK) Error() string

type CreateRuntimeCredentialParams added in v0.4.0

type CreateRuntimeCredentialParams struct {

	/*Body*/
	Body *models.OpenpitrixCreateRuntimeCredentialRequest

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

CreateRuntimeCredentialParams contains all the parameters to send to the API endpoint for the create runtime credential operation typically these are written to a http.Request

func NewCreateRuntimeCredentialParams added in v0.4.0

func NewCreateRuntimeCredentialParams() *CreateRuntimeCredentialParams

NewCreateRuntimeCredentialParams creates a new CreateRuntimeCredentialParams object with the default values initialized.

func NewCreateRuntimeCredentialParamsWithContext added in v0.4.0

func NewCreateRuntimeCredentialParamsWithContext(ctx context.Context) *CreateRuntimeCredentialParams

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

func NewCreateRuntimeCredentialParamsWithHTTPClient added in v0.4.0

func NewCreateRuntimeCredentialParamsWithHTTPClient(client *http.Client) *CreateRuntimeCredentialParams

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

func NewCreateRuntimeCredentialParamsWithTimeout added in v0.4.0

func NewCreateRuntimeCredentialParamsWithTimeout(timeout time.Duration) *CreateRuntimeCredentialParams

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

func (*CreateRuntimeCredentialParams) SetBody added in v0.4.0

SetBody adds the body to the create runtime credential params

func (*CreateRuntimeCredentialParams) SetContext added in v0.4.0

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

SetContext adds the context to the create runtime credential params

func (*CreateRuntimeCredentialParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the create runtime credential params

func (*CreateRuntimeCredentialParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the create runtime credential params

func (*CreateRuntimeCredentialParams) WithBody added in v0.4.0

WithBody adds the body to the create runtime credential params

func (*CreateRuntimeCredentialParams) WithContext added in v0.4.0

WithContext adds the context to the create runtime credential params

func (*CreateRuntimeCredentialParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the create runtime credential params

func (*CreateRuntimeCredentialParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the create runtime credential params

func (*CreateRuntimeCredentialParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CreateRuntimeCredentialReader added in v0.4.0

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

CreateRuntimeCredentialReader is a Reader for the CreateRuntimeCredential structure.

func (*CreateRuntimeCredentialReader) ReadResponse added in v0.4.0

func (o *CreateRuntimeCredentialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateRuntimeOK

type CreateRuntimeOK struct {
	Payload *models.OpenpitrixCreateRuntimeResponse
}

CreateRuntimeOK handles this case with default header values.

A successful response.

func NewCreateRuntimeOK

func NewCreateRuntimeOK() *CreateRuntimeOK

NewCreateRuntimeOK creates a CreateRuntimeOK with default headers values

func (*CreateRuntimeOK) Error

func (o *CreateRuntimeOK) Error() string

type CreateRuntimeParams

type CreateRuntimeParams struct {

	/*Body*/
	Body *models.OpenpitrixCreateRuntimeRequest

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

CreateRuntimeParams contains all the parameters to send to the API endpoint for the create runtime operation typically these are written to a http.Request

func NewCreateRuntimeParams

func NewCreateRuntimeParams() *CreateRuntimeParams

NewCreateRuntimeParams creates a new CreateRuntimeParams object with the default values initialized.

func NewCreateRuntimeParamsWithContext

func NewCreateRuntimeParamsWithContext(ctx context.Context) *CreateRuntimeParams

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

func NewCreateRuntimeParamsWithHTTPClient

func NewCreateRuntimeParamsWithHTTPClient(client *http.Client) *CreateRuntimeParams

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

func NewCreateRuntimeParamsWithTimeout

func NewCreateRuntimeParamsWithTimeout(timeout time.Duration) *CreateRuntimeParams

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

func (*CreateRuntimeParams) SetBody

SetBody adds the body to the create runtime params

func (*CreateRuntimeParams) SetContext

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

SetContext adds the context to the create runtime params

func (*CreateRuntimeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create runtime params

func (*CreateRuntimeParams) SetTimeout

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

SetTimeout adds the timeout to the create runtime params

func (*CreateRuntimeParams) WithBody

WithBody adds the body to the create runtime params

func (*CreateRuntimeParams) WithContext

WithContext adds the context to the create runtime params

func (*CreateRuntimeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create runtime params

func (*CreateRuntimeParams) WithTimeout

func (o *CreateRuntimeParams) WithTimeout(timeout time.Duration) *CreateRuntimeParams

WithTimeout adds the timeout to the create runtime params

func (*CreateRuntimeParams) WriteToRequest

func (o *CreateRuntimeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateRuntimeReader

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

CreateRuntimeReader is a Reader for the CreateRuntime structure.

func (*CreateRuntimeReader) ReadResponse

func (o *CreateRuntimeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteRuntimeCredentialsOK added in v0.4.0

type DeleteRuntimeCredentialsOK struct {
	Payload *models.OpenpitrixDeleteRuntimeCredentialsResponse
}

DeleteRuntimeCredentialsOK handles this case with default header values.

A successful response.

func NewDeleteRuntimeCredentialsOK added in v0.4.0

func NewDeleteRuntimeCredentialsOK() *DeleteRuntimeCredentialsOK

NewDeleteRuntimeCredentialsOK creates a DeleteRuntimeCredentialsOK with default headers values

func (*DeleteRuntimeCredentialsOK) Error added in v0.4.0

type DeleteRuntimeCredentialsParams added in v0.4.0

type DeleteRuntimeCredentialsParams struct {

	/*Body*/
	Body *models.OpenpitrixDeleteRuntimeCredentialsRequest

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

DeleteRuntimeCredentialsParams contains all the parameters to send to the API endpoint for the delete runtime credentials operation typically these are written to a http.Request

func NewDeleteRuntimeCredentialsParams added in v0.4.0

func NewDeleteRuntimeCredentialsParams() *DeleteRuntimeCredentialsParams

NewDeleteRuntimeCredentialsParams creates a new DeleteRuntimeCredentialsParams object with the default values initialized.

func NewDeleteRuntimeCredentialsParamsWithContext added in v0.4.0

func NewDeleteRuntimeCredentialsParamsWithContext(ctx context.Context) *DeleteRuntimeCredentialsParams

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

func NewDeleteRuntimeCredentialsParamsWithHTTPClient added in v0.4.0

func NewDeleteRuntimeCredentialsParamsWithHTTPClient(client *http.Client) *DeleteRuntimeCredentialsParams

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

func NewDeleteRuntimeCredentialsParamsWithTimeout added in v0.4.0

func NewDeleteRuntimeCredentialsParamsWithTimeout(timeout time.Duration) *DeleteRuntimeCredentialsParams

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

func (*DeleteRuntimeCredentialsParams) SetBody added in v0.4.0

SetBody adds the body to the delete runtime credentials params

func (*DeleteRuntimeCredentialsParams) SetContext added in v0.4.0

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

SetContext adds the context to the delete runtime credentials params

func (*DeleteRuntimeCredentialsParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the delete runtime credentials params

func (*DeleteRuntimeCredentialsParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the delete runtime credentials params

func (*DeleteRuntimeCredentialsParams) WithBody added in v0.4.0

WithBody adds the body to the delete runtime credentials params

func (*DeleteRuntimeCredentialsParams) WithContext added in v0.4.0

WithContext adds the context to the delete runtime credentials params

func (*DeleteRuntimeCredentialsParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the delete runtime credentials params

func (*DeleteRuntimeCredentialsParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the delete runtime credentials params

func (*DeleteRuntimeCredentialsParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DeleteRuntimeCredentialsReader added in v0.4.0

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

DeleteRuntimeCredentialsReader is a Reader for the DeleteRuntimeCredentials structure.

func (*DeleteRuntimeCredentialsReader) ReadResponse added in v0.4.0

func (o *DeleteRuntimeCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteRuntimesOK

type DeleteRuntimesOK struct {
	Payload *models.OpenpitrixDeleteRuntimesResponse
}

DeleteRuntimesOK handles this case with default header values.

A successful response.

func NewDeleteRuntimesOK

func NewDeleteRuntimesOK() *DeleteRuntimesOK

NewDeleteRuntimesOK creates a DeleteRuntimesOK with default headers values

func (*DeleteRuntimesOK) Error

func (o *DeleteRuntimesOK) Error() string

type DeleteRuntimesParams

type DeleteRuntimesParams struct {

	/*Body*/
	Body *models.OpenpitrixDeleteRuntimesRequest

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

DeleteRuntimesParams contains all the parameters to send to the API endpoint for the delete runtimes operation typically these are written to a http.Request

func NewDeleteRuntimesParams

func NewDeleteRuntimesParams() *DeleteRuntimesParams

NewDeleteRuntimesParams creates a new DeleteRuntimesParams object with the default values initialized.

func NewDeleteRuntimesParamsWithContext

func NewDeleteRuntimesParamsWithContext(ctx context.Context) *DeleteRuntimesParams

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

func NewDeleteRuntimesParamsWithHTTPClient

func NewDeleteRuntimesParamsWithHTTPClient(client *http.Client) *DeleteRuntimesParams

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

func NewDeleteRuntimesParamsWithTimeout

func NewDeleteRuntimesParamsWithTimeout(timeout time.Duration) *DeleteRuntimesParams

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

func (*DeleteRuntimesParams) SetBody

SetBody adds the body to the delete runtimes params

func (*DeleteRuntimesParams) SetContext

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

SetContext adds the context to the delete runtimes params

func (*DeleteRuntimesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete runtimes params

func (*DeleteRuntimesParams) SetTimeout

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

SetTimeout adds the timeout to the delete runtimes params

func (*DeleteRuntimesParams) WithBody

WithBody adds the body to the delete runtimes params

func (*DeleteRuntimesParams) WithContext

WithContext adds the context to the delete runtimes params

func (*DeleteRuntimesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete runtimes params

func (*DeleteRuntimesParams) WithTimeout

func (o *DeleteRuntimesParams) WithTimeout(timeout time.Duration) *DeleteRuntimesParams

WithTimeout adds the timeout to the delete runtimes params

func (*DeleteRuntimesParams) WriteToRequest

func (o *DeleteRuntimesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteRuntimesReader

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

DeleteRuntimesReader is a Reader for the DeleteRuntimes structure.

func (*DeleteRuntimesReader) ReadResponse

func (o *DeleteRuntimesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DescribeDebugRuntimeCredentialsOK added in v0.4.0

type DescribeDebugRuntimeCredentialsOK struct {
	Payload *models.OpenpitrixDescribeRuntimeCredentialsResponse
}

DescribeDebugRuntimeCredentialsOK handles this case with default header values.

A successful response.

func NewDescribeDebugRuntimeCredentialsOK added in v0.4.0

func NewDescribeDebugRuntimeCredentialsOK() *DescribeDebugRuntimeCredentialsOK

NewDescribeDebugRuntimeCredentialsOK creates a DescribeDebugRuntimeCredentialsOK with default headers values

func (*DescribeDebugRuntimeCredentialsOK) Error added in v0.4.0

type DescribeDebugRuntimeCredentialsParams added in v0.4.0

type DescribeDebugRuntimeCredentialsParams struct {

	/*DisplayColumns
	  select columns to display.

	*/
	DisplayColumns []string
	/*Limit
	  data limit per page, default value 20, max value 200.

	*/
	Limit *int64
	/*Offset
	  data offset, default 0.

	*/
	Offset *int64
	/*Owner
	  owner.

	*/
	Owner []string
	/*Provider
	  runtime provider eg.[qingcloud|aliyun|aws|kubernetes].

	*/
	Provider []string
	/*Reverse
	  value = 0 sort ASC, value = 1 sort DESC.

	*/
	Reverse *bool
	/*RuntimeCredentialID
	  runtime credential ids.

	*/
	RuntimeCredentialID []string
	/*SearchWord
	  query key.

	*/
	SearchWord *string
	/*SortKey
	  sort key, order by sort_key, default create_time.

	*/
	SortKey *string
	/*Status
	  status eg.[active|deleted].

	*/
	Status []string

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

DescribeDebugRuntimeCredentialsParams contains all the parameters to send to the API endpoint for the describe debug runtime credentials operation typically these are written to a http.Request

func NewDescribeDebugRuntimeCredentialsParams added in v0.4.0

func NewDescribeDebugRuntimeCredentialsParams() *DescribeDebugRuntimeCredentialsParams

NewDescribeDebugRuntimeCredentialsParams creates a new DescribeDebugRuntimeCredentialsParams object with the default values initialized.

func NewDescribeDebugRuntimeCredentialsParamsWithContext added in v0.4.0

func NewDescribeDebugRuntimeCredentialsParamsWithContext(ctx context.Context) *DescribeDebugRuntimeCredentialsParams

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

func NewDescribeDebugRuntimeCredentialsParamsWithHTTPClient added in v0.4.0

func NewDescribeDebugRuntimeCredentialsParamsWithHTTPClient(client *http.Client) *DescribeDebugRuntimeCredentialsParams

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

func NewDescribeDebugRuntimeCredentialsParamsWithTimeout added in v0.4.0

func NewDescribeDebugRuntimeCredentialsParamsWithTimeout(timeout time.Duration) *DescribeDebugRuntimeCredentialsParams

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

func (*DescribeDebugRuntimeCredentialsParams) SetContext added in v0.4.0

SetContext adds the context to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) SetDisplayColumns added in v0.4.0

func (o *DescribeDebugRuntimeCredentialsParams) SetDisplayColumns(displayColumns []string)

SetDisplayColumns adds the displayColumns to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) SetLimit added in v0.4.0

func (o *DescribeDebugRuntimeCredentialsParams) SetLimit(limit *int64)

SetLimit adds the limit to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) SetOffset added in v0.4.0

func (o *DescribeDebugRuntimeCredentialsParams) SetOffset(offset *int64)

SetOffset adds the offset to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) SetOwner added in v0.4.0

func (o *DescribeDebugRuntimeCredentialsParams) SetOwner(owner []string)

SetOwner adds the owner to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) SetProvider added in v0.4.0

func (o *DescribeDebugRuntimeCredentialsParams) SetProvider(provider []string)

SetProvider adds the provider to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) SetReverse added in v0.4.0

func (o *DescribeDebugRuntimeCredentialsParams) SetReverse(reverse *bool)

SetReverse adds the reverse to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) SetRuntimeCredentialID added in v0.4.0

func (o *DescribeDebugRuntimeCredentialsParams) SetRuntimeCredentialID(runtimeCredentialID []string)

SetRuntimeCredentialID adds the runtimeCredentialId to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) SetSearchWord added in v0.4.0

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

SetSearchWord adds the searchWord to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) SetSortKey added in v0.4.0

func (o *DescribeDebugRuntimeCredentialsParams) SetSortKey(sortKey *string)

SetSortKey adds the sortKey to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) SetStatus added in v0.4.0

func (o *DescribeDebugRuntimeCredentialsParams) SetStatus(status []string)

SetStatus adds the status to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) WithContext added in v0.4.0

WithContext adds the context to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) WithDisplayColumns added in v0.4.0

WithDisplayColumns adds the displayColumns to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) WithLimit added in v0.4.0

WithLimit adds the limit to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) WithOffset added in v0.4.0

WithOffset adds the offset to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) WithOwner added in v0.4.0

WithOwner adds the owner to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) WithProvider added in v0.4.0

WithProvider adds the provider to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) WithReverse added in v0.4.0

WithReverse adds the reverse to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) WithRuntimeCredentialID added in v0.4.0

func (o *DescribeDebugRuntimeCredentialsParams) WithRuntimeCredentialID(runtimeCredentialID []string) *DescribeDebugRuntimeCredentialsParams

WithRuntimeCredentialID adds the runtimeCredentialID to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) WithSearchWord added in v0.4.0

WithSearchWord adds the searchWord to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) WithSortKey added in v0.4.0

WithSortKey adds the sortKey to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) WithStatus added in v0.4.0

WithStatus adds the status to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the describe debug runtime credentials params

func (*DescribeDebugRuntimeCredentialsParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DescribeDebugRuntimeCredentialsReader added in v0.4.0

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

DescribeDebugRuntimeCredentialsReader is a Reader for the DescribeDebugRuntimeCredentials structure.

func (*DescribeDebugRuntimeCredentialsReader) ReadResponse added in v0.4.0

func (o *DescribeDebugRuntimeCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DescribeDebugRuntimesOK added in v0.4.0

type DescribeDebugRuntimesOK struct {
	Payload *models.OpenpitrixDescribeRuntimesResponse
}

DescribeDebugRuntimesOK handles this case with default header values.

A successful response.

func NewDescribeDebugRuntimesOK added in v0.4.0

func NewDescribeDebugRuntimesOK() *DescribeDebugRuntimesOK

NewDescribeDebugRuntimesOK creates a DescribeDebugRuntimesOK with default headers values

func (*DescribeDebugRuntimesOK) Error added in v0.4.0

func (o *DescribeDebugRuntimesOK) Error() string

type DescribeDebugRuntimesParams added in v0.4.0

type DescribeDebugRuntimesParams struct {

	/*DisplayColumns
	  select columns to display.

	*/
	DisplayColumns []string
	/*Limit
	  data limit per page, default value 20, max value 200.

	*/
	Limit *int64
	/*Offset
	  data offset, default 0.

	*/
	Offset *int64
	/*Owner
	  owner.

	*/
	Owner []string
	/*Provider
	  runtime provider eg.[qingcloud|aliyun|aws|kubernetes].

	*/
	Provider []string
	/*Reverse
	  value = 0 sort ASC, value = 1 sort DESC.

	*/
	Reverse *bool
	/*RuntimeCredentialID
	  runtime credential id.

	*/
	RuntimeCredentialID []string
	/*RuntimeID
	  runtime ids.

	*/
	RuntimeID []string
	/*SearchWord
	  query key, support these fields(runtime_id, provider, zone, status, owner).

	*/
	SearchWord *string
	/*SortKey
	  sort key, order by sort_key, default create_time.

	*/
	SortKey *string
	/*Status
	  status eg.[active|deleted].

	*/
	Status []string

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

DescribeDebugRuntimesParams contains all the parameters to send to the API endpoint for the describe debug runtimes operation typically these are written to a http.Request

func NewDescribeDebugRuntimesParams added in v0.4.0

func NewDescribeDebugRuntimesParams() *DescribeDebugRuntimesParams

NewDescribeDebugRuntimesParams creates a new DescribeDebugRuntimesParams object with the default values initialized.

func NewDescribeDebugRuntimesParamsWithContext added in v0.4.0

func NewDescribeDebugRuntimesParamsWithContext(ctx context.Context) *DescribeDebugRuntimesParams

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

func NewDescribeDebugRuntimesParamsWithHTTPClient added in v0.4.0

func NewDescribeDebugRuntimesParamsWithHTTPClient(client *http.Client) *DescribeDebugRuntimesParams

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

func NewDescribeDebugRuntimesParamsWithTimeout added in v0.4.0

func NewDescribeDebugRuntimesParamsWithTimeout(timeout time.Duration) *DescribeDebugRuntimesParams

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

func (*DescribeDebugRuntimesParams) SetContext added in v0.4.0

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

SetContext adds the context to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) SetDisplayColumns added in v0.4.0

func (o *DescribeDebugRuntimesParams) SetDisplayColumns(displayColumns []string)

SetDisplayColumns adds the displayColumns to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) SetLimit added in v0.4.0

func (o *DescribeDebugRuntimesParams) SetLimit(limit *int64)

SetLimit adds the limit to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) SetOffset added in v0.4.0

func (o *DescribeDebugRuntimesParams) SetOffset(offset *int64)

SetOffset adds the offset to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) SetOwner added in v0.4.0

func (o *DescribeDebugRuntimesParams) SetOwner(owner []string)

SetOwner adds the owner to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) SetProvider added in v0.4.0

func (o *DescribeDebugRuntimesParams) SetProvider(provider []string)

SetProvider adds the provider to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) SetReverse added in v0.4.0

func (o *DescribeDebugRuntimesParams) SetReverse(reverse *bool)

SetReverse adds the reverse to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) SetRuntimeCredentialID added in v0.4.2

func (o *DescribeDebugRuntimesParams) SetRuntimeCredentialID(runtimeCredentialID []string)

SetRuntimeCredentialID adds the runtimeCredentialId to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) SetRuntimeID added in v0.4.0

func (o *DescribeDebugRuntimesParams) SetRuntimeID(runtimeID []string)

SetRuntimeID adds the runtimeId to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) SetSearchWord added in v0.4.0

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

SetSearchWord adds the searchWord to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) SetSortKey added in v0.4.0

func (o *DescribeDebugRuntimesParams) SetSortKey(sortKey *string)

SetSortKey adds the sortKey to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) SetStatus added in v0.4.0

func (o *DescribeDebugRuntimesParams) SetStatus(status []string)

SetStatus adds the status to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) WithContext added in v0.4.0

WithContext adds the context to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) WithDisplayColumns added in v0.4.0

func (o *DescribeDebugRuntimesParams) WithDisplayColumns(displayColumns []string) *DescribeDebugRuntimesParams

WithDisplayColumns adds the displayColumns to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) WithLimit added in v0.4.0

WithLimit adds the limit to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) WithOffset added in v0.4.0

WithOffset adds the offset to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) WithOwner added in v0.4.0

WithOwner adds the owner to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) WithProvider added in v0.4.0

func (o *DescribeDebugRuntimesParams) WithProvider(provider []string) *DescribeDebugRuntimesParams

WithProvider adds the provider to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) WithReverse added in v0.4.0

WithReverse adds the reverse to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) WithRuntimeCredentialID added in v0.4.2

func (o *DescribeDebugRuntimesParams) WithRuntimeCredentialID(runtimeCredentialID []string) *DescribeDebugRuntimesParams

WithRuntimeCredentialID adds the runtimeCredentialID to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) WithRuntimeID added in v0.4.0

func (o *DescribeDebugRuntimesParams) WithRuntimeID(runtimeID []string) *DescribeDebugRuntimesParams

WithRuntimeID adds the runtimeID to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) WithSearchWord added in v0.4.0

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

WithSearchWord adds the searchWord to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) WithSortKey added in v0.4.0

WithSortKey adds the sortKey to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) WithStatus added in v0.4.0

WithStatus adds the status to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the describe debug runtimes params

func (*DescribeDebugRuntimesParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DescribeDebugRuntimesReader added in v0.4.0

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

DescribeDebugRuntimesReader is a Reader for the DescribeDebugRuntimes structure.

func (*DescribeDebugRuntimesReader) ReadResponse added in v0.4.0

func (o *DescribeDebugRuntimesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DescribeRuntimeCredentialsOK added in v0.4.0

type DescribeRuntimeCredentialsOK struct {
	Payload *models.OpenpitrixDescribeRuntimeCredentialsResponse
}

DescribeRuntimeCredentialsOK handles this case with default header values.

A successful response.

func NewDescribeRuntimeCredentialsOK added in v0.4.0

func NewDescribeRuntimeCredentialsOK() *DescribeRuntimeCredentialsOK

NewDescribeRuntimeCredentialsOK creates a DescribeRuntimeCredentialsOK with default headers values

func (*DescribeRuntimeCredentialsOK) Error added in v0.4.0

type DescribeRuntimeCredentialsParams added in v0.4.0

type DescribeRuntimeCredentialsParams struct {

	/*DisplayColumns
	  select columns to display.

	*/
	DisplayColumns []string
	/*Limit
	  data limit per page, default value 20, max value 200.

	*/
	Limit *int64
	/*Offset
	  data offset, default 0.

	*/
	Offset *int64
	/*Owner
	  owner.

	*/
	Owner []string
	/*Provider
	  runtime provider eg.[qingcloud|aliyun|aws|kubernetes].

	*/
	Provider []string
	/*Reverse
	  value = 0 sort ASC, value = 1 sort DESC.

	*/
	Reverse *bool
	/*RuntimeCredentialID
	  runtime credential ids.

	*/
	RuntimeCredentialID []string
	/*SearchWord
	  query key.

	*/
	SearchWord *string
	/*SortKey
	  sort key, order by sort_key, default create_time.

	*/
	SortKey *string
	/*Status
	  status eg.[active|deleted].

	*/
	Status []string

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

DescribeRuntimeCredentialsParams contains all the parameters to send to the API endpoint for the describe runtime credentials operation typically these are written to a http.Request

func NewDescribeRuntimeCredentialsParams added in v0.4.0

func NewDescribeRuntimeCredentialsParams() *DescribeRuntimeCredentialsParams

NewDescribeRuntimeCredentialsParams creates a new DescribeRuntimeCredentialsParams object with the default values initialized.

func NewDescribeRuntimeCredentialsParamsWithContext added in v0.4.0

func NewDescribeRuntimeCredentialsParamsWithContext(ctx context.Context) *DescribeRuntimeCredentialsParams

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

func NewDescribeRuntimeCredentialsParamsWithHTTPClient added in v0.4.0

func NewDescribeRuntimeCredentialsParamsWithHTTPClient(client *http.Client) *DescribeRuntimeCredentialsParams

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

func NewDescribeRuntimeCredentialsParamsWithTimeout added in v0.4.0

func NewDescribeRuntimeCredentialsParamsWithTimeout(timeout time.Duration) *DescribeRuntimeCredentialsParams

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

func (*DescribeRuntimeCredentialsParams) SetContext added in v0.4.0

SetContext adds the context to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) SetDisplayColumns added in v0.4.0

func (o *DescribeRuntimeCredentialsParams) SetDisplayColumns(displayColumns []string)

SetDisplayColumns adds the displayColumns to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) SetLimit added in v0.4.0

func (o *DescribeRuntimeCredentialsParams) SetLimit(limit *int64)

SetLimit adds the limit to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) SetOffset added in v0.4.0

func (o *DescribeRuntimeCredentialsParams) SetOffset(offset *int64)

SetOffset adds the offset to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) SetOwner added in v0.4.0

func (o *DescribeRuntimeCredentialsParams) SetOwner(owner []string)

SetOwner adds the owner to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) SetProvider added in v0.4.0

func (o *DescribeRuntimeCredentialsParams) SetProvider(provider []string)

SetProvider adds the provider to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) SetReverse added in v0.4.0

func (o *DescribeRuntimeCredentialsParams) SetReverse(reverse *bool)

SetReverse adds the reverse to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) SetRuntimeCredentialID added in v0.4.0

func (o *DescribeRuntimeCredentialsParams) SetRuntimeCredentialID(runtimeCredentialID []string)

SetRuntimeCredentialID adds the runtimeCredentialId to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) SetSearchWord added in v0.4.0

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

SetSearchWord adds the searchWord to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) SetSortKey added in v0.4.0

func (o *DescribeRuntimeCredentialsParams) SetSortKey(sortKey *string)

SetSortKey adds the sortKey to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) SetStatus added in v0.4.0

func (o *DescribeRuntimeCredentialsParams) SetStatus(status []string)

SetStatus adds the status to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) WithContext added in v0.4.0

WithContext adds the context to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) WithDisplayColumns added in v0.4.0

func (o *DescribeRuntimeCredentialsParams) WithDisplayColumns(displayColumns []string) *DescribeRuntimeCredentialsParams

WithDisplayColumns adds the displayColumns to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) WithLimit added in v0.4.0

WithLimit adds the limit to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) WithOffset added in v0.4.0

WithOffset adds the offset to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) WithOwner added in v0.4.0

WithOwner adds the owner to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) WithProvider added in v0.4.0

WithProvider adds the provider to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) WithReverse added in v0.4.0

WithReverse adds the reverse to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) WithRuntimeCredentialID added in v0.4.0

func (o *DescribeRuntimeCredentialsParams) WithRuntimeCredentialID(runtimeCredentialID []string) *DescribeRuntimeCredentialsParams

WithRuntimeCredentialID adds the runtimeCredentialID to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) WithSearchWord added in v0.4.0

WithSearchWord adds the searchWord to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) WithSortKey added in v0.4.0

WithSortKey adds the sortKey to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) WithStatus added in v0.4.0

WithStatus adds the status to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the describe runtime credentials params

func (*DescribeRuntimeCredentialsParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DescribeRuntimeCredentialsReader added in v0.4.0

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

DescribeRuntimeCredentialsReader is a Reader for the DescribeRuntimeCredentials structure.

func (*DescribeRuntimeCredentialsReader) ReadResponse added in v0.4.0

func (o *DescribeRuntimeCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DescribeRuntimeProviderZonesOK

type DescribeRuntimeProviderZonesOK struct {
	Payload *models.OpenpitrixDescribeRuntimeProviderZonesResponse
}

DescribeRuntimeProviderZonesOK handles this case with default header values.

A successful response.

func NewDescribeRuntimeProviderZonesOK

func NewDescribeRuntimeProviderZonesOK() *DescribeRuntimeProviderZonesOK

NewDescribeRuntimeProviderZonesOK creates a DescribeRuntimeProviderZonesOK with default headers values

func (*DescribeRuntimeProviderZonesOK) Error

type DescribeRuntimeProviderZonesParams

type DescribeRuntimeProviderZonesParams struct {

	/*RuntimeCredentialID
	  required, use runtime credential id to get run time provider zones.

	*/
	RuntimeCredentialID *string

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

DescribeRuntimeProviderZonesParams contains all the parameters to send to the API endpoint for the describe runtime provider zones operation typically these are written to a http.Request

func NewDescribeRuntimeProviderZonesParams

func NewDescribeRuntimeProviderZonesParams() *DescribeRuntimeProviderZonesParams

NewDescribeRuntimeProviderZonesParams creates a new DescribeRuntimeProviderZonesParams object with the default values initialized.

func NewDescribeRuntimeProviderZonesParamsWithContext

func NewDescribeRuntimeProviderZonesParamsWithContext(ctx context.Context) *DescribeRuntimeProviderZonesParams

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

func NewDescribeRuntimeProviderZonesParamsWithHTTPClient

func NewDescribeRuntimeProviderZonesParamsWithHTTPClient(client *http.Client) *DescribeRuntimeProviderZonesParams

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

func NewDescribeRuntimeProviderZonesParamsWithTimeout

func NewDescribeRuntimeProviderZonesParamsWithTimeout(timeout time.Duration) *DescribeRuntimeProviderZonesParams

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

func (*DescribeRuntimeProviderZonesParams) SetContext

SetContext adds the context to the describe runtime provider zones params

func (*DescribeRuntimeProviderZonesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe runtime provider zones params

func (*DescribeRuntimeProviderZonesParams) SetRuntimeCredentialID added in v0.4.0

func (o *DescribeRuntimeProviderZonesParams) SetRuntimeCredentialID(runtimeCredentialID *string)

SetRuntimeCredentialID adds the runtimeCredentialId to the describe runtime provider zones params

func (*DescribeRuntimeProviderZonesParams) SetTimeout

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

SetTimeout adds the timeout to the describe runtime provider zones params

func (*DescribeRuntimeProviderZonesParams) WithContext

WithContext adds the context to the describe runtime provider zones params

func (*DescribeRuntimeProviderZonesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the describe runtime provider zones params

func (*DescribeRuntimeProviderZonesParams) WithRuntimeCredentialID added in v0.4.0

func (o *DescribeRuntimeProviderZonesParams) WithRuntimeCredentialID(runtimeCredentialID *string) *DescribeRuntimeProviderZonesParams

WithRuntimeCredentialID adds the runtimeCredentialID to the describe runtime provider zones params

func (*DescribeRuntimeProviderZonesParams) WithTimeout

WithTimeout adds the timeout to the describe runtime provider zones params

func (*DescribeRuntimeProviderZonesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeRuntimeProviderZonesReader

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

DescribeRuntimeProviderZonesReader is a Reader for the DescribeRuntimeProviderZones structure.

func (*DescribeRuntimeProviderZonesReader) ReadResponse

func (o *DescribeRuntimeProviderZonesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DescribeRuntimesOK

type DescribeRuntimesOK struct {
	Payload *models.OpenpitrixDescribeRuntimesResponse
}

DescribeRuntimesOK handles this case with default header values.

A successful response.

func NewDescribeRuntimesOK

func NewDescribeRuntimesOK() *DescribeRuntimesOK

NewDescribeRuntimesOK creates a DescribeRuntimesOK with default headers values

func (*DescribeRuntimesOK) Error

func (o *DescribeRuntimesOK) Error() string

type DescribeRuntimesParams

type DescribeRuntimesParams struct {

	/*DisplayColumns
	  select columns to display.

	*/
	DisplayColumns []string
	/*Limit
	  data limit per page, default value 20, max value 200.

	*/
	Limit *int64
	/*Offset
	  data offset, default 0.

	*/
	Offset *int64
	/*Owner
	  owner.

	*/
	Owner []string
	/*Provider
	  runtime provider eg.[qingcloud|aliyun|aws|kubernetes].

	*/
	Provider []string
	/*Reverse
	  value = 0 sort ASC, value = 1 sort DESC.

	*/
	Reverse *bool
	/*RuntimeCredentialID
	  runtime credential id.

	*/
	RuntimeCredentialID []string
	/*RuntimeID
	  runtime ids.

	*/
	RuntimeID []string
	/*SearchWord
	  query key, support these fields(runtime_id, provider, zone, status, owner).

	*/
	SearchWord *string
	/*SortKey
	  sort key, order by sort_key, default create_time.

	*/
	SortKey *string
	/*Status
	  status eg.[active|deleted].

	*/
	Status []string

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

DescribeRuntimesParams contains all the parameters to send to the API endpoint for the describe runtimes operation typically these are written to a http.Request

func NewDescribeRuntimesParams

func NewDescribeRuntimesParams() *DescribeRuntimesParams

NewDescribeRuntimesParams creates a new DescribeRuntimesParams object with the default values initialized.

func NewDescribeRuntimesParamsWithContext

func NewDescribeRuntimesParamsWithContext(ctx context.Context) *DescribeRuntimesParams

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

func NewDescribeRuntimesParamsWithHTTPClient

func NewDescribeRuntimesParamsWithHTTPClient(client *http.Client) *DescribeRuntimesParams

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

func NewDescribeRuntimesParamsWithTimeout

func NewDescribeRuntimesParamsWithTimeout(timeout time.Duration) *DescribeRuntimesParams

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

func (*DescribeRuntimesParams) SetContext

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

SetContext adds the context to the describe runtimes params

func (*DescribeRuntimesParams) SetDisplayColumns added in v0.4.0

func (o *DescribeRuntimesParams) SetDisplayColumns(displayColumns []string)

SetDisplayColumns adds the displayColumns to the describe runtimes params

func (*DescribeRuntimesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe runtimes params

func (*DescribeRuntimesParams) SetLimit

func (o *DescribeRuntimesParams) SetLimit(limit *int64)

SetLimit adds the limit to the describe runtimes params

func (*DescribeRuntimesParams) SetOffset

func (o *DescribeRuntimesParams) SetOffset(offset *int64)

SetOffset adds the offset to the describe runtimes params

func (*DescribeRuntimesParams) SetOwner

func (o *DescribeRuntimesParams) SetOwner(owner []string)

SetOwner adds the owner to the describe runtimes params

func (*DescribeRuntimesParams) SetProvider added in v0.1.8

func (o *DescribeRuntimesParams) SetProvider(provider []string)

SetProvider adds the provider to the describe runtimes params

func (*DescribeRuntimesParams) SetReverse added in v0.4.0

func (o *DescribeRuntimesParams) SetReverse(reverse *bool)

SetReverse adds the reverse to the describe runtimes params

func (*DescribeRuntimesParams) SetRuntimeCredentialID added in v0.4.2

func (o *DescribeRuntimesParams) SetRuntimeCredentialID(runtimeCredentialID []string)

SetRuntimeCredentialID adds the runtimeCredentialId to the describe runtimes params

func (*DescribeRuntimesParams) SetRuntimeID

func (o *DescribeRuntimesParams) SetRuntimeID(runtimeID []string)

SetRuntimeID adds the runtimeId to the describe runtimes params

func (*DescribeRuntimesParams) SetSearchWord

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

SetSearchWord adds the searchWord to the describe runtimes params

func (*DescribeRuntimesParams) SetSortKey added in v0.4.0

func (o *DescribeRuntimesParams) SetSortKey(sortKey *string)

SetSortKey adds the sortKey to the describe runtimes params

func (*DescribeRuntimesParams) SetStatus

func (o *DescribeRuntimesParams) SetStatus(status []string)

SetStatus adds the status to the describe runtimes params

func (*DescribeRuntimesParams) SetTimeout

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

SetTimeout adds the timeout to the describe runtimes params

func (*DescribeRuntimesParams) WithContext

WithContext adds the context to the describe runtimes params

func (*DescribeRuntimesParams) WithDisplayColumns added in v0.4.0

func (o *DescribeRuntimesParams) WithDisplayColumns(displayColumns []string) *DescribeRuntimesParams

WithDisplayColumns adds the displayColumns to the describe runtimes params

func (*DescribeRuntimesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the describe runtimes params

func (*DescribeRuntimesParams) WithLimit

func (o *DescribeRuntimesParams) WithLimit(limit *int64) *DescribeRuntimesParams

WithLimit adds the limit to the describe runtimes params

func (*DescribeRuntimesParams) WithOffset

func (o *DescribeRuntimesParams) WithOffset(offset *int64) *DescribeRuntimesParams

WithOffset adds the offset to the describe runtimes params

func (*DescribeRuntimesParams) WithOwner

func (o *DescribeRuntimesParams) WithOwner(owner []string) *DescribeRuntimesParams

WithOwner adds the owner to the describe runtimes params

func (*DescribeRuntimesParams) WithProvider added in v0.1.8

func (o *DescribeRuntimesParams) WithProvider(provider []string) *DescribeRuntimesParams

WithProvider adds the provider to the describe runtimes params

func (*DescribeRuntimesParams) WithReverse added in v0.4.0

func (o *DescribeRuntimesParams) WithReverse(reverse *bool) *DescribeRuntimesParams

WithReverse adds the reverse to the describe runtimes params

func (*DescribeRuntimesParams) WithRuntimeCredentialID added in v0.4.2

func (o *DescribeRuntimesParams) WithRuntimeCredentialID(runtimeCredentialID []string) *DescribeRuntimesParams

WithRuntimeCredentialID adds the runtimeCredentialID to the describe runtimes params

func (*DescribeRuntimesParams) WithRuntimeID

func (o *DescribeRuntimesParams) WithRuntimeID(runtimeID []string) *DescribeRuntimesParams

WithRuntimeID adds the runtimeID to the describe runtimes params

func (*DescribeRuntimesParams) WithSearchWord

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

WithSearchWord adds the searchWord to the describe runtimes params

func (*DescribeRuntimesParams) WithSortKey added in v0.4.0

func (o *DescribeRuntimesParams) WithSortKey(sortKey *string) *DescribeRuntimesParams

WithSortKey adds the sortKey to the describe runtimes params

func (*DescribeRuntimesParams) WithStatus

func (o *DescribeRuntimesParams) WithStatus(status []string) *DescribeRuntimesParams

WithStatus adds the status to the describe runtimes params

func (*DescribeRuntimesParams) WithTimeout

WithTimeout adds the timeout to the describe runtimes params

func (*DescribeRuntimesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeRuntimesReader

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

DescribeRuntimesReader is a Reader for the DescribeRuntimes structure.

func (*DescribeRuntimesReader) ReadResponse

func (o *DescribeRuntimesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRuntimeStatisticsOK added in v0.1.5

type GetRuntimeStatisticsOK struct {
	Payload *models.OpenpitrixGetRuntimeStatisticsResponse
}

GetRuntimeStatisticsOK handles this case with default header values.

A successful response.

func NewGetRuntimeStatisticsOK added in v0.1.5

func NewGetRuntimeStatisticsOK() *GetRuntimeStatisticsOK

NewGetRuntimeStatisticsOK creates a GetRuntimeStatisticsOK with default headers values

func (*GetRuntimeStatisticsOK) Error added in v0.1.5

func (o *GetRuntimeStatisticsOK) Error() string

type GetRuntimeStatisticsParams added in v0.1.5

type GetRuntimeStatisticsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRuntimeStatisticsParams contains all the parameters to send to the API endpoint for the get runtime statistics operation typically these are written to a http.Request

func NewGetRuntimeStatisticsParams added in v0.1.5

func NewGetRuntimeStatisticsParams() *GetRuntimeStatisticsParams

NewGetRuntimeStatisticsParams creates a new GetRuntimeStatisticsParams object with the default values initialized.

func NewGetRuntimeStatisticsParamsWithContext added in v0.1.5

func NewGetRuntimeStatisticsParamsWithContext(ctx context.Context) *GetRuntimeStatisticsParams

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

func NewGetRuntimeStatisticsParamsWithHTTPClient added in v0.1.5

func NewGetRuntimeStatisticsParamsWithHTTPClient(client *http.Client) *GetRuntimeStatisticsParams

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

func NewGetRuntimeStatisticsParamsWithTimeout added in v0.1.5

func NewGetRuntimeStatisticsParamsWithTimeout(timeout time.Duration) *GetRuntimeStatisticsParams

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

func (*GetRuntimeStatisticsParams) SetContext added in v0.1.5

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

SetContext adds the context to the get runtime statistics params

func (*GetRuntimeStatisticsParams) SetHTTPClient added in v0.1.5

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

SetHTTPClient adds the HTTPClient to the get runtime statistics params

func (*GetRuntimeStatisticsParams) SetTimeout added in v0.1.5

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

SetTimeout adds the timeout to the get runtime statistics params

func (*GetRuntimeStatisticsParams) WithContext added in v0.1.5

WithContext adds the context to the get runtime statistics params

func (*GetRuntimeStatisticsParams) WithHTTPClient added in v0.1.5

WithHTTPClient adds the HTTPClient to the get runtime statistics params

func (*GetRuntimeStatisticsParams) WithTimeout added in v0.1.5

WithTimeout adds the timeout to the get runtime statistics params

func (*GetRuntimeStatisticsParams) WriteToRequest added in v0.1.5

WriteToRequest writes these params to a swagger request

type GetRuntimeStatisticsReader added in v0.1.5

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

GetRuntimeStatisticsReader is a Reader for the GetRuntimeStatistics structure.

func (*GetRuntimeStatisticsReader) ReadResponse added in v0.1.5

func (o *GetRuntimeStatisticsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ModifyRuntimeCredentialOK added in v0.4.0

type ModifyRuntimeCredentialOK struct {
	Payload *models.OpenpitrixModifyRuntimeCredentialResponse
}

ModifyRuntimeCredentialOK handles this case with default header values.

A successful response.

func NewModifyRuntimeCredentialOK added in v0.4.0

func NewModifyRuntimeCredentialOK() *ModifyRuntimeCredentialOK

NewModifyRuntimeCredentialOK creates a ModifyRuntimeCredentialOK with default headers values

func (*ModifyRuntimeCredentialOK) Error added in v0.4.0

func (o *ModifyRuntimeCredentialOK) Error() string

type ModifyRuntimeCredentialParams added in v0.4.0

type ModifyRuntimeCredentialParams struct {

	/*Body*/
	Body *models.OpenpitrixModifyRuntimeCredentialRequest

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

ModifyRuntimeCredentialParams contains all the parameters to send to the API endpoint for the modify runtime credential operation typically these are written to a http.Request

func NewModifyRuntimeCredentialParams added in v0.4.0

func NewModifyRuntimeCredentialParams() *ModifyRuntimeCredentialParams

NewModifyRuntimeCredentialParams creates a new ModifyRuntimeCredentialParams object with the default values initialized.

func NewModifyRuntimeCredentialParamsWithContext added in v0.4.0

func NewModifyRuntimeCredentialParamsWithContext(ctx context.Context) *ModifyRuntimeCredentialParams

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

func NewModifyRuntimeCredentialParamsWithHTTPClient added in v0.4.0

func NewModifyRuntimeCredentialParamsWithHTTPClient(client *http.Client) *ModifyRuntimeCredentialParams

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

func NewModifyRuntimeCredentialParamsWithTimeout added in v0.4.0

func NewModifyRuntimeCredentialParamsWithTimeout(timeout time.Duration) *ModifyRuntimeCredentialParams

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

func (*ModifyRuntimeCredentialParams) SetBody added in v0.4.0

SetBody adds the body to the modify runtime credential params

func (*ModifyRuntimeCredentialParams) SetContext added in v0.4.0

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

SetContext adds the context to the modify runtime credential params

func (*ModifyRuntimeCredentialParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the modify runtime credential params

func (*ModifyRuntimeCredentialParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the modify runtime credential params

func (*ModifyRuntimeCredentialParams) WithBody added in v0.4.0

WithBody adds the body to the modify runtime credential params

func (*ModifyRuntimeCredentialParams) WithContext added in v0.4.0

WithContext adds the context to the modify runtime credential params

func (*ModifyRuntimeCredentialParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the modify runtime credential params

func (*ModifyRuntimeCredentialParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the modify runtime credential params

func (*ModifyRuntimeCredentialParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type ModifyRuntimeCredentialReader added in v0.4.0

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

ModifyRuntimeCredentialReader is a Reader for the ModifyRuntimeCredential structure.

func (*ModifyRuntimeCredentialReader) ReadResponse added in v0.4.0

func (o *ModifyRuntimeCredentialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ModifyRuntimeOK

type ModifyRuntimeOK struct {
	Payload *models.OpenpitrixModifyRuntimeResponse
}

ModifyRuntimeOK handles this case with default header values.

A successful response.

func NewModifyRuntimeOK

func NewModifyRuntimeOK() *ModifyRuntimeOK

NewModifyRuntimeOK creates a ModifyRuntimeOK with default headers values

func (*ModifyRuntimeOK) Error

func (o *ModifyRuntimeOK) Error() string

type ModifyRuntimeParams

type ModifyRuntimeParams struct {

	/*Body*/
	Body *models.OpenpitrixModifyRuntimeRequest

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

ModifyRuntimeParams contains all the parameters to send to the API endpoint for the modify runtime operation typically these are written to a http.Request

func NewModifyRuntimeParams

func NewModifyRuntimeParams() *ModifyRuntimeParams

NewModifyRuntimeParams creates a new ModifyRuntimeParams object with the default values initialized.

func NewModifyRuntimeParamsWithContext

func NewModifyRuntimeParamsWithContext(ctx context.Context) *ModifyRuntimeParams

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

func NewModifyRuntimeParamsWithHTTPClient

func NewModifyRuntimeParamsWithHTTPClient(client *http.Client) *ModifyRuntimeParams

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

func NewModifyRuntimeParamsWithTimeout

func NewModifyRuntimeParamsWithTimeout(timeout time.Duration) *ModifyRuntimeParams

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

func (*ModifyRuntimeParams) SetBody

SetBody adds the body to the modify runtime params

func (*ModifyRuntimeParams) SetContext

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

SetContext adds the context to the modify runtime params

func (*ModifyRuntimeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the modify runtime params

func (*ModifyRuntimeParams) SetTimeout

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

SetTimeout adds the timeout to the modify runtime params

func (*ModifyRuntimeParams) WithBody

WithBody adds the body to the modify runtime params

func (*ModifyRuntimeParams) WithContext

WithContext adds the context to the modify runtime params

func (*ModifyRuntimeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the modify runtime params

func (*ModifyRuntimeParams) WithTimeout

func (o *ModifyRuntimeParams) WithTimeout(timeout time.Duration) *ModifyRuntimeParams

WithTimeout adds the timeout to the modify runtime params

func (*ModifyRuntimeParams) WriteToRequest

func (o *ModifyRuntimeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ModifyRuntimeReader

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

ModifyRuntimeReader is a Reader for the ModifyRuntime structure.

func (*ModifyRuntimeReader) ReadResponse

func (o *ModifyRuntimeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ValidateRuntimeCredentialOK added in v0.4.0

type ValidateRuntimeCredentialOK struct {
	Payload *models.OpenpitrixValidateRuntimeCredentialResponse
}

ValidateRuntimeCredentialOK handles this case with default header values.

A successful response.

func NewValidateRuntimeCredentialOK added in v0.4.0

func NewValidateRuntimeCredentialOK() *ValidateRuntimeCredentialOK

NewValidateRuntimeCredentialOK creates a ValidateRuntimeCredentialOK with default headers values

func (*ValidateRuntimeCredentialOK) Error added in v0.4.0

type ValidateRuntimeCredentialParams added in v0.4.0

type ValidateRuntimeCredentialParams struct {

	/*Body*/
	Body *models.OpenpitrixValidateRuntimeCredentialRequest

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

ValidateRuntimeCredentialParams contains all the parameters to send to the API endpoint for the validate runtime credential operation typically these are written to a http.Request

func NewValidateRuntimeCredentialParams added in v0.4.0

func NewValidateRuntimeCredentialParams() *ValidateRuntimeCredentialParams

NewValidateRuntimeCredentialParams creates a new ValidateRuntimeCredentialParams object with the default values initialized.

func NewValidateRuntimeCredentialParamsWithContext added in v0.4.0

func NewValidateRuntimeCredentialParamsWithContext(ctx context.Context) *ValidateRuntimeCredentialParams

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

func NewValidateRuntimeCredentialParamsWithHTTPClient added in v0.4.0

func NewValidateRuntimeCredentialParamsWithHTTPClient(client *http.Client) *ValidateRuntimeCredentialParams

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

func NewValidateRuntimeCredentialParamsWithTimeout added in v0.4.0

func NewValidateRuntimeCredentialParamsWithTimeout(timeout time.Duration) *ValidateRuntimeCredentialParams

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

func (*ValidateRuntimeCredentialParams) SetBody added in v0.4.0

SetBody adds the body to the validate runtime credential params

func (*ValidateRuntimeCredentialParams) SetContext added in v0.4.0

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

SetContext adds the context to the validate runtime credential params

func (*ValidateRuntimeCredentialParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the validate runtime credential params

func (*ValidateRuntimeCredentialParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the validate runtime credential params

func (*ValidateRuntimeCredentialParams) WithBody added in v0.4.0

WithBody adds the body to the validate runtime credential params

func (*ValidateRuntimeCredentialParams) WithContext added in v0.4.0

WithContext adds the context to the validate runtime credential params

func (*ValidateRuntimeCredentialParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the validate runtime credential params

func (*ValidateRuntimeCredentialParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the validate runtime credential params

func (*ValidateRuntimeCredentialParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type ValidateRuntimeCredentialReader added in v0.4.0

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

ValidateRuntimeCredentialReader is a Reader for the ValidateRuntimeCredential structure.

func (*ValidateRuntimeCredentialReader) ReadResponse added in v0.4.0

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