Versions in this module Expand all Collapse all v4 v4.0.3 Jun 26, 2024 Changes in this version + const DefaultBasePath + const DefaultHost + var Default = NewHTTPClient(nil) + var DefaultSchemes = []string + type ProvidesAnAPIForTheLibpodLibrary struct + Containers containers.ClientService + ContainersCompat containers_compat.ClientService + Exec exec.ClientService + ExecCompat exec_compat.ClientService + Images images.ClientService + ImagesCompat images_compat.ClientService + Manifests manifests.ClientService + Networks networks.ClientService + NetworksCompat networks_compat.ClientService + Pods pods.ClientService + Secrets secrets.ClientService + SecretsCompat secrets_compat.ClientService + System system.ClientService + SystemCompat system_compat.ClientService + Transport runtime.ClientTransport + Volumes volumes.ClientService + VolumesCompat volumes_compat.ClientService + func New(transport runtime.ClientTransport, formats strfmt.Registry) *ProvidesAnAPIForTheLibpodLibrary + func NewHTTPClient(formats strfmt.Registry) *ProvidesAnAPIForTheLibpodLibrary + func NewHTTPClientWithConfig(formats strfmt.Registry, cfg *TransportConfig) *ProvidesAnAPIForTheLibpodLibrary + func (c *ProvidesAnAPIForTheLibpodLibrary) SetTransport(transport runtime.ClientTransport) + type TransportConfig struct + BasePath string + Host string + Schemes []string + func DefaultTransportConfig() *TransportConfig + func (cfg *TransportConfig) WithBasePath(basePath string) *TransportConfig + func (cfg *TransportConfig) WithHost(host string) *TransportConfig + func (cfg *TransportConfig) WithSchemes(schemes []string) *TransportConfig