Versions in this module Expand all Collapse all v4 v4.0.3 Jun 26, 2024 Changes in this version + type Client struct + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) SystemAuth(params *SystemAuthParams, opts ...ClientOption) (*SystemAuthOK, error) + func (a *Client) SystemDataUsage(params *SystemDataUsageParams, opts ...ClientOption) (*SystemDataUsageOK, error) + func (a *Client) SystemEvents(params *SystemEventsParams, opts ...ClientOption) (*SystemEventsOK, error) + func (a *Client) SystemInfo(params *SystemInfoParams, opts ...ClientOption) (*SystemInfoOK, error) + func (a *Client) SystemPing(params *SystemPingParams, opts ...ClientOption) (*SystemPingOK, error) + func (a *Client) SystemVersion(params *SystemVersionParams, opts ...ClientOption) (*SystemVersionOK, error) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + SetTransport func(transport runtime.ClientTransport) + SystemAuth func(params *SystemAuthParams, opts ...ClientOption) (*SystemAuthOK, error) + SystemDataUsage func(params *SystemDataUsageParams, opts ...ClientOption) (*SystemDataUsageOK, error) + SystemEvents func(params *SystemEventsParams, opts ...ClientOption) (*SystemEventsOK, error) + SystemInfo func(params *SystemInfoParams, opts ...ClientOption) (*SystemInfoOK, error) + SystemPing func(params *SystemPingParams, opts ...ClientOption) (*SystemPingOK, error) + SystemVersion func(params *SystemVersionParams, opts ...ClientOption) (*SystemVersionOK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type SystemAuthInternalServerError struct + Payload *SystemAuthInternalServerErrorBody + func NewSystemAuthInternalServerError() *SystemAuthInternalServerError + func (o *SystemAuthInternalServerError) Error() string + func (o *SystemAuthInternalServerError) GetPayload() *SystemAuthInternalServerErrorBody + func (o *SystemAuthInternalServerError) IsClientError() bool + func (o *SystemAuthInternalServerError) IsCode(code int) bool + func (o *SystemAuthInternalServerError) IsRedirect() bool + func (o *SystemAuthInternalServerError) IsServerError() bool + func (o *SystemAuthInternalServerError) IsSuccess() bool + func (o *SystemAuthInternalServerError) String() string + type SystemAuthInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *SystemAuthInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *SystemAuthInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *SystemAuthInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *SystemAuthInternalServerErrorBody) Validate(formats strfmt.Registry) error + type SystemAuthOK struct + Payload *SystemAuthOKBody + func NewSystemAuthOK() *SystemAuthOK + func (o *SystemAuthOK) Error() string + func (o *SystemAuthOK) GetPayload() *SystemAuthOKBody + func (o *SystemAuthOK) IsClientError() bool + func (o *SystemAuthOK) IsCode(code int) bool + func (o *SystemAuthOK) IsRedirect() bool + func (o *SystemAuthOK) IsServerError() bool + func (o *SystemAuthOK) IsSuccess() bool + func (o *SystemAuthOK) String() string + type SystemAuthOKBody struct + IdentityToken string + Status string + func (o *SystemAuthOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *SystemAuthOKBody) MarshalBinary() ([]byte, error) + func (o *SystemAuthOKBody) UnmarshalBinary(b []byte) error + func (o *SystemAuthOKBody) Validate(formats strfmt.Registry) error + type SystemAuthParams struct + AuthConfig *models.AuthConfig + Context context.Context + HTTPClient *http.Client + func NewSystemAuthParams() *SystemAuthParams + func NewSystemAuthParamsWithContext(ctx context.Context) *SystemAuthParams + func NewSystemAuthParamsWithHTTPClient(client *http.Client) *SystemAuthParams + func NewSystemAuthParamsWithTimeout(timeout time.Duration) *SystemAuthParams + func (o *SystemAuthParams) SetAuthConfig(authConfig *models.AuthConfig) + func (o *SystemAuthParams) SetContext(ctx context.Context) + func (o *SystemAuthParams) SetDefaults() + func (o *SystemAuthParams) SetHTTPClient(client *http.Client) + func (o *SystemAuthParams) SetTimeout(timeout time.Duration) + func (o *SystemAuthParams) WithAuthConfig(authConfig *models.AuthConfig) *SystemAuthParams + func (o *SystemAuthParams) WithContext(ctx context.Context) *SystemAuthParams + func (o *SystemAuthParams) WithDefaults() *SystemAuthParams + func (o *SystemAuthParams) WithHTTPClient(client *http.Client) *SystemAuthParams + func (o *SystemAuthParams) WithTimeout(timeout time.Duration) *SystemAuthParams + func (o *SystemAuthParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SystemAuthReader struct + func (o *SystemAuthReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SystemDataUsageInternalServerError struct + Payload *SystemDataUsageInternalServerErrorBody + func NewSystemDataUsageInternalServerError() *SystemDataUsageInternalServerError + func (o *SystemDataUsageInternalServerError) Error() string + func (o *SystemDataUsageInternalServerError) GetPayload() *SystemDataUsageInternalServerErrorBody + func (o *SystemDataUsageInternalServerError) IsClientError() bool + func (o *SystemDataUsageInternalServerError) IsCode(code int) bool + func (o *SystemDataUsageInternalServerError) IsRedirect() bool + func (o *SystemDataUsageInternalServerError) IsServerError() bool + func (o *SystemDataUsageInternalServerError) IsSuccess() bool + func (o *SystemDataUsageInternalServerError) String() string + type SystemDataUsageInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *SystemDataUsageInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *SystemDataUsageInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *SystemDataUsageInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *SystemDataUsageInternalServerErrorBody) Validate(formats strfmt.Registry) error + type SystemDataUsageOK struct + Payload *SystemDataUsageOKBody + func NewSystemDataUsageOK() *SystemDataUsageOK + func (o *SystemDataUsageOK) Error() string + func (o *SystemDataUsageOK) GetPayload() *SystemDataUsageOKBody + func (o *SystemDataUsageOK) IsClientError() bool + func (o *SystemDataUsageOK) IsCode(code int) bool + func (o *SystemDataUsageOK) IsRedirect() bool + func (o *SystemDataUsageOK) IsServerError() bool + func (o *SystemDataUsageOK) IsSuccess() bool + func (o *SystemDataUsageOK) String() string + type SystemDataUsageOKBody struct + Containers []*models.SystemDfContainerReport + Images []*models.SystemDfImageReport + Volumes []*models.SystemDfVolumeReport + func (o *SystemDataUsageOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *SystemDataUsageOKBody) MarshalBinary() ([]byte, error) + func (o *SystemDataUsageOKBody) UnmarshalBinary(b []byte) error + func (o *SystemDataUsageOKBody) Validate(formats strfmt.Registry) error + type SystemDataUsageParams struct + Context context.Context + HTTPClient *http.Client + func NewSystemDataUsageParams() *SystemDataUsageParams + func NewSystemDataUsageParamsWithContext(ctx context.Context) *SystemDataUsageParams + func NewSystemDataUsageParamsWithHTTPClient(client *http.Client) *SystemDataUsageParams + func NewSystemDataUsageParamsWithTimeout(timeout time.Duration) *SystemDataUsageParams + func (o *SystemDataUsageParams) SetContext(ctx context.Context) + func (o *SystemDataUsageParams) SetDefaults() + func (o *SystemDataUsageParams) SetHTTPClient(client *http.Client) + func (o *SystemDataUsageParams) SetTimeout(timeout time.Duration) + func (o *SystemDataUsageParams) WithContext(ctx context.Context) *SystemDataUsageParams + func (o *SystemDataUsageParams) WithDefaults() *SystemDataUsageParams + func (o *SystemDataUsageParams) WithHTTPClient(client *http.Client) *SystemDataUsageParams + func (o *SystemDataUsageParams) WithTimeout(timeout time.Duration) *SystemDataUsageParams + func (o *SystemDataUsageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SystemDataUsageReader struct + func (o *SystemDataUsageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SystemEventsInternalServerError struct + Payload *SystemEventsInternalServerErrorBody + func NewSystemEventsInternalServerError() *SystemEventsInternalServerError + func (o *SystemEventsInternalServerError) Error() string + func (o *SystemEventsInternalServerError) GetPayload() *SystemEventsInternalServerErrorBody + func (o *SystemEventsInternalServerError) IsClientError() bool + func (o *SystemEventsInternalServerError) IsCode(code int) bool + func (o *SystemEventsInternalServerError) IsRedirect() bool + func (o *SystemEventsInternalServerError) IsServerError() bool + func (o *SystemEventsInternalServerError) IsSuccess() bool + func (o *SystemEventsInternalServerError) String() string + type SystemEventsInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *SystemEventsInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *SystemEventsInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *SystemEventsInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *SystemEventsInternalServerErrorBody) Validate(formats strfmt.Registry) error + type SystemEventsOK struct + func NewSystemEventsOK() *SystemEventsOK + func (o *SystemEventsOK) Error() string + func (o *SystemEventsOK) IsClientError() bool + func (o *SystemEventsOK) IsCode(code int) bool + func (o *SystemEventsOK) IsRedirect() bool + func (o *SystemEventsOK) IsServerError() bool + func (o *SystemEventsOK) IsSuccess() bool + func (o *SystemEventsOK) String() string + type SystemEventsParams struct + Context context.Context + Filters *string + HTTPClient *http.Client + Since *string + Until *string + func NewSystemEventsParams() *SystemEventsParams + func NewSystemEventsParamsWithContext(ctx context.Context) *SystemEventsParams + func NewSystemEventsParamsWithHTTPClient(client *http.Client) *SystemEventsParams + func NewSystemEventsParamsWithTimeout(timeout time.Duration) *SystemEventsParams + func (o *SystemEventsParams) SetContext(ctx context.Context) + func (o *SystemEventsParams) SetDefaults() + func (o *SystemEventsParams) SetFilters(filters *string) + func (o *SystemEventsParams) SetHTTPClient(client *http.Client) + func (o *SystemEventsParams) SetSince(since *string) + func (o *SystemEventsParams) SetTimeout(timeout time.Duration) + func (o *SystemEventsParams) SetUntil(until *string) + func (o *SystemEventsParams) WithContext(ctx context.Context) *SystemEventsParams + func (o *SystemEventsParams) WithDefaults() *SystemEventsParams + func (o *SystemEventsParams) WithFilters(filters *string) *SystemEventsParams + func (o *SystemEventsParams) WithHTTPClient(client *http.Client) *SystemEventsParams + func (o *SystemEventsParams) WithSince(since *string) *SystemEventsParams + func (o *SystemEventsParams) WithTimeout(timeout time.Duration) *SystemEventsParams + func (o *SystemEventsParams) WithUntil(until *string) *SystemEventsParams + func (o *SystemEventsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SystemEventsReader struct + func (o *SystemEventsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SystemInfoInternalServerError struct + Payload *SystemInfoInternalServerErrorBody + func NewSystemInfoInternalServerError() *SystemInfoInternalServerError + func (o *SystemInfoInternalServerError) Error() string + func (o *SystemInfoInternalServerError) GetPayload() *SystemInfoInternalServerErrorBody + func (o *SystemInfoInternalServerError) IsClientError() bool + func (o *SystemInfoInternalServerError) IsCode(code int) bool + func (o *SystemInfoInternalServerError) IsRedirect() bool + func (o *SystemInfoInternalServerError) IsServerError() bool + func (o *SystemInfoInternalServerError) IsSuccess() bool + func (o *SystemInfoInternalServerError) String() string + type SystemInfoInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *SystemInfoInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *SystemInfoInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *SystemInfoInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *SystemInfoInternalServerErrorBody) Validate(formats strfmt.Registry) error + type SystemInfoOK struct + func NewSystemInfoOK() *SystemInfoOK + func (o *SystemInfoOK) Error() string + func (o *SystemInfoOK) IsClientError() bool + func (o *SystemInfoOK) IsCode(code int) bool + func (o *SystemInfoOK) IsRedirect() bool + func (o *SystemInfoOK) IsServerError() bool + func (o *SystemInfoOK) IsSuccess() bool + func (o *SystemInfoOK) String() string + type SystemInfoParams struct + Context context.Context + HTTPClient *http.Client + func NewSystemInfoParams() *SystemInfoParams + func NewSystemInfoParamsWithContext(ctx context.Context) *SystemInfoParams + func NewSystemInfoParamsWithHTTPClient(client *http.Client) *SystemInfoParams + func NewSystemInfoParamsWithTimeout(timeout time.Duration) *SystemInfoParams + func (o *SystemInfoParams) SetContext(ctx context.Context) + func (o *SystemInfoParams) SetDefaults() + func (o *SystemInfoParams) SetHTTPClient(client *http.Client) + func (o *SystemInfoParams) SetTimeout(timeout time.Duration) + func (o *SystemInfoParams) WithContext(ctx context.Context) *SystemInfoParams + func (o *SystemInfoParams) WithDefaults() *SystemInfoParams + func (o *SystemInfoParams) WithHTTPClient(client *http.Client) *SystemInfoParams + func (o *SystemInfoParams) WithTimeout(timeout time.Duration) *SystemInfoParams + func (o *SystemInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SystemInfoReader struct + func (o *SystemInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SystemPingInternalServerError struct + Payload *SystemPingInternalServerErrorBody + func NewSystemPingInternalServerError() *SystemPingInternalServerError + func (o *SystemPingInternalServerError) Error() string + func (o *SystemPingInternalServerError) GetPayload() *SystemPingInternalServerErrorBody + func (o *SystemPingInternalServerError) IsClientError() bool + func (o *SystemPingInternalServerError) IsCode(code int) bool + func (o *SystemPingInternalServerError) IsRedirect() bool + func (o *SystemPingInternalServerError) IsServerError() bool + func (o *SystemPingInternalServerError) IsSuccess() bool + func (o *SystemPingInternalServerError) String() string + type SystemPingInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *SystemPingInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *SystemPingInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *SystemPingInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *SystemPingInternalServerErrorBody) Validate(formats strfmt.Registry) error + type SystemPingOK struct + APIVersion string + BuildKitVersion string + CacheControl string + DockerExperimental bool + LibpodAPIVersion string + LibpodBuildahVersion string + Payload string + Pragma string + func NewSystemPingOK() *SystemPingOK + func (o *SystemPingOK) Error() string + func (o *SystemPingOK) GetPayload() string + func (o *SystemPingOK) IsClientError() bool + func (o *SystemPingOK) IsCode(code int) bool + func (o *SystemPingOK) IsRedirect() bool + func (o *SystemPingOK) IsServerError() bool + func (o *SystemPingOK) IsSuccess() bool + func (o *SystemPingOK) String() string + type SystemPingParams struct + Context context.Context + HTTPClient *http.Client + func NewSystemPingParams() *SystemPingParams + func NewSystemPingParamsWithContext(ctx context.Context) *SystemPingParams + func NewSystemPingParamsWithHTTPClient(client *http.Client) *SystemPingParams + func NewSystemPingParamsWithTimeout(timeout time.Duration) *SystemPingParams + func (o *SystemPingParams) SetContext(ctx context.Context) + func (o *SystemPingParams) SetDefaults() + func (o *SystemPingParams) SetHTTPClient(client *http.Client) + func (o *SystemPingParams) SetTimeout(timeout time.Duration) + func (o *SystemPingParams) WithContext(ctx context.Context) *SystemPingParams + func (o *SystemPingParams) WithDefaults() *SystemPingParams + func (o *SystemPingParams) WithHTTPClient(client *http.Client) *SystemPingParams + func (o *SystemPingParams) WithTimeout(timeout time.Duration) *SystemPingParams + func (o *SystemPingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SystemPingReader struct + func (o *SystemPingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SystemVersionOK struct + Payload *SystemVersionOKBody + func NewSystemVersionOK() *SystemVersionOK + func (o *SystemVersionOK) Error() string + func (o *SystemVersionOK) GetPayload() *SystemVersionOKBody + func (o *SystemVersionOK) IsClientError() bool + func (o *SystemVersionOK) IsCode(code int) bool + func (o *SystemVersionOK) IsRedirect() bool + func (o *SystemVersionOK) IsServerError() bool + func (o *SystemVersionOK) IsSuccess() bool + func (o *SystemVersionOK) String() string + type SystemVersionOKBody struct + APIVersion string + Arch string + BuildTime string + Components []*models.ComponentVersion + Experimental bool + GitCommit string + GoVersion string + KernelVersion string + MinAPIVersion string + Os string + Platform interface{} + Version string + func (o *SystemVersionOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *SystemVersionOKBody) MarshalBinary() ([]byte, error) + func (o *SystemVersionOKBody) UnmarshalBinary(b []byte) error + func (o *SystemVersionOKBody) Validate(formats strfmt.Registry) error + type SystemVersionParams struct + Context context.Context + HTTPClient *http.Client + func NewSystemVersionParams() *SystemVersionParams + func NewSystemVersionParamsWithContext(ctx context.Context) *SystemVersionParams + func NewSystemVersionParamsWithHTTPClient(client *http.Client) *SystemVersionParams + func NewSystemVersionParamsWithTimeout(timeout time.Duration) *SystemVersionParams + func (o *SystemVersionParams) SetContext(ctx context.Context) + func (o *SystemVersionParams) SetDefaults() + func (o *SystemVersionParams) SetHTTPClient(client *http.Client) + func (o *SystemVersionParams) SetTimeout(timeout time.Duration) + func (o *SystemVersionParams) WithContext(ctx context.Context) *SystemVersionParams + func (o *SystemVersionParams) WithDefaults() *SystemVersionParams + func (o *SystemVersionParams) WithHTTPClient(client *http.Client) *SystemVersionParams + func (o *SystemVersionParams) WithTimeout(timeout time.Duration) *SystemVersionParams + func (o *SystemVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SystemVersionReader struct + func (o *SystemVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)