Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateDebugRuntime(params *CreateDebugRuntimeParams, authInfo runtime.ClientAuthInfoWriter) (*CreateDebugRuntimeOK, error)
- func (a *Client) CreateDebugRuntimeCredential(params *CreateDebugRuntimeCredentialParams, ...) (*CreateDebugRuntimeCredentialOK, error)
- func (a *Client) CreateRuntime(params *CreateRuntimeParams, authInfo runtime.ClientAuthInfoWriter) (*CreateRuntimeOK, error)
- func (a *Client) CreateRuntimeCredential(params *CreateRuntimeCredentialParams, authInfo runtime.ClientAuthInfoWriter) (*CreateRuntimeCredentialOK, error)
- func (a *Client) DeleteRuntimeCredentials(params *DeleteRuntimeCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteRuntimeCredentialsOK, error)
- func (a *Client) DeleteRuntimes(params *DeleteRuntimesParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteRuntimesOK, error)
- func (a *Client) DescribeDebugRuntimeCredentials(params *DescribeDebugRuntimeCredentialsParams, ...) (*DescribeDebugRuntimeCredentialsOK, error)
- func (a *Client) DescribeDebugRuntimes(params *DescribeDebugRuntimesParams, authInfo runtime.ClientAuthInfoWriter) (*DescribeDebugRuntimesOK, error)
- func (a *Client) DescribeRuntimeCredentials(params *DescribeRuntimeCredentialsParams, ...) (*DescribeRuntimeCredentialsOK, error)
- func (a *Client) DescribeRuntimeProviderZones(params *DescribeRuntimeProviderZonesParams, ...) (*DescribeRuntimeProviderZonesOK, error)
- func (a *Client) DescribeRuntimes(params *DescribeRuntimesParams, authInfo runtime.ClientAuthInfoWriter) (*DescribeRuntimesOK, error)
- func (a *Client) GetRuntimeStatistics(params *GetRuntimeStatisticsParams, authInfo runtime.ClientAuthInfoWriter) (*GetRuntimeStatisticsOK, error)
- func (a *Client) ModifyRuntime(params *ModifyRuntimeParams, authInfo runtime.ClientAuthInfoWriter) (*ModifyRuntimeOK, error)
- func (a *Client) ModifyRuntimeCredential(params *ModifyRuntimeCredentialParams, authInfo runtime.ClientAuthInfoWriter) (*ModifyRuntimeCredentialOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) ValidateRuntimeCredential(params *ValidateRuntimeCredentialParams, authInfo runtime.ClientAuthInfoWriter) (*ValidateRuntimeCredentialOK, error)
- type CreateDebugRuntimeCredentialOK
- type CreateDebugRuntimeCredentialParams
- func NewCreateDebugRuntimeCredentialParams() *CreateDebugRuntimeCredentialParams
- func NewCreateDebugRuntimeCredentialParamsWithContext(ctx context.Context) *CreateDebugRuntimeCredentialParams
- func NewCreateDebugRuntimeCredentialParamsWithHTTPClient(client *http.Client) *CreateDebugRuntimeCredentialParams
- func NewCreateDebugRuntimeCredentialParamsWithTimeout(timeout time.Duration) *CreateDebugRuntimeCredentialParams
- func (o *CreateDebugRuntimeCredentialParams) SetBody(body *models.OpenpitrixCreateRuntimeCredentialRequest)
- func (o *CreateDebugRuntimeCredentialParams) SetContext(ctx context.Context)
- func (o *CreateDebugRuntimeCredentialParams) SetHTTPClient(client *http.Client)
- func (o *CreateDebugRuntimeCredentialParams) SetTimeout(timeout time.Duration)
- func (o *CreateDebugRuntimeCredentialParams) WithBody(body *models.OpenpitrixCreateRuntimeCredentialRequest) *CreateDebugRuntimeCredentialParams
- func (o *CreateDebugRuntimeCredentialParams) WithContext(ctx context.Context) *CreateDebugRuntimeCredentialParams
- func (o *CreateDebugRuntimeCredentialParams) WithHTTPClient(client *http.Client) *CreateDebugRuntimeCredentialParams
- func (o *CreateDebugRuntimeCredentialParams) WithTimeout(timeout time.Duration) *CreateDebugRuntimeCredentialParams
- func (o *CreateDebugRuntimeCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateDebugRuntimeCredentialReader
- type CreateDebugRuntimeOK
- type CreateDebugRuntimeParams
- func NewCreateDebugRuntimeParams() *CreateDebugRuntimeParams
- func NewCreateDebugRuntimeParamsWithContext(ctx context.Context) *CreateDebugRuntimeParams
- func NewCreateDebugRuntimeParamsWithHTTPClient(client *http.Client) *CreateDebugRuntimeParams
- func NewCreateDebugRuntimeParamsWithTimeout(timeout time.Duration) *CreateDebugRuntimeParams
- func (o *CreateDebugRuntimeParams) SetBody(body *models.OpenpitrixCreateRuntimeRequest)
- func (o *CreateDebugRuntimeParams) SetContext(ctx context.Context)
- func (o *CreateDebugRuntimeParams) SetHTTPClient(client *http.Client)
- func (o *CreateDebugRuntimeParams) SetTimeout(timeout time.Duration)
- func (o *CreateDebugRuntimeParams) WithBody(body *models.OpenpitrixCreateRuntimeRequest) *CreateDebugRuntimeParams
- func (o *CreateDebugRuntimeParams) WithContext(ctx context.Context) *CreateDebugRuntimeParams
- func (o *CreateDebugRuntimeParams) WithHTTPClient(client *http.Client) *CreateDebugRuntimeParams
- func (o *CreateDebugRuntimeParams) WithTimeout(timeout time.Duration) *CreateDebugRuntimeParams
- func (o *CreateDebugRuntimeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateDebugRuntimeReader
- type CreateRuntimeCredentialOK
- type CreateRuntimeCredentialParams
- func NewCreateRuntimeCredentialParams() *CreateRuntimeCredentialParams
- func NewCreateRuntimeCredentialParamsWithContext(ctx context.Context) *CreateRuntimeCredentialParams
- func NewCreateRuntimeCredentialParamsWithHTTPClient(client *http.Client) *CreateRuntimeCredentialParams
- func NewCreateRuntimeCredentialParamsWithTimeout(timeout time.Duration) *CreateRuntimeCredentialParams
- func (o *CreateRuntimeCredentialParams) SetBody(body *models.OpenpitrixCreateRuntimeCredentialRequest)
- func (o *CreateRuntimeCredentialParams) SetContext(ctx context.Context)
- func (o *CreateRuntimeCredentialParams) SetHTTPClient(client *http.Client)
- func (o *CreateRuntimeCredentialParams) SetTimeout(timeout time.Duration)
- func (o *CreateRuntimeCredentialParams) WithBody(body *models.OpenpitrixCreateRuntimeCredentialRequest) *CreateRuntimeCredentialParams
- func (o *CreateRuntimeCredentialParams) WithContext(ctx context.Context) *CreateRuntimeCredentialParams
- func (o *CreateRuntimeCredentialParams) WithHTTPClient(client *http.Client) *CreateRuntimeCredentialParams
- func (o *CreateRuntimeCredentialParams) WithTimeout(timeout time.Duration) *CreateRuntimeCredentialParams
- func (o *CreateRuntimeCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateRuntimeCredentialReader
- type CreateRuntimeOK
- type CreateRuntimeParams
- func (o *CreateRuntimeParams) SetBody(body *models.OpenpitrixCreateRuntimeRequest)
- func (o *CreateRuntimeParams) SetContext(ctx context.Context)
- func (o *CreateRuntimeParams) SetHTTPClient(client *http.Client)
- func (o *CreateRuntimeParams) SetTimeout(timeout time.Duration)
- func (o *CreateRuntimeParams) WithBody(body *models.OpenpitrixCreateRuntimeRequest) *CreateRuntimeParams
- func (o *CreateRuntimeParams) WithContext(ctx context.Context) *CreateRuntimeParams
- func (o *CreateRuntimeParams) WithHTTPClient(client *http.Client) *CreateRuntimeParams
- func (o *CreateRuntimeParams) WithTimeout(timeout time.Duration) *CreateRuntimeParams
- func (o *CreateRuntimeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateRuntimeReader
- type DeleteRuntimeCredentialsOK
- type DeleteRuntimeCredentialsParams
- func NewDeleteRuntimeCredentialsParams() *DeleteRuntimeCredentialsParams
- func NewDeleteRuntimeCredentialsParamsWithContext(ctx context.Context) *DeleteRuntimeCredentialsParams
- func NewDeleteRuntimeCredentialsParamsWithHTTPClient(client *http.Client) *DeleteRuntimeCredentialsParams
- func NewDeleteRuntimeCredentialsParamsWithTimeout(timeout time.Duration) *DeleteRuntimeCredentialsParams
- func (o *DeleteRuntimeCredentialsParams) SetBody(body *models.OpenpitrixDeleteRuntimeCredentialsRequest)
- func (o *DeleteRuntimeCredentialsParams) SetContext(ctx context.Context)
- func (o *DeleteRuntimeCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *DeleteRuntimeCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *DeleteRuntimeCredentialsParams) WithBody(body *models.OpenpitrixDeleteRuntimeCredentialsRequest) *DeleteRuntimeCredentialsParams
- func (o *DeleteRuntimeCredentialsParams) WithContext(ctx context.Context) *DeleteRuntimeCredentialsParams
- func (o *DeleteRuntimeCredentialsParams) WithHTTPClient(client *http.Client) *DeleteRuntimeCredentialsParams
- func (o *DeleteRuntimeCredentialsParams) WithTimeout(timeout time.Duration) *DeleteRuntimeCredentialsParams
- func (o *DeleteRuntimeCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteRuntimeCredentialsReader
- type DeleteRuntimesOK
- type DeleteRuntimesParams
- func NewDeleteRuntimesParams() *DeleteRuntimesParams
- func NewDeleteRuntimesParamsWithContext(ctx context.Context) *DeleteRuntimesParams
- func NewDeleteRuntimesParamsWithHTTPClient(client *http.Client) *DeleteRuntimesParams
- func NewDeleteRuntimesParamsWithTimeout(timeout time.Duration) *DeleteRuntimesParams
- func (o *DeleteRuntimesParams) SetBody(body *models.OpenpitrixDeleteRuntimesRequest)
- func (o *DeleteRuntimesParams) SetContext(ctx context.Context)
- func (o *DeleteRuntimesParams) SetHTTPClient(client *http.Client)
- func (o *DeleteRuntimesParams) SetTimeout(timeout time.Duration)
- func (o *DeleteRuntimesParams) WithBody(body *models.OpenpitrixDeleteRuntimesRequest) *DeleteRuntimesParams
- func (o *DeleteRuntimesParams) WithContext(ctx context.Context) *DeleteRuntimesParams
- func (o *DeleteRuntimesParams) WithHTTPClient(client *http.Client) *DeleteRuntimesParams
- func (o *DeleteRuntimesParams) WithTimeout(timeout time.Duration) *DeleteRuntimesParams
- func (o *DeleteRuntimesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteRuntimesReader
- type DescribeDebugRuntimeCredentialsOK
- type DescribeDebugRuntimeCredentialsParams
- func NewDescribeDebugRuntimeCredentialsParams() *DescribeDebugRuntimeCredentialsParams
- func NewDescribeDebugRuntimeCredentialsParamsWithContext(ctx context.Context) *DescribeDebugRuntimeCredentialsParams
- func NewDescribeDebugRuntimeCredentialsParamsWithHTTPClient(client *http.Client) *DescribeDebugRuntimeCredentialsParams
- func NewDescribeDebugRuntimeCredentialsParamsWithTimeout(timeout time.Duration) *DescribeDebugRuntimeCredentialsParams
- func (o *DescribeDebugRuntimeCredentialsParams) SetContext(ctx context.Context)
- func (o *DescribeDebugRuntimeCredentialsParams) SetDisplayColumns(displayColumns []string)
- func (o *DescribeDebugRuntimeCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *DescribeDebugRuntimeCredentialsParams) SetLimit(limit *int64)
- func (o *DescribeDebugRuntimeCredentialsParams) SetOffset(offset *int64)
- func (o *DescribeDebugRuntimeCredentialsParams) SetOwner(owner []string)
- func (o *DescribeDebugRuntimeCredentialsParams) SetProvider(provider []string)
- func (o *DescribeDebugRuntimeCredentialsParams) SetReverse(reverse *bool)
- func (o *DescribeDebugRuntimeCredentialsParams) SetRuntimeCredentialID(runtimeCredentialID []string)
- func (o *DescribeDebugRuntimeCredentialsParams) SetSearchWord(searchWord *string)
- func (o *DescribeDebugRuntimeCredentialsParams) SetSortKey(sortKey *string)
- func (o *DescribeDebugRuntimeCredentialsParams) SetStatus(status []string)
- func (o *DescribeDebugRuntimeCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *DescribeDebugRuntimeCredentialsParams) WithContext(ctx context.Context) *DescribeDebugRuntimeCredentialsParams
- func (o *DescribeDebugRuntimeCredentialsParams) WithDisplayColumns(displayColumns []string) *DescribeDebugRuntimeCredentialsParams
- func (o *DescribeDebugRuntimeCredentialsParams) WithHTTPClient(client *http.Client) *DescribeDebugRuntimeCredentialsParams
- func (o *DescribeDebugRuntimeCredentialsParams) WithLimit(limit *int64) *DescribeDebugRuntimeCredentialsParams
- func (o *DescribeDebugRuntimeCredentialsParams) WithOffset(offset *int64) *DescribeDebugRuntimeCredentialsParams
- func (o *DescribeDebugRuntimeCredentialsParams) WithOwner(owner []string) *DescribeDebugRuntimeCredentialsParams
- func (o *DescribeDebugRuntimeCredentialsParams) WithProvider(provider []string) *DescribeDebugRuntimeCredentialsParams
- func (o *DescribeDebugRuntimeCredentialsParams) WithReverse(reverse *bool) *DescribeDebugRuntimeCredentialsParams
- func (o *DescribeDebugRuntimeCredentialsParams) WithRuntimeCredentialID(runtimeCredentialID []string) *DescribeDebugRuntimeCredentialsParams
- func (o *DescribeDebugRuntimeCredentialsParams) WithSearchWord(searchWord *string) *DescribeDebugRuntimeCredentialsParams
- func (o *DescribeDebugRuntimeCredentialsParams) WithSortKey(sortKey *string) *DescribeDebugRuntimeCredentialsParams
- func (o *DescribeDebugRuntimeCredentialsParams) WithStatus(status []string) *DescribeDebugRuntimeCredentialsParams
- func (o *DescribeDebugRuntimeCredentialsParams) WithTimeout(timeout time.Duration) *DescribeDebugRuntimeCredentialsParams
- func (o *DescribeDebugRuntimeCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeDebugRuntimeCredentialsReader
- type DescribeDebugRuntimesOK
- type DescribeDebugRuntimesParams
- func NewDescribeDebugRuntimesParams() *DescribeDebugRuntimesParams
- func NewDescribeDebugRuntimesParamsWithContext(ctx context.Context) *DescribeDebugRuntimesParams
- func NewDescribeDebugRuntimesParamsWithHTTPClient(client *http.Client) *DescribeDebugRuntimesParams
- func NewDescribeDebugRuntimesParamsWithTimeout(timeout time.Duration) *DescribeDebugRuntimesParams
- func (o *DescribeDebugRuntimesParams) SetContext(ctx context.Context)
- func (o *DescribeDebugRuntimesParams) SetDisplayColumns(displayColumns []string)
- func (o *DescribeDebugRuntimesParams) SetHTTPClient(client *http.Client)
- func (o *DescribeDebugRuntimesParams) SetLimit(limit *int64)
- func (o *DescribeDebugRuntimesParams) SetOffset(offset *int64)
- func (o *DescribeDebugRuntimesParams) SetOwner(owner []string)
- func (o *DescribeDebugRuntimesParams) SetProvider(provider []string)
- func (o *DescribeDebugRuntimesParams) SetReverse(reverse *bool)
- func (o *DescribeDebugRuntimesParams) SetRuntimeCredentialID(runtimeCredentialID []string)
- func (o *DescribeDebugRuntimesParams) SetRuntimeID(runtimeID []string)
- func (o *DescribeDebugRuntimesParams) SetSearchWord(searchWord *string)
- func (o *DescribeDebugRuntimesParams) SetSortKey(sortKey *string)
- func (o *DescribeDebugRuntimesParams) SetStatus(status []string)
- func (o *DescribeDebugRuntimesParams) SetTimeout(timeout time.Duration)
- func (o *DescribeDebugRuntimesParams) WithContext(ctx context.Context) *DescribeDebugRuntimesParams
- func (o *DescribeDebugRuntimesParams) WithDisplayColumns(displayColumns []string) *DescribeDebugRuntimesParams
- func (o *DescribeDebugRuntimesParams) WithHTTPClient(client *http.Client) *DescribeDebugRuntimesParams
- func (o *DescribeDebugRuntimesParams) WithLimit(limit *int64) *DescribeDebugRuntimesParams
- func (o *DescribeDebugRuntimesParams) WithOffset(offset *int64) *DescribeDebugRuntimesParams
- func (o *DescribeDebugRuntimesParams) WithOwner(owner []string) *DescribeDebugRuntimesParams
- func (o *DescribeDebugRuntimesParams) WithProvider(provider []string) *DescribeDebugRuntimesParams
- func (o *DescribeDebugRuntimesParams) WithReverse(reverse *bool) *DescribeDebugRuntimesParams
- func (o *DescribeDebugRuntimesParams) WithRuntimeCredentialID(runtimeCredentialID []string) *DescribeDebugRuntimesParams
- func (o *DescribeDebugRuntimesParams) WithRuntimeID(runtimeID []string) *DescribeDebugRuntimesParams
- func (o *DescribeDebugRuntimesParams) WithSearchWord(searchWord *string) *DescribeDebugRuntimesParams
- func (o *DescribeDebugRuntimesParams) WithSortKey(sortKey *string) *DescribeDebugRuntimesParams
- func (o *DescribeDebugRuntimesParams) WithStatus(status []string) *DescribeDebugRuntimesParams
- func (o *DescribeDebugRuntimesParams) WithTimeout(timeout time.Duration) *DescribeDebugRuntimesParams
- func (o *DescribeDebugRuntimesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeDebugRuntimesReader
- type DescribeRuntimeCredentialsOK
- type DescribeRuntimeCredentialsParams
- func NewDescribeRuntimeCredentialsParams() *DescribeRuntimeCredentialsParams
- func NewDescribeRuntimeCredentialsParamsWithContext(ctx context.Context) *DescribeRuntimeCredentialsParams
- func NewDescribeRuntimeCredentialsParamsWithHTTPClient(client *http.Client) *DescribeRuntimeCredentialsParams
- func NewDescribeRuntimeCredentialsParamsWithTimeout(timeout time.Duration) *DescribeRuntimeCredentialsParams
- func (o *DescribeRuntimeCredentialsParams) SetContext(ctx context.Context)
- func (o *DescribeRuntimeCredentialsParams) SetDisplayColumns(displayColumns []string)
- func (o *DescribeRuntimeCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *DescribeRuntimeCredentialsParams) SetLimit(limit *int64)
- func (o *DescribeRuntimeCredentialsParams) SetOffset(offset *int64)
- func (o *DescribeRuntimeCredentialsParams) SetOwner(owner []string)
- func (o *DescribeRuntimeCredentialsParams) SetProvider(provider []string)
- func (o *DescribeRuntimeCredentialsParams) SetReverse(reverse *bool)
- func (o *DescribeRuntimeCredentialsParams) SetRuntimeCredentialID(runtimeCredentialID []string)
- func (o *DescribeRuntimeCredentialsParams) SetSearchWord(searchWord *string)
- func (o *DescribeRuntimeCredentialsParams) SetSortKey(sortKey *string)
- func (o *DescribeRuntimeCredentialsParams) SetStatus(status []string)
- func (o *DescribeRuntimeCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *DescribeRuntimeCredentialsParams) WithContext(ctx context.Context) *DescribeRuntimeCredentialsParams
- func (o *DescribeRuntimeCredentialsParams) WithDisplayColumns(displayColumns []string) *DescribeRuntimeCredentialsParams
- func (o *DescribeRuntimeCredentialsParams) WithHTTPClient(client *http.Client) *DescribeRuntimeCredentialsParams
- func (o *DescribeRuntimeCredentialsParams) WithLimit(limit *int64) *DescribeRuntimeCredentialsParams
- func (o *DescribeRuntimeCredentialsParams) WithOffset(offset *int64) *DescribeRuntimeCredentialsParams
- func (o *DescribeRuntimeCredentialsParams) WithOwner(owner []string) *DescribeRuntimeCredentialsParams
- func (o *DescribeRuntimeCredentialsParams) WithProvider(provider []string) *DescribeRuntimeCredentialsParams
- func (o *DescribeRuntimeCredentialsParams) WithReverse(reverse *bool) *DescribeRuntimeCredentialsParams
- func (o *DescribeRuntimeCredentialsParams) WithRuntimeCredentialID(runtimeCredentialID []string) *DescribeRuntimeCredentialsParams
- func (o *DescribeRuntimeCredentialsParams) WithSearchWord(searchWord *string) *DescribeRuntimeCredentialsParams
- func (o *DescribeRuntimeCredentialsParams) WithSortKey(sortKey *string) *DescribeRuntimeCredentialsParams
- func (o *DescribeRuntimeCredentialsParams) WithStatus(status []string) *DescribeRuntimeCredentialsParams
- func (o *DescribeRuntimeCredentialsParams) WithTimeout(timeout time.Duration) *DescribeRuntimeCredentialsParams
- func (o *DescribeRuntimeCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeRuntimeCredentialsReader
- type DescribeRuntimeProviderZonesOK
- type DescribeRuntimeProviderZonesParams
- func NewDescribeRuntimeProviderZonesParams() *DescribeRuntimeProviderZonesParams
- func NewDescribeRuntimeProviderZonesParamsWithContext(ctx context.Context) *DescribeRuntimeProviderZonesParams
- func NewDescribeRuntimeProviderZonesParamsWithHTTPClient(client *http.Client) *DescribeRuntimeProviderZonesParams
- func NewDescribeRuntimeProviderZonesParamsWithTimeout(timeout time.Duration) *DescribeRuntimeProviderZonesParams
- func (o *DescribeRuntimeProviderZonesParams) SetContext(ctx context.Context)
- func (o *DescribeRuntimeProviderZonesParams) SetHTTPClient(client *http.Client)
- func (o *DescribeRuntimeProviderZonesParams) SetRuntimeCredentialID(runtimeCredentialID *string)
- func (o *DescribeRuntimeProviderZonesParams) SetTimeout(timeout time.Duration)
- func (o *DescribeRuntimeProviderZonesParams) WithContext(ctx context.Context) *DescribeRuntimeProviderZonesParams
- func (o *DescribeRuntimeProviderZonesParams) WithHTTPClient(client *http.Client) *DescribeRuntimeProviderZonesParams
- func (o *DescribeRuntimeProviderZonesParams) WithRuntimeCredentialID(runtimeCredentialID *string) *DescribeRuntimeProviderZonesParams
- func (o *DescribeRuntimeProviderZonesParams) WithTimeout(timeout time.Duration) *DescribeRuntimeProviderZonesParams
- func (o *DescribeRuntimeProviderZonesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeRuntimeProviderZonesReader
- type DescribeRuntimesOK
- type DescribeRuntimesParams
- func NewDescribeRuntimesParams() *DescribeRuntimesParams
- func NewDescribeRuntimesParamsWithContext(ctx context.Context) *DescribeRuntimesParams
- func NewDescribeRuntimesParamsWithHTTPClient(client *http.Client) *DescribeRuntimesParams
- func NewDescribeRuntimesParamsWithTimeout(timeout time.Duration) *DescribeRuntimesParams
- func (o *DescribeRuntimesParams) SetContext(ctx context.Context)
- func (o *DescribeRuntimesParams) SetDisplayColumns(displayColumns []string)
- func (o *DescribeRuntimesParams) SetHTTPClient(client *http.Client)
- func (o *DescribeRuntimesParams) SetLimit(limit *int64)
- func (o *DescribeRuntimesParams) SetOffset(offset *int64)
- func (o *DescribeRuntimesParams) SetOwner(owner []string)
- func (o *DescribeRuntimesParams) SetProvider(provider []string)
- func (o *DescribeRuntimesParams) SetReverse(reverse *bool)
- func (o *DescribeRuntimesParams) SetRuntimeCredentialID(runtimeCredentialID []string)
- func (o *DescribeRuntimesParams) SetRuntimeID(runtimeID []string)
- func (o *DescribeRuntimesParams) SetSearchWord(searchWord *string)
- func (o *DescribeRuntimesParams) SetSortKey(sortKey *string)
- func (o *DescribeRuntimesParams) SetStatus(status []string)
- func (o *DescribeRuntimesParams) SetTimeout(timeout time.Duration)
- func (o *DescribeRuntimesParams) WithContext(ctx context.Context) *DescribeRuntimesParams
- func (o *DescribeRuntimesParams) WithDisplayColumns(displayColumns []string) *DescribeRuntimesParams
- func (o *DescribeRuntimesParams) WithHTTPClient(client *http.Client) *DescribeRuntimesParams
- func (o *DescribeRuntimesParams) WithLimit(limit *int64) *DescribeRuntimesParams
- func (o *DescribeRuntimesParams) WithOffset(offset *int64) *DescribeRuntimesParams
- func (o *DescribeRuntimesParams) WithOwner(owner []string) *DescribeRuntimesParams
- func (o *DescribeRuntimesParams) WithProvider(provider []string) *DescribeRuntimesParams
- func (o *DescribeRuntimesParams) WithReverse(reverse *bool) *DescribeRuntimesParams
- func (o *DescribeRuntimesParams) WithRuntimeCredentialID(runtimeCredentialID []string) *DescribeRuntimesParams
- func (o *DescribeRuntimesParams) WithRuntimeID(runtimeID []string) *DescribeRuntimesParams
- func (o *DescribeRuntimesParams) WithSearchWord(searchWord *string) *DescribeRuntimesParams
- func (o *DescribeRuntimesParams) WithSortKey(sortKey *string) *DescribeRuntimesParams
- func (o *DescribeRuntimesParams) WithStatus(status []string) *DescribeRuntimesParams
- func (o *DescribeRuntimesParams) WithTimeout(timeout time.Duration) *DescribeRuntimesParams
- func (o *DescribeRuntimesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeRuntimesReader
- type GetRuntimeStatisticsOK
- type GetRuntimeStatisticsParams
- func NewGetRuntimeStatisticsParams() *GetRuntimeStatisticsParams
- func NewGetRuntimeStatisticsParamsWithContext(ctx context.Context) *GetRuntimeStatisticsParams
- func NewGetRuntimeStatisticsParamsWithHTTPClient(client *http.Client) *GetRuntimeStatisticsParams
- func NewGetRuntimeStatisticsParamsWithTimeout(timeout time.Duration) *GetRuntimeStatisticsParams
- func (o *GetRuntimeStatisticsParams) SetContext(ctx context.Context)
- func (o *GetRuntimeStatisticsParams) SetHTTPClient(client *http.Client)
- func (o *GetRuntimeStatisticsParams) SetTimeout(timeout time.Duration)
- func (o *GetRuntimeStatisticsParams) WithContext(ctx context.Context) *GetRuntimeStatisticsParams
- func (o *GetRuntimeStatisticsParams) WithHTTPClient(client *http.Client) *GetRuntimeStatisticsParams
- func (o *GetRuntimeStatisticsParams) WithTimeout(timeout time.Duration) *GetRuntimeStatisticsParams
- func (o *GetRuntimeStatisticsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetRuntimeStatisticsReader
- type ModifyRuntimeCredentialOK
- type ModifyRuntimeCredentialParams
- func NewModifyRuntimeCredentialParams() *ModifyRuntimeCredentialParams
- func NewModifyRuntimeCredentialParamsWithContext(ctx context.Context) *ModifyRuntimeCredentialParams
- func NewModifyRuntimeCredentialParamsWithHTTPClient(client *http.Client) *ModifyRuntimeCredentialParams
- func NewModifyRuntimeCredentialParamsWithTimeout(timeout time.Duration) *ModifyRuntimeCredentialParams
- func (o *ModifyRuntimeCredentialParams) SetBody(body *models.OpenpitrixModifyRuntimeCredentialRequest)
- func (o *ModifyRuntimeCredentialParams) SetContext(ctx context.Context)
- func (o *ModifyRuntimeCredentialParams) SetHTTPClient(client *http.Client)
- func (o *ModifyRuntimeCredentialParams) SetTimeout(timeout time.Duration)
- func (o *ModifyRuntimeCredentialParams) WithBody(body *models.OpenpitrixModifyRuntimeCredentialRequest) *ModifyRuntimeCredentialParams
- func (o *ModifyRuntimeCredentialParams) WithContext(ctx context.Context) *ModifyRuntimeCredentialParams
- func (o *ModifyRuntimeCredentialParams) WithHTTPClient(client *http.Client) *ModifyRuntimeCredentialParams
- func (o *ModifyRuntimeCredentialParams) WithTimeout(timeout time.Duration) *ModifyRuntimeCredentialParams
- func (o *ModifyRuntimeCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ModifyRuntimeCredentialReader
- type ModifyRuntimeOK
- type ModifyRuntimeParams
- func (o *ModifyRuntimeParams) SetBody(body *models.OpenpitrixModifyRuntimeRequest)
- func (o *ModifyRuntimeParams) SetContext(ctx context.Context)
- func (o *ModifyRuntimeParams) SetHTTPClient(client *http.Client)
- func (o *ModifyRuntimeParams) SetTimeout(timeout time.Duration)
- func (o *ModifyRuntimeParams) WithBody(body *models.OpenpitrixModifyRuntimeRequest) *ModifyRuntimeParams
- func (o *ModifyRuntimeParams) WithContext(ctx context.Context) *ModifyRuntimeParams
- func (o *ModifyRuntimeParams) WithHTTPClient(client *http.Client) *ModifyRuntimeParams
- func (o *ModifyRuntimeParams) WithTimeout(timeout time.Duration) *ModifyRuntimeParams
- func (o *ModifyRuntimeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ModifyRuntimeReader
- type ValidateRuntimeCredentialOK
- type ValidateRuntimeCredentialParams
- func NewValidateRuntimeCredentialParams() *ValidateRuntimeCredentialParams
- func NewValidateRuntimeCredentialParamsWithContext(ctx context.Context) *ValidateRuntimeCredentialParams
- func NewValidateRuntimeCredentialParamsWithHTTPClient(client *http.Client) *ValidateRuntimeCredentialParams
- func NewValidateRuntimeCredentialParamsWithTimeout(timeout time.Duration) *ValidateRuntimeCredentialParams
- func (o *ValidateRuntimeCredentialParams) SetBody(body *models.OpenpitrixValidateRuntimeCredentialRequest)
- func (o *ValidateRuntimeCredentialParams) SetContext(ctx context.Context)
- func (o *ValidateRuntimeCredentialParams) SetHTTPClient(client *http.Client)
- func (o *ValidateRuntimeCredentialParams) SetTimeout(timeout time.Duration)
- func (o *ValidateRuntimeCredentialParams) WithBody(body *models.OpenpitrixValidateRuntimeCredentialRequest) *ValidateRuntimeCredentialParams
- func (o *ValidateRuntimeCredentialParams) WithContext(ctx context.Context) *ValidateRuntimeCredentialParams
- func (o *ValidateRuntimeCredentialParams) WithHTTPClient(client *http.Client) *ValidateRuntimeCredentialParams
- func (o *ValidateRuntimeCredentialParams) WithTimeout(timeout time.Duration) *ValidateRuntimeCredentialParams
- func (o *ValidateRuntimeCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ValidateRuntimeCredentialReader
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
func (o *CreateDebugRuntimeCredentialOK) Error() string
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
func (o *CreateDebugRuntimeCredentialParams) SetBody(body *models.OpenpitrixCreateRuntimeCredentialRequest)
SetBody adds the body to the create debug runtime credential params
func (*CreateDebugRuntimeCredentialParams) SetContext ¶ added in v0.4.0
func (o *CreateDebugRuntimeCredentialParams) SetContext(ctx context.Context)
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
func (o *CreateDebugRuntimeCredentialParams) WithBody(body *models.OpenpitrixCreateRuntimeCredentialRequest) *CreateDebugRuntimeCredentialParams
WithBody adds the body to the create debug runtime credential params
func (*CreateDebugRuntimeCredentialParams) WithContext ¶ added in v0.4.0
func (o *CreateDebugRuntimeCredentialParams) WithContext(ctx context.Context) *CreateDebugRuntimeCredentialParams
WithContext adds the context to the create debug runtime credential params
func (*CreateDebugRuntimeCredentialParams) WithHTTPClient ¶ added in v0.4.0
func (o *CreateDebugRuntimeCredentialParams) WithHTTPClient(client *http.Client) *CreateDebugRuntimeCredentialParams
WithHTTPClient adds the HTTPClient to the create debug runtime credential params
func (*CreateDebugRuntimeCredentialParams) WithTimeout ¶ added in v0.4.0
func (o *CreateDebugRuntimeCredentialParams) WithTimeout(timeout time.Duration) *CreateDebugRuntimeCredentialParams
WithTimeout adds the timeout to the create debug runtime credential params
func (*CreateDebugRuntimeCredentialParams) WriteToRequest ¶ added in v0.4.0
func (o *CreateDebugRuntimeCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *CreateDebugRuntimeParams) SetBody(body *models.OpenpitrixCreateRuntimeRequest)
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
func (o *CreateDebugRuntimeParams) WithBody(body *models.OpenpitrixCreateRuntimeRequest) *CreateDebugRuntimeParams
WithBody adds the body to the create debug runtime params
func (*CreateDebugRuntimeParams) WithContext ¶ added in v0.4.0
func (o *CreateDebugRuntimeParams) WithContext(ctx context.Context) *CreateDebugRuntimeParams
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
func (o *CreateDebugRuntimeParams) WithTimeout(timeout time.Duration) *CreateDebugRuntimeParams
WithTimeout adds the timeout to the create debug runtime params
func (*CreateDebugRuntimeParams) WriteToRequest ¶ added in v0.4.0
func (o *CreateDebugRuntimeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *CreateRuntimeCredentialParams) SetBody(body *models.OpenpitrixCreateRuntimeCredentialRequest)
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
func (o *CreateRuntimeCredentialParams) WithBody(body *models.OpenpitrixCreateRuntimeCredentialRequest) *CreateRuntimeCredentialParams
WithBody adds the body to the create runtime credential params
func (*CreateRuntimeCredentialParams) WithContext ¶ added in v0.4.0
func (o *CreateRuntimeCredentialParams) WithContext(ctx context.Context) *CreateRuntimeCredentialParams
WithContext adds the context to the create runtime credential params
func (*CreateRuntimeCredentialParams) WithHTTPClient ¶ added in v0.4.0
func (o *CreateRuntimeCredentialParams) WithHTTPClient(client *http.Client) *CreateRuntimeCredentialParams
WithHTTPClient adds the HTTPClient to the create runtime credential params
func (*CreateRuntimeCredentialParams) WithTimeout ¶ added in v0.4.0
func (o *CreateRuntimeCredentialParams) WithTimeout(timeout time.Duration) *CreateRuntimeCredentialParams
WithTimeout adds the timeout to the create runtime credential params
func (*CreateRuntimeCredentialParams) WriteToRequest ¶ added in v0.4.0
func (o *CreateRuntimeCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *CreateRuntimeParams) SetBody(body *models.OpenpitrixCreateRuntimeRequest)
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 ¶
func (o *CreateRuntimeParams) WithBody(body *models.OpenpitrixCreateRuntimeRequest) *CreateRuntimeParams
WithBody adds the body to the create runtime params
func (*CreateRuntimeParams) WithContext ¶
func (o *CreateRuntimeParams) WithContext(ctx context.Context) *CreateRuntimeParams
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
func (o *DeleteRuntimeCredentialsOK) Error() string
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
func (o *DeleteRuntimeCredentialsParams) SetBody(body *models.OpenpitrixDeleteRuntimeCredentialsRequest)
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
func (o *DeleteRuntimeCredentialsParams) WithBody(body *models.OpenpitrixDeleteRuntimeCredentialsRequest) *DeleteRuntimeCredentialsParams
WithBody adds the body to the delete runtime credentials params
func (*DeleteRuntimeCredentialsParams) WithContext ¶ added in v0.4.0
func (o *DeleteRuntimeCredentialsParams) WithContext(ctx context.Context) *DeleteRuntimeCredentialsParams
WithContext adds the context to the delete runtime credentials params
func (*DeleteRuntimeCredentialsParams) WithHTTPClient ¶ added in v0.4.0
func (o *DeleteRuntimeCredentialsParams) WithHTTPClient(client *http.Client) *DeleteRuntimeCredentialsParams
WithHTTPClient adds the HTTPClient to the delete runtime credentials params
func (*DeleteRuntimeCredentialsParams) WithTimeout ¶ added in v0.4.0
func (o *DeleteRuntimeCredentialsParams) WithTimeout(timeout time.Duration) *DeleteRuntimeCredentialsParams
WithTimeout adds the timeout to the delete runtime credentials params
func (*DeleteRuntimeCredentialsParams) WriteToRequest ¶ added in v0.4.0
func (o *DeleteRuntimeCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DeleteRuntimesParams) SetBody(body *models.OpenpitrixDeleteRuntimesRequest)
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 ¶
func (o *DeleteRuntimesParams) WithBody(body *models.OpenpitrixDeleteRuntimesRequest) *DeleteRuntimesParams
WithBody adds the body to the delete runtimes params
func (*DeleteRuntimesParams) WithContext ¶
func (o *DeleteRuntimesParams) WithContext(ctx context.Context) *DeleteRuntimesParams
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
func (o *DescribeDebugRuntimeCredentialsOK) Error() string
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
func (o *DescribeDebugRuntimeCredentialsParams) SetContext(ctx context.Context)
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
func (o *DescribeDebugRuntimeCredentialsParams) WithContext(ctx context.Context) *DescribeDebugRuntimeCredentialsParams
WithContext adds the context to the describe debug runtime credentials params
func (*DescribeDebugRuntimeCredentialsParams) WithDisplayColumns ¶ added in v0.4.0
func (o *DescribeDebugRuntimeCredentialsParams) WithDisplayColumns(displayColumns []string) *DescribeDebugRuntimeCredentialsParams
WithDisplayColumns adds the displayColumns to the describe debug runtime credentials params
func (*DescribeDebugRuntimeCredentialsParams) WithHTTPClient ¶ added in v0.4.0
func (o *DescribeDebugRuntimeCredentialsParams) WithHTTPClient(client *http.Client) *DescribeDebugRuntimeCredentialsParams
WithHTTPClient adds the HTTPClient to the describe debug runtime credentials params
func (*DescribeDebugRuntimeCredentialsParams) WithLimit ¶ added in v0.4.0
func (o *DescribeDebugRuntimeCredentialsParams) WithLimit(limit *int64) *DescribeDebugRuntimeCredentialsParams
WithLimit adds the limit to the describe debug runtime credentials params
func (*DescribeDebugRuntimeCredentialsParams) WithOffset ¶ added in v0.4.0
func (o *DescribeDebugRuntimeCredentialsParams) WithOffset(offset *int64) *DescribeDebugRuntimeCredentialsParams
WithOffset adds the offset to the describe debug runtime credentials params
func (*DescribeDebugRuntimeCredentialsParams) WithOwner ¶ added in v0.4.0
func (o *DescribeDebugRuntimeCredentialsParams) WithOwner(owner []string) *DescribeDebugRuntimeCredentialsParams
WithOwner adds the owner to the describe debug runtime credentials params
func (*DescribeDebugRuntimeCredentialsParams) WithProvider ¶ added in v0.4.0
func (o *DescribeDebugRuntimeCredentialsParams) WithProvider(provider []string) *DescribeDebugRuntimeCredentialsParams
WithProvider adds the provider to the describe debug runtime credentials params
func (*DescribeDebugRuntimeCredentialsParams) WithReverse ¶ added in v0.4.0
func (o *DescribeDebugRuntimeCredentialsParams) WithReverse(reverse *bool) *DescribeDebugRuntimeCredentialsParams
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
func (o *DescribeDebugRuntimeCredentialsParams) WithSearchWord(searchWord *string) *DescribeDebugRuntimeCredentialsParams
WithSearchWord adds the searchWord to the describe debug runtime credentials params
func (*DescribeDebugRuntimeCredentialsParams) WithSortKey ¶ added in v0.4.0
func (o *DescribeDebugRuntimeCredentialsParams) WithSortKey(sortKey *string) *DescribeDebugRuntimeCredentialsParams
WithSortKey adds the sortKey to the describe debug runtime credentials params
func (*DescribeDebugRuntimeCredentialsParams) WithStatus ¶ added in v0.4.0
func (o *DescribeDebugRuntimeCredentialsParams) WithStatus(status []string) *DescribeDebugRuntimeCredentialsParams
WithStatus adds the status to the describe debug runtime credentials params
func (*DescribeDebugRuntimeCredentialsParams) WithTimeout ¶ added in v0.4.0
func (o *DescribeDebugRuntimeCredentialsParams) WithTimeout(timeout time.Duration) *DescribeDebugRuntimeCredentialsParams
WithTimeout adds the timeout to the describe debug runtime credentials params
func (*DescribeDebugRuntimeCredentialsParams) WriteToRequest ¶ added in v0.4.0
func (o *DescribeDebugRuntimeCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *DescribeDebugRuntimesParams) WithContext(ctx context.Context) *DescribeDebugRuntimesParams
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
func (o *DescribeDebugRuntimesParams) WithHTTPClient(client *http.Client) *DescribeDebugRuntimesParams
WithHTTPClient adds the HTTPClient to the describe debug runtimes params
func (*DescribeDebugRuntimesParams) WithLimit ¶ added in v0.4.0
func (o *DescribeDebugRuntimesParams) WithLimit(limit *int64) *DescribeDebugRuntimesParams
WithLimit adds the limit to the describe debug runtimes params
func (*DescribeDebugRuntimesParams) WithOffset ¶ added in v0.4.0
func (o *DescribeDebugRuntimesParams) WithOffset(offset *int64) *DescribeDebugRuntimesParams
WithOffset adds the offset to the describe debug runtimes params
func (*DescribeDebugRuntimesParams) WithOwner ¶ added in v0.4.0
func (o *DescribeDebugRuntimesParams) WithOwner(owner []string) *DescribeDebugRuntimesParams
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
func (o *DescribeDebugRuntimesParams) WithReverse(reverse *bool) *DescribeDebugRuntimesParams
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
func (o *DescribeDebugRuntimesParams) WithSortKey(sortKey *string) *DescribeDebugRuntimesParams
WithSortKey adds the sortKey to the describe debug runtimes params
func (*DescribeDebugRuntimesParams) WithStatus ¶ added in v0.4.0
func (o *DescribeDebugRuntimesParams) WithStatus(status []string) *DescribeDebugRuntimesParams
WithStatus adds the status to the describe debug runtimes params
func (*DescribeDebugRuntimesParams) WithTimeout ¶ added in v0.4.0
func (o *DescribeDebugRuntimesParams) WithTimeout(timeout time.Duration) *DescribeDebugRuntimesParams
WithTimeout adds the timeout to the describe debug runtimes params
func (*DescribeDebugRuntimesParams) WriteToRequest ¶ added in v0.4.0
func (o *DescribeDebugRuntimesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *DescribeRuntimeCredentialsOK) Error() string
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
func (o *DescribeRuntimeCredentialsParams) SetContext(ctx context.Context)
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
func (o *DescribeRuntimeCredentialsParams) WithContext(ctx context.Context) *DescribeRuntimeCredentialsParams
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
func (o *DescribeRuntimeCredentialsParams) WithHTTPClient(client *http.Client) *DescribeRuntimeCredentialsParams
WithHTTPClient adds the HTTPClient to the describe runtime credentials params
func (*DescribeRuntimeCredentialsParams) WithLimit ¶ added in v0.4.0
func (o *DescribeRuntimeCredentialsParams) WithLimit(limit *int64) *DescribeRuntimeCredentialsParams
WithLimit adds the limit to the describe runtime credentials params
func (*DescribeRuntimeCredentialsParams) WithOffset ¶ added in v0.4.0
func (o *DescribeRuntimeCredentialsParams) WithOffset(offset *int64) *DescribeRuntimeCredentialsParams
WithOffset adds the offset to the describe runtime credentials params
func (*DescribeRuntimeCredentialsParams) WithOwner ¶ added in v0.4.0
func (o *DescribeRuntimeCredentialsParams) WithOwner(owner []string) *DescribeRuntimeCredentialsParams
WithOwner adds the owner to the describe runtime credentials params
func (*DescribeRuntimeCredentialsParams) WithProvider ¶ added in v0.4.0
func (o *DescribeRuntimeCredentialsParams) WithProvider(provider []string) *DescribeRuntimeCredentialsParams
WithProvider adds the provider to the describe runtime credentials params
func (*DescribeRuntimeCredentialsParams) WithReverse ¶ added in v0.4.0
func (o *DescribeRuntimeCredentialsParams) WithReverse(reverse *bool) *DescribeRuntimeCredentialsParams
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
func (o *DescribeRuntimeCredentialsParams) WithSearchWord(searchWord *string) *DescribeRuntimeCredentialsParams
WithSearchWord adds the searchWord to the describe runtime credentials params
func (*DescribeRuntimeCredentialsParams) WithSortKey ¶ added in v0.4.0
func (o *DescribeRuntimeCredentialsParams) WithSortKey(sortKey *string) *DescribeRuntimeCredentialsParams
WithSortKey adds the sortKey to the describe runtime credentials params
func (*DescribeRuntimeCredentialsParams) WithStatus ¶ added in v0.4.0
func (o *DescribeRuntimeCredentialsParams) WithStatus(status []string) *DescribeRuntimeCredentialsParams
WithStatus adds the status to the describe runtime credentials params
func (*DescribeRuntimeCredentialsParams) WithTimeout ¶ added in v0.4.0
func (o *DescribeRuntimeCredentialsParams) WithTimeout(timeout time.Duration) *DescribeRuntimeCredentialsParams
WithTimeout adds the timeout to the describe runtime credentials params
func (*DescribeRuntimeCredentialsParams) WriteToRequest ¶ added in v0.4.0
func (o *DescribeRuntimeCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DescribeRuntimeProviderZonesOK) Error() string
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 ¶
func (o *DescribeRuntimeProviderZonesParams) SetContext(ctx context.Context)
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 ¶
func (o *DescribeRuntimeProviderZonesParams) WithContext(ctx context.Context) *DescribeRuntimeProviderZonesParams
WithContext adds the context to the describe runtime provider zones params
func (*DescribeRuntimeProviderZonesParams) WithHTTPClient ¶
func (o *DescribeRuntimeProviderZonesParams) WithHTTPClient(client *http.Client) *DescribeRuntimeProviderZonesParams
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 ¶
func (o *DescribeRuntimeProviderZonesParams) WithTimeout(timeout time.Duration) *DescribeRuntimeProviderZonesParams
WithTimeout adds the timeout to the describe runtime provider zones params
func (*DescribeRuntimeProviderZonesParams) WriteToRequest ¶
func (o *DescribeRuntimeProviderZonesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DescribeRuntimesParams) WithContext(ctx context.Context) *DescribeRuntimesParams
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 ¶
func (o *DescribeRuntimesParams) WithTimeout(timeout time.Duration) *DescribeRuntimesParams
WithTimeout adds the timeout to the describe runtimes params
func (*DescribeRuntimesParams) WriteToRequest ¶
func (o *DescribeRuntimesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *GetRuntimeStatisticsParams) WithContext(ctx context.Context) *GetRuntimeStatisticsParams
WithContext adds the context to the get runtime statistics params
func (*GetRuntimeStatisticsParams) WithHTTPClient ¶ added in v0.1.5
func (o *GetRuntimeStatisticsParams) WithHTTPClient(client *http.Client) *GetRuntimeStatisticsParams
WithHTTPClient adds the HTTPClient to the get runtime statistics params
func (*GetRuntimeStatisticsParams) WithTimeout ¶ added in v0.1.5
func (o *GetRuntimeStatisticsParams) WithTimeout(timeout time.Duration) *GetRuntimeStatisticsParams
WithTimeout adds the timeout to the get runtime statistics params
func (*GetRuntimeStatisticsParams) WriteToRequest ¶ added in v0.1.5
func (o *GetRuntimeStatisticsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *ModifyRuntimeCredentialParams) SetBody(body *models.OpenpitrixModifyRuntimeCredentialRequest)
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
func (o *ModifyRuntimeCredentialParams) WithBody(body *models.OpenpitrixModifyRuntimeCredentialRequest) *ModifyRuntimeCredentialParams
WithBody adds the body to the modify runtime credential params
func (*ModifyRuntimeCredentialParams) WithContext ¶ added in v0.4.0
func (o *ModifyRuntimeCredentialParams) WithContext(ctx context.Context) *ModifyRuntimeCredentialParams
WithContext adds the context to the modify runtime credential params
func (*ModifyRuntimeCredentialParams) WithHTTPClient ¶ added in v0.4.0
func (o *ModifyRuntimeCredentialParams) WithHTTPClient(client *http.Client) *ModifyRuntimeCredentialParams
WithHTTPClient adds the HTTPClient to the modify runtime credential params
func (*ModifyRuntimeCredentialParams) WithTimeout ¶ added in v0.4.0
func (o *ModifyRuntimeCredentialParams) WithTimeout(timeout time.Duration) *ModifyRuntimeCredentialParams
WithTimeout adds the timeout to the modify runtime credential params
func (*ModifyRuntimeCredentialParams) WriteToRequest ¶ added in v0.4.0
func (o *ModifyRuntimeCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *ModifyRuntimeParams) SetBody(body *models.OpenpitrixModifyRuntimeRequest)
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 ¶
func (o *ModifyRuntimeParams) WithBody(body *models.OpenpitrixModifyRuntimeRequest) *ModifyRuntimeParams
WithBody adds the body to the modify runtime params
func (*ModifyRuntimeParams) WithContext ¶
func (o *ModifyRuntimeParams) WithContext(ctx context.Context) *ModifyRuntimeParams
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
func (o *ValidateRuntimeCredentialOK) Error() string
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
func (o *ValidateRuntimeCredentialParams) SetBody(body *models.OpenpitrixValidateRuntimeCredentialRequest)
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
func (o *ValidateRuntimeCredentialParams) WithBody(body *models.OpenpitrixValidateRuntimeCredentialRequest) *ValidateRuntimeCredentialParams
WithBody adds the body to the validate runtime credential params
func (*ValidateRuntimeCredentialParams) WithContext ¶ added in v0.4.0
func (o *ValidateRuntimeCredentialParams) WithContext(ctx context.Context) *ValidateRuntimeCredentialParams
WithContext adds the context to the validate runtime credential params
func (*ValidateRuntimeCredentialParams) WithHTTPClient ¶ added in v0.4.0
func (o *ValidateRuntimeCredentialParams) WithHTTPClient(client *http.Client) *ValidateRuntimeCredentialParams
WithHTTPClient adds the HTTPClient to the validate runtime credential params
func (*ValidateRuntimeCredentialParams) WithTimeout ¶ added in v0.4.0
func (o *ValidateRuntimeCredentialParams) WithTimeout(timeout time.Duration) *ValidateRuntimeCredentialParams
WithTimeout adds the timeout to the validate runtime credential params
func (*ValidateRuntimeCredentialParams) WriteToRequest ¶ added in v0.4.0
func (o *ValidateRuntimeCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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.
Source Files ¶
- create_debug_runtime_credential_parameters.go
- create_debug_runtime_credential_responses.go
- create_debug_runtime_parameters.go
- create_debug_runtime_responses.go
- create_runtime_credential_parameters.go
- create_runtime_credential_responses.go
- create_runtime_parameters.go
- create_runtime_responses.go
- delete_runtime_credentials_parameters.go
- delete_runtime_credentials_responses.go
- delete_runtimes_parameters.go
- delete_runtimes_responses.go
- describe_debug_runtime_credentials_parameters.go
- describe_debug_runtime_credentials_responses.go
- describe_debug_runtimes_parameters.go
- describe_debug_runtimes_responses.go
- describe_runtime_credentials_parameters.go
- describe_runtime_credentials_responses.go
- describe_runtime_provider_zones_parameters.go
- describe_runtime_provider_zones_responses.go
- describe_runtimes_parameters.go
- describe_runtimes_responses.go
- get_runtime_statistics_parameters.go
- get_runtime_statistics_responses.go
- modify_runtime_credential_parameters.go
- modify_runtime_credential_responses.go
- modify_runtime_parameters.go
- modify_runtime_responses.go
- runtime_manager_client.go
- validate_runtime_credential_parameters.go
- validate_runtime_credential_responses.go