Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InfoRequestBuilder ¶
type InfoRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
InfoRequestBuilder retrieve system information
func NewInfoRequestBuilder ¶
func NewInfoRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *InfoRequestBuilder
NewInfoRequestBuilder instantiates a new InfoRequestBuilder and sets the default values.
func NewInfoRequestBuilderInternal ¶
func NewInfoRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *InfoRequestBuilder
NewInfoRequestBuilderInternal instantiates a new InfoRequestBuilder and sets the default values.
func (*InfoRequestBuilder) Get ¶
func (m *InfoRequestBuilder) Get(ctx context.Context, requestConfiguration *InfoRequestBuilderGetRequestConfiguration) (iefa8953a3555be741841d5395d25b8cc91d8ea997e2cc98794b61191090ff773.SystemInfoable, error)
Get this operation retrieves information about the running registry system, such as the versionof the software and when it was built. returns a SystemInfoable when successful returns a ProblemDetails error when the service returns a 500 status code
func (*InfoRequestBuilder) ToGetRequestInformation ¶
func (m *InfoRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *InfoRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation this operation retrieves information about the running registry system, such as the versionof the software and when it was built. returns a *RequestInformation when successful
func (*InfoRequestBuilder) WithUrl ¶
func (m *InfoRequestBuilder) WithUrl(rawUrl string) *InfoRequestBuilder
WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *InfoRequestBuilder when successful
type InfoRequestBuilderGetRequestConfiguration ¶
type InfoRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
InfoRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type SystemRequestBuilder ¶
type SystemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
SystemRequestBuilder builds and executes requests for operations under \system
func NewSystemRequestBuilder ¶
func NewSystemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SystemRequestBuilder
NewSystemRequestBuilder instantiates a new SystemRequestBuilder and sets the default values.
func NewSystemRequestBuilderInternal ¶
func NewSystemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SystemRequestBuilder
NewSystemRequestBuilderInternal instantiates a new SystemRequestBuilder and sets the default values.
func (*SystemRequestBuilder) Info ¶
func (m *SystemRequestBuilder) Info() *InfoRequestBuilder
Info retrieve system information returns a *InfoRequestBuilder when successful
func (*SystemRequestBuilder) UiConfig ¶
func (m *SystemRequestBuilder) UiConfig() *UiConfigRequestBuilder
UiConfig this endpoint is used by the user interface to retrieve UI specific configurationin a JSON payload. This allows the UI and the backend to be configured in the same place (the backend process/pod). When the UI loads, it will make an API callto this endpoint to determine what UI features and options are configured. returns a *UiConfigRequestBuilder when successful
type UiConfigRequestBuilder ¶
type UiConfigRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
UiConfigRequestBuilder this endpoint is used by the user interface to retrieve UI specific configurationin a JSON payload. This allows the UI and the backend to be configured in the same place (the backend process/pod). When the UI loads, it will make an API callto this endpoint to determine what UI features and options are configured.
func NewUiConfigRequestBuilder ¶
func NewUiConfigRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UiConfigRequestBuilder
NewUiConfigRequestBuilder instantiates a new UiConfigRequestBuilder and sets the default values.
func NewUiConfigRequestBuilderInternal ¶
func NewUiConfigRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UiConfigRequestBuilder
NewUiConfigRequestBuilderInternal instantiates a new UiConfigRequestBuilder and sets the default values.
func (*UiConfigRequestBuilder) Get ¶
func (m *UiConfigRequestBuilder) Get(ctx context.Context, requestConfiguration *UiConfigRequestBuilderGetRequestConfiguration) (iefa8953a3555be741841d5395d25b8cc91d8ea997e2cc98794b61191090ff773.UserInterfaceConfigable, error)
Get returns the UI configuration properties for this server. The registry UI can beconnected to a backend using just a URL. The rest of the UI configuration can thenbe fetched from the backend using this operation. This allows UI and backend toboth be configured in the same place.This operation may fail for one of the following reasons:* A server error occurred (HTTP error `500`) returns a UserInterfaceConfigable when successful returns a ProblemDetails error when the service returns a 500 status code
func (*UiConfigRequestBuilder) ToGetRequestInformation ¶
func (m *UiConfigRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *UiConfigRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation returns the UI configuration properties for this server. The registry UI can beconnected to a backend using just a URL. The rest of the UI configuration can thenbe fetched from the backend using this operation. This allows UI and backend toboth be configured in the same place.This operation may fail for one of the following reasons:* A server error occurred (HTTP error `500`) returns a *RequestInformation when successful
func (*UiConfigRequestBuilder) WithUrl ¶
func (m *UiConfigRequestBuilder) WithUrl(rawUrl string) *UiConfigRequestBuilder
WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *UiConfigRequestBuilder when successful
type UiConfigRequestBuilderGetRequestConfiguration ¶
type UiConfigRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
UiConfigRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.