system

package
v3.0.7 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InfoRequestBuilder

InfoRequestBuilder retrieve system information

func NewInfoRequestBuilder

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

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

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

SystemRequestBuilder builds and executes requests for operations under \system

func NewSystemRequestBuilder

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

Info retrieve system information returns a *InfoRequestBuilder when successful

func (*SystemRequestBuilder) UiConfig

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

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

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

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

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

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.

Jump to

Keyboard shortcuts

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