Versions in this module Expand all Collapse all v5 v5.0.8 Feb 17, 2022 v5.0.7 Feb 17, 2022 v5.0.6 Feb 16, 2022 v5.0.5 Feb 16, 2022 v5.0.4 Feb 16, 2022 Changes in this version + type Client struct + func (a *Client) CreateRegistry(params *CreateRegistryParams, authInfo runtime.ClientAuthInfoWriter) (*CreateRegistryCreated, error) + func (a *Client) DeleteRegistry(params *DeleteRegistryParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteRegistryOK, error) + func (a *Client) GetRegistry(params *GetRegistryParams, authInfo runtime.ClientAuthInfoWriter) (*GetRegistryOK, error) + func (a *Client) GetRegistryInfo(params *GetRegistryInfoParams, authInfo runtime.ClientAuthInfoWriter) (*GetRegistryInfoOK, error) + func (a *Client) ListRegistries(params *ListRegistriesParams, authInfo runtime.ClientAuthInfoWriter) (*ListRegistriesOK, error) + func (a *Client) ListRegistryProviderInfos(params *ListRegistryProviderInfosParams, authInfo runtime.ClientAuthInfoWriter) (*ListRegistryProviderInfosOK, error) + func (a *Client) ListRegistryProviderTypes(params *ListRegistryProviderTypesParams, authInfo runtime.ClientAuthInfoWriter) (*ListRegistryProviderTypesOK, error) + func (a *Client) PingRegistry(params *PingRegistryParams, authInfo runtime.ClientAuthInfoWriter) (*PingRegistryOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateRegistry(params *UpdateRegistryParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateRegistryOK, error) + type ClientService interface + CreateRegistry func(params *CreateRegistryParams, authInfo runtime.ClientAuthInfoWriter) (*CreateRegistryCreated, error) + DeleteRegistry func(params *DeleteRegistryParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteRegistryOK, error) + GetRegistry func(params *GetRegistryParams, authInfo runtime.ClientAuthInfoWriter) (*GetRegistryOK, error) + GetRegistryInfo func(params *GetRegistryInfoParams, authInfo runtime.ClientAuthInfoWriter) (*GetRegistryInfoOK, error) + ListRegistries func(params *ListRegistriesParams, authInfo runtime.ClientAuthInfoWriter) (*ListRegistriesOK, error) + ListRegistryProviderInfos func(params *ListRegistryProviderInfosParams, authInfo runtime.ClientAuthInfoWriter) (*ListRegistryProviderInfosOK, error) + ListRegistryProviderTypes func(params *ListRegistryProviderTypesParams, authInfo runtime.ClientAuthInfoWriter) (*ListRegistryProviderTypesOK, error) + PingRegistry func(params *PingRegistryParams, authInfo runtime.ClientAuthInfoWriter) (*PingRegistryOK, error) + SetTransport func(transport runtime.ClientTransport) + UpdateRegistry func(params *UpdateRegistryParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateRegistryOK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type CreateRegistryBadRequest struct + Payload *model.Errors + XRequestID string + func NewCreateRegistryBadRequest() *CreateRegistryBadRequest + func (o *CreateRegistryBadRequest) Error() string + func (o *CreateRegistryBadRequest) GetPayload() *model.Errors + type CreateRegistryConflict struct + Payload *model.Errors + XRequestID string + func NewCreateRegistryConflict() *CreateRegistryConflict + func (o *CreateRegistryConflict) Error() string + func (o *CreateRegistryConflict) GetPayload() *model.Errors + type CreateRegistryCreated struct + Location string + XRequestID string + func NewCreateRegistryCreated() *CreateRegistryCreated + func (o *CreateRegistryCreated) Error() string + type CreateRegistryForbidden struct + Payload *model.Errors + XRequestID string + func NewCreateRegistryForbidden() *CreateRegistryForbidden + func (o *CreateRegistryForbidden) Error() string + func (o *CreateRegistryForbidden) GetPayload() *model.Errors + type CreateRegistryInternalServerError struct + Payload *model.Errors + XRequestID string + func NewCreateRegistryInternalServerError() *CreateRegistryInternalServerError + func (o *CreateRegistryInternalServerError) Error() string + func (o *CreateRegistryInternalServerError) GetPayload() *model.Errors + type CreateRegistryParams struct + Context context.Context + HTTPClient *http.Client + Registry *model.Registry + XRequestID *string + func NewCreateRegistryParams() *CreateRegistryParams + func NewCreateRegistryParamsWithContext(ctx context.Context) *CreateRegistryParams + func NewCreateRegistryParamsWithHTTPClient(client *http.Client) *CreateRegistryParams + func NewCreateRegistryParamsWithTimeout(timeout time.Duration) *CreateRegistryParams + func (o *CreateRegistryParams) SetContext(ctx context.Context) + func (o *CreateRegistryParams) SetHTTPClient(client *http.Client) + func (o *CreateRegistryParams) SetRegistry(registry *model.Registry) + func (o *CreateRegistryParams) SetTimeout(timeout time.Duration) + func (o *CreateRegistryParams) SetXRequestID(xRequestID *string) + func (o *CreateRegistryParams) WithContext(ctx context.Context) *CreateRegistryParams + func (o *CreateRegistryParams) WithHTTPClient(client *http.Client) *CreateRegistryParams + func (o *CreateRegistryParams) WithRegistry(registry *model.Registry) *CreateRegistryParams + func (o *CreateRegistryParams) WithTimeout(timeout time.Duration) *CreateRegistryParams + func (o *CreateRegistryParams) WithXRequestID(xRequestID *string) *CreateRegistryParams + func (o *CreateRegistryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateRegistryReader struct + func (o *CreateRegistryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateRegistryUnauthorized struct + Payload *model.Errors + XRequestID string + func NewCreateRegistryUnauthorized() *CreateRegistryUnauthorized + func (o *CreateRegistryUnauthorized) Error() string + func (o *CreateRegistryUnauthorized) GetPayload() *model.Errors + type DeleteRegistryForbidden struct + Payload *model.Errors + XRequestID string + func NewDeleteRegistryForbidden() *DeleteRegistryForbidden + func (o *DeleteRegistryForbidden) Error() string + func (o *DeleteRegistryForbidden) GetPayload() *model.Errors + type DeleteRegistryInternalServerError struct + Payload *model.Errors + XRequestID string + func NewDeleteRegistryInternalServerError() *DeleteRegistryInternalServerError + func (o *DeleteRegistryInternalServerError) Error() string + func (o *DeleteRegistryInternalServerError) GetPayload() *model.Errors + type DeleteRegistryNotFound struct + Payload *model.Errors + XRequestID string + func NewDeleteRegistryNotFound() *DeleteRegistryNotFound + func (o *DeleteRegistryNotFound) Error() string + func (o *DeleteRegistryNotFound) GetPayload() *model.Errors + type DeleteRegistryOK struct + XRequestID string + func NewDeleteRegistryOK() *DeleteRegistryOK + func (o *DeleteRegistryOK) Error() string + type DeleteRegistryParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + XRequestID *string + func NewDeleteRegistryParams() *DeleteRegistryParams + func NewDeleteRegistryParamsWithContext(ctx context.Context) *DeleteRegistryParams + func NewDeleteRegistryParamsWithHTTPClient(client *http.Client) *DeleteRegistryParams + func NewDeleteRegistryParamsWithTimeout(timeout time.Duration) *DeleteRegistryParams + func (o *DeleteRegistryParams) SetContext(ctx context.Context) + func (o *DeleteRegistryParams) SetHTTPClient(client *http.Client) + func (o *DeleteRegistryParams) SetID(id int64) + func (o *DeleteRegistryParams) SetTimeout(timeout time.Duration) + func (o *DeleteRegistryParams) SetXRequestID(xRequestID *string) + func (o *DeleteRegistryParams) WithContext(ctx context.Context) *DeleteRegistryParams + func (o *DeleteRegistryParams) WithHTTPClient(client *http.Client) *DeleteRegistryParams + func (o *DeleteRegistryParams) WithID(id int64) *DeleteRegistryParams + func (o *DeleteRegistryParams) WithTimeout(timeout time.Duration) *DeleteRegistryParams + func (o *DeleteRegistryParams) WithXRequestID(xRequestID *string) *DeleteRegistryParams + func (o *DeleteRegistryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteRegistryPreconditionFailed struct + Payload *model.Errors + XRequestID string + func NewDeleteRegistryPreconditionFailed() *DeleteRegistryPreconditionFailed + func (o *DeleteRegistryPreconditionFailed) Error() string + func (o *DeleteRegistryPreconditionFailed) GetPayload() *model.Errors + type DeleteRegistryReader struct + func (o *DeleteRegistryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteRegistryUnauthorized struct + Payload *model.Errors + XRequestID string + func NewDeleteRegistryUnauthorized() *DeleteRegistryUnauthorized + func (o *DeleteRegistryUnauthorized) Error() string + func (o *DeleteRegistryUnauthorized) GetPayload() *model.Errors + type GetRegistryForbidden struct + Payload *model.Errors + XRequestID string + func NewGetRegistryForbidden() *GetRegistryForbidden + func (o *GetRegistryForbidden) Error() string + func (o *GetRegistryForbidden) GetPayload() *model.Errors + type GetRegistryInfoForbidden struct + Payload *model.Errors + XRequestID string + func NewGetRegistryInfoForbidden() *GetRegistryInfoForbidden + func (o *GetRegistryInfoForbidden) Error() string + func (o *GetRegistryInfoForbidden) GetPayload() *model.Errors + type GetRegistryInfoInternalServerError struct + Payload *model.Errors + XRequestID string + func NewGetRegistryInfoInternalServerError() *GetRegistryInfoInternalServerError + func (o *GetRegistryInfoInternalServerError) Error() string + func (o *GetRegistryInfoInternalServerError) GetPayload() *model.Errors + type GetRegistryInfoNotFound struct + Payload *model.Errors + XRequestID string + func NewGetRegistryInfoNotFound() *GetRegistryInfoNotFound + func (o *GetRegistryInfoNotFound) Error() string + func (o *GetRegistryInfoNotFound) GetPayload() *model.Errors + type GetRegistryInfoOK struct + Payload *model.RegistryInfo + func NewGetRegistryInfoOK() *GetRegistryInfoOK + func (o *GetRegistryInfoOK) Error() string + func (o *GetRegistryInfoOK) GetPayload() *model.RegistryInfo + type GetRegistryInfoParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + XRequestID *string + func NewGetRegistryInfoParams() *GetRegistryInfoParams + func NewGetRegistryInfoParamsWithContext(ctx context.Context) *GetRegistryInfoParams + func NewGetRegistryInfoParamsWithHTTPClient(client *http.Client) *GetRegistryInfoParams + func NewGetRegistryInfoParamsWithTimeout(timeout time.Duration) *GetRegistryInfoParams + func (o *GetRegistryInfoParams) SetContext(ctx context.Context) + func (o *GetRegistryInfoParams) SetHTTPClient(client *http.Client) + func (o *GetRegistryInfoParams) SetID(id int64) + func (o *GetRegistryInfoParams) SetTimeout(timeout time.Duration) + func (o *GetRegistryInfoParams) SetXRequestID(xRequestID *string) + func (o *GetRegistryInfoParams) WithContext(ctx context.Context) *GetRegistryInfoParams + func (o *GetRegistryInfoParams) WithHTTPClient(client *http.Client) *GetRegistryInfoParams + func (o *GetRegistryInfoParams) WithID(id int64) *GetRegistryInfoParams + func (o *GetRegistryInfoParams) WithTimeout(timeout time.Duration) *GetRegistryInfoParams + func (o *GetRegistryInfoParams) WithXRequestID(xRequestID *string) *GetRegistryInfoParams + func (o *GetRegistryInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetRegistryInfoReader struct + func (o *GetRegistryInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetRegistryInfoUnauthorized struct + Payload *model.Errors + XRequestID string + func NewGetRegistryInfoUnauthorized() *GetRegistryInfoUnauthorized + func (o *GetRegistryInfoUnauthorized) Error() string + func (o *GetRegistryInfoUnauthorized) GetPayload() *model.Errors + type GetRegistryInternalServerError struct + Payload *model.Errors + XRequestID string + func NewGetRegistryInternalServerError() *GetRegistryInternalServerError + func (o *GetRegistryInternalServerError) Error() string + func (o *GetRegistryInternalServerError) GetPayload() *model.Errors + type GetRegistryNotFound struct + Payload *model.Errors + XRequestID string + func NewGetRegistryNotFound() *GetRegistryNotFound + func (o *GetRegistryNotFound) Error() string + func (o *GetRegistryNotFound) GetPayload() *model.Errors + type GetRegistryOK struct + Payload *model.Registry + func NewGetRegistryOK() *GetRegistryOK + func (o *GetRegistryOK) Error() string + func (o *GetRegistryOK) GetPayload() *model.Registry + type GetRegistryParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + XRequestID *string + func NewGetRegistryParams() *GetRegistryParams + func NewGetRegistryParamsWithContext(ctx context.Context) *GetRegistryParams + func NewGetRegistryParamsWithHTTPClient(client *http.Client) *GetRegistryParams + func NewGetRegistryParamsWithTimeout(timeout time.Duration) *GetRegistryParams + func (o *GetRegistryParams) SetContext(ctx context.Context) + func (o *GetRegistryParams) SetHTTPClient(client *http.Client) + func (o *GetRegistryParams) SetID(id int64) + func (o *GetRegistryParams) SetTimeout(timeout time.Duration) + func (o *GetRegistryParams) SetXRequestID(xRequestID *string) + func (o *GetRegistryParams) WithContext(ctx context.Context) *GetRegistryParams + func (o *GetRegistryParams) WithHTTPClient(client *http.Client) *GetRegistryParams + func (o *GetRegistryParams) WithID(id int64) *GetRegistryParams + func (o *GetRegistryParams) WithTimeout(timeout time.Duration) *GetRegistryParams + func (o *GetRegistryParams) WithXRequestID(xRequestID *string) *GetRegistryParams + func (o *GetRegistryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetRegistryReader struct + func (o *GetRegistryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetRegistryUnauthorized struct + Payload *model.Errors + XRequestID string + func NewGetRegistryUnauthorized() *GetRegistryUnauthorized + func (o *GetRegistryUnauthorized) Error() string + func (o *GetRegistryUnauthorized) GetPayload() *model.Errors + type ListRegistriesForbidden struct + Payload *model.Errors + XRequestID string + func NewListRegistriesForbidden() *ListRegistriesForbidden + func (o *ListRegistriesForbidden) Error() string + func (o *ListRegistriesForbidden) GetPayload() *model.Errors + type ListRegistriesInternalServerError struct + Payload *model.Errors + XRequestID string + func NewListRegistriesInternalServerError() *ListRegistriesInternalServerError + func (o *ListRegistriesInternalServerError) Error() string + func (o *ListRegistriesInternalServerError) GetPayload() *model.Errors + type ListRegistriesOK struct + Link string + Payload []*model.Registry + XTotalCount int64 + func NewListRegistriesOK() *ListRegistriesOK + func (o *ListRegistriesOK) Error() string + func (o *ListRegistriesOK) GetPayload() []*model.Registry + type ListRegistriesParams struct + Context context.Context + HTTPClient *http.Client + Name *string + Page *int64 + PageSize *int64 + Q *string + Sort *string + XRequestID *string + func NewListRegistriesParams() *ListRegistriesParams + func NewListRegistriesParamsWithContext(ctx context.Context) *ListRegistriesParams + func NewListRegistriesParamsWithHTTPClient(client *http.Client) *ListRegistriesParams + func NewListRegistriesParamsWithTimeout(timeout time.Duration) *ListRegistriesParams + func (o *ListRegistriesParams) SetContext(ctx context.Context) + func (o *ListRegistriesParams) SetHTTPClient(client *http.Client) + func (o *ListRegistriesParams) SetName(name *string) + func (o *ListRegistriesParams) SetPage(page *int64) + func (o *ListRegistriesParams) SetPageSize(pageSize *int64) + func (o *ListRegistriesParams) SetQ(q *string) + func (o *ListRegistriesParams) SetSort(sort *string) + func (o *ListRegistriesParams) SetTimeout(timeout time.Duration) + func (o *ListRegistriesParams) SetXRequestID(xRequestID *string) + func (o *ListRegistriesParams) WithContext(ctx context.Context) *ListRegistriesParams + func (o *ListRegistriesParams) WithHTTPClient(client *http.Client) *ListRegistriesParams + func (o *ListRegistriesParams) WithName(name *string) *ListRegistriesParams + func (o *ListRegistriesParams) WithPage(page *int64) *ListRegistriesParams + func (o *ListRegistriesParams) WithPageSize(pageSize *int64) *ListRegistriesParams + func (o *ListRegistriesParams) WithQ(q *string) *ListRegistriesParams + func (o *ListRegistriesParams) WithSort(sort *string) *ListRegistriesParams + func (o *ListRegistriesParams) WithTimeout(timeout time.Duration) *ListRegistriesParams + func (o *ListRegistriesParams) WithXRequestID(xRequestID *string) *ListRegistriesParams + func (o *ListRegistriesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListRegistriesReader struct + func (o *ListRegistriesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListRegistriesUnauthorized struct + Payload *model.Errors + XRequestID string + func NewListRegistriesUnauthorized() *ListRegistriesUnauthorized + func (o *ListRegistriesUnauthorized) Error() string + func (o *ListRegistriesUnauthorized) GetPayload() *model.Errors + type ListRegistryProviderInfosForbidden struct + Payload *model.Errors + XRequestID string + func NewListRegistryProviderInfosForbidden() *ListRegistryProviderInfosForbidden + func (o *ListRegistryProviderInfosForbidden) Error() string + func (o *ListRegistryProviderInfosForbidden) GetPayload() *model.Errors + type ListRegistryProviderInfosInternalServerError struct + Payload *model.Errors + XRequestID string + func NewListRegistryProviderInfosInternalServerError() *ListRegistryProviderInfosInternalServerError + func (o *ListRegistryProviderInfosInternalServerError) Error() string + func (o *ListRegistryProviderInfosInternalServerError) GetPayload() *model.Errors + type ListRegistryProviderInfosOK struct + Payload map[string]model.RegistryProviderInfo + func NewListRegistryProviderInfosOK() *ListRegistryProviderInfosOK + func (o *ListRegistryProviderInfosOK) Error() string + func (o *ListRegistryProviderInfosOK) GetPayload() map[string]model.RegistryProviderInfo + type ListRegistryProviderInfosParams struct + Context context.Context + HTTPClient *http.Client + XRequestID *string + func NewListRegistryProviderInfosParams() *ListRegistryProviderInfosParams + func NewListRegistryProviderInfosParamsWithContext(ctx context.Context) *ListRegistryProviderInfosParams + func NewListRegistryProviderInfosParamsWithHTTPClient(client *http.Client) *ListRegistryProviderInfosParams + func NewListRegistryProviderInfosParamsWithTimeout(timeout time.Duration) *ListRegistryProviderInfosParams + func (o *ListRegistryProviderInfosParams) SetContext(ctx context.Context) + func (o *ListRegistryProviderInfosParams) SetHTTPClient(client *http.Client) + func (o *ListRegistryProviderInfosParams) SetTimeout(timeout time.Duration) + func (o *ListRegistryProviderInfosParams) SetXRequestID(xRequestID *string) + func (o *ListRegistryProviderInfosParams) WithContext(ctx context.Context) *ListRegistryProviderInfosParams + func (o *ListRegistryProviderInfosParams) WithHTTPClient(client *http.Client) *ListRegistryProviderInfosParams + func (o *ListRegistryProviderInfosParams) WithTimeout(timeout time.Duration) *ListRegistryProviderInfosParams + func (o *ListRegistryProviderInfosParams) WithXRequestID(xRequestID *string) *ListRegistryProviderInfosParams + func (o *ListRegistryProviderInfosParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListRegistryProviderInfosReader struct + func (o *ListRegistryProviderInfosReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListRegistryProviderInfosUnauthorized struct + Payload *model.Errors + XRequestID string + func NewListRegistryProviderInfosUnauthorized() *ListRegistryProviderInfosUnauthorized + func (o *ListRegistryProviderInfosUnauthorized) Error() string + func (o *ListRegistryProviderInfosUnauthorized) GetPayload() *model.Errors + type ListRegistryProviderTypesForbidden struct + Payload *model.Errors + XRequestID string + func NewListRegistryProviderTypesForbidden() *ListRegistryProviderTypesForbidden + func (o *ListRegistryProviderTypesForbidden) Error() string + func (o *ListRegistryProviderTypesForbidden) GetPayload() *model.Errors + type ListRegistryProviderTypesInternalServerError struct + Payload *model.Errors + XRequestID string + func NewListRegistryProviderTypesInternalServerError() *ListRegistryProviderTypesInternalServerError + func (o *ListRegistryProviderTypesInternalServerError) Error() string + func (o *ListRegistryProviderTypesInternalServerError) GetPayload() *model.Errors + type ListRegistryProviderTypesOK struct + Payload []string + func NewListRegistryProviderTypesOK() *ListRegistryProviderTypesOK + func (o *ListRegistryProviderTypesOK) Error() string + func (o *ListRegistryProviderTypesOK) GetPayload() []string + type ListRegistryProviderTypesParams struct + Context context.Context + HTTPClient *http.Client + XRequestID *string + func NewListRegistryProviderTypesParams() *ListRegistryProviderTypesParams + func NewListRegistryProviderTypesParamsWithContext(ctx context.Context) *ListRegistryProviderTypesParams + func NewListRegistryProviderTypesParamsWithHTTPClient(client *http.Client) *ListRegistryProviderTypesParams + func NewListRegistryProviderTypesParamsWithTimeout(timeout time.Duration) *ListRegistryProviderTypesParams + func (o *ListRegistryProviderTypesParams) SetContext(ctx context.Context) + func (o *ListRegistryProviderTypesParams) SetHTTPClient(client *http.Client) + func (o *ListRegistryProviderTypesParams) SetTimeout(timeout time.Duration) + func (o *ListRegistryProviderTypesParams) SetXRequestID(xRequestID *string) + func (o *ListRegistryProviderTypesParams) WithContext(ctx context.Context) *ListRegistryProviderTypesParams + func (o *ListRegistryProviderTypesParams) WithHTTPClient(client *http.Client) *ListRegistryProviderTypesParams + func (o *ListRegistryProviderTypesParams) WithTimeout(timeout time.Duration) *ListRegistryProviderTypesParams + func (o *ListRegistryProviderTypesParams) WithXRequestID(xRequestID *string) *ListRegistryProviderTypesParams + func (o *ListRegistryProviderTypesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListRegistryProviderTypesReader struct + func (o *ListRegistryProviderTypesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListRegistryProviderTypesUnauthorized struct + Payload *model.Errors + XRequestID string + func NewListRegistryProviderTypesUnauthorized() *ListRegistryProviderTypesUnauthorized + func (o *ListRegistryProviderTypesUnauthorized) Error() string + func (o *ListRegistryProviderTypesUnauthorized) GetPayload() *model.Errors + type PingRegistryBadRequest struct + Payload *model.Errors + XRequestID string + func NewPingRegistryBadRequest() *PingRegistryBadRequest + func (o *PingRegistryBadRequest) Error() string + func (o *PingRegistryBadRequest) GetPayload() *model.Errors + type PingRegistryForbidden struct + Payload *model.Errors + XRequestID string + func NewPingRegistryForbidden() *PingRegistryForbidden + func (o *PingRegistryForbidden) Error() string + func (o *PingRegistryForbidden) GetPayload() *model.Errors + type PingRegistryInternalServerError struct + Payload *model.Errors + XRequestID string + func NewPingRegistryInternalServerError() *PingRegistryInternalServerError + func (o *PingRegistryInternalServerError) Error() string + func (o *PingRegistryInternalServerError) GetPayload() *model.Errors + type PingRegistryNotFound struct + Payload *model.Errors + XRequestID string + func NewPingRegistryNotFound() *PingRegistryNotFound + func (o *PingRegistryNotFound) Error() string + func (o *PingRegistryNotFound) GetPayload() *model.Errors + type PingRegistryOK struct + XRequestID string + func NewPingRegistryOK() *PingRegistryOK + func (o *PingRegistryOK) Error() string + type PingRegistryParams struct + Context context.Context + HTTPClient *http.Client + Registry *model.RegistryPing + XRequestID *string + func NewPingRegistryParams() *PingRegistryParams + func NewPingRegistryParamsWithContext(ctx context.Context) *PingRegistryParams + func NewPingRegistryParamsWithHTTPClient(client *http.Client) *PingRegistryParams + func NewPingRegistryParamsWithTimeout(timeout time.Duration) *PingRegistryParams + func (o *PingRegistryParams) SetContext(ctx context.Context) + func (o *PingRegistryParams) SetHTTPClient(client *http.Client) + func (o *PingRegistryParams) SetRegistry(registry *model.RegistryPing) + func (o *PingRegistryParams) SetTimeout(timeout time.Duration) + func (o *PingRegistryParams) SetXRequestID(xRequestID *string) + func (o *PingRegistryParams) WithContext(ctx context.Context) *PingRegistryParams + func (o *PingRegistryParams) WithHTTPClient(client *http.Client) *PingRegistryParams + func (o *PingRegistryParams) WithRegistry(registry *model.RegistryPing) *PingRegistryParams + func (o *PingRegistryParams) WithTimeout(timeout time.Duration) *PingRegistryParams + func (o *PingRegistryParams) WithXRequestID(xRequestID *string) *PingRegistryParams + func (o *PingRegistryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PingRegistryReader struct + func (o *PingRegistryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PingRegistryUnauthorized struct + Payload *model.Errors + XRequestID string + func NewPingRegistryUnauthorized() *PingRegistryUnauthorized + func (o *PingRegistryUnauthorized) Error() string + func (o *PingRegistryUnauthorized) GetPayload() *model.Errors + type UpdateRegistryConflict struct + Payload *model.Errors + XRequestID string + func NewUpdateRegistryConflict() *UpdateRegistryConflict + func (o *UpdateRegistryConflict) Error() string + func (o *UpdateRegistryConflict) GetPayload() *model.Errors + type UpdateRegistryForbidden struct + Payload *model.Errors + XRequestID string + func NewUpdateRegistryForbidden() *UpdateRegistryForbidden + func (o *UpdateRegistryForbidden) Error() string + func (o *UpdateRegistryForbidden) GetPayload() *model.Errors + type UpdateRegistryInternalServerError struct + Payload *model.Errors + XRequestID string + func NewUpdateRegistryInternalServerError() *UpdateRegistryInternalServerError + func (o *UpdateRegistryInternalServerError) Error() string + func (o *UpdateRegistryInternalServerError) GetPayload() *model.Errors + type UpdateRegistryNotFound struct + Payload *model.Errors + XRequestID string + func NewUpdateRegistryNotFound() *UpdateRegistryNotFound + func (o *UpdateRegistryNotFound) Error() string + func (o *UpdateRegistryNotFound) GetPayload() *model.Errors + type UpdateRegistryOK struct + XRequestID string + func NewUpdateRegistryOK() *UpdateRegistryOK + func (o *UpdateRegistryOK) Error() string + type UpdateRegistryParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + Registry *model.RegistryUpdate + XRequestID *string + func NewUpdateRegistryParams() *UpdateRegistryParams + func NewUpdateRegistryParamsWithContext(ctx context.Context) *UpdateRegistryParams + func NewUpdateRegistryParamsWithHTTPClient(client *http.Client) *UpdateRegistryParams + func NewUpdateRegistryParamsWithTimeout(timeout time.Duration) *UpdateRegistryParams + func (o *UpdateRegistryParams) SetContext(ctx context.Context) + func (o *UpdateRegistryParams) SetHTTPClient(client *http.Client) + func (o *UpdateRegistryParams) SetID(id int64) + func (o *UpdateRegistryParams) SetRegistry(registry *model.RegistryUpdate) + func (o *UpdateRegistryParams) SetTimeout(timeout time.Duration) + func (o *UpdateRegistryParams) SetXRequestID(xRequestID *string) + func (o *UpdateRegistryParams) WithContext(ctx context.Context) *UpdateRegistryParams + func (o *UpdateRegistryParams) WithHTTPClient(client *http.Client) *UpdateRegistryParams + func (o *UpdateRegistryParams) WithID(id int64) *UpdateRegistryParams + func (o *UpdateRegistryParams) WithRegistry(registry *model.RegistryUpdate) *UpdateRegistryParams + func (o *UpdateRegistryParams) WithTimeout(timeout time.Duration) *UpdateRegistryParams + func (o *UpdateRegistryParams) WithXRequestID(xRequestID *string) *UpdateRegistryParams + func (o *UpdateRegistryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateRegistryReader struct + func (o *UpdateRegistryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateRegistryUnauthorized struct + Payload *model.Errors + XRequestID string + func NewUpdateRegistryUnauthorized() *UpdateRegistryUnauthorized + func (o *UpdateRegistryUnauthorized) Error() string + func (o *UpdateRegistryUnauthorized) GetPayload() *model.Errors