# Functions

EnsureKonnectConnection ensures that the client is able to connect to Konnect.
KonnectHTTPDoer is a Doer implementation to be used with Konnect Admin API client.
NewClient creates an Admin API client that is to be used with a regular Admin API exposed by Kong Gateways.
No description provided by the author
No description provided by the author
NewKongAPIClient returns a Kong API client for a given root API URL.
No description provided by the author
NewKongClientForWorkspace returns a Kong API client for a given root API URL and workspace.
No description provided by the author
NewKonnectClient creates an Admin API client that is to be used with a Konnect Control Plane Admin API.
NewKonnectClientFactory creates a new KonnectClientFactory instance.
NewTestClient creates a client for test purposes.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Client is a wrapper around raw *kong.Client.
No description provided by the author
ClientOpts defines parameters that configure a client for Kong Admin API.
DiscoveredAdminAPI represents an Admin API discovered from a Kubernetes Service.
No description provided by the author
HeaderRoundTripper injects Headers into requests made via RT.
KongClientNotReadyError is returned when the Kong client is not ready to be used yet.
No description provided by the author
KonnectBackoffStrategy keeps track of Konnect config push backoffs.
No description provided by the author
KonnectClientFactory is a factory to create KonnectClient instances.
No description provided by the author
TLSClientConfig contains TLS client certificate and client key to be used when connecting with Admin APIs.

# Interfaces

No description provided by the author
UpdateBackoffStrategy keeps state of an update backoff strategy.