# Functions

IsNotFound tests if the provided error is of type CNSClientError and then further tests if the error code is of type UnknowContainerID.
IsUnsupportedAPI tests if the provided error is of type CNSClientError and then further tests if the error code is of type UnsupportedAPI.
New returns a new CNS client configured with the passed URL and timeout.

# Constants

DefaultTimeout default timeout duration for CNS Client.

# Structs

Client specifies a client to connect to Ipam Plugin.
CNSClientError records an error and relevant code.
No description provided by the author
FailedHTTPRequest describes an HTTP request to CNS that has returned a non-200 status code.