package
6.24.0+incompatible
Repository: https://github.com/dcarley/cf-cli.git
Documentation: pkg.go.dev

# Packages

Package ccv2 represents a Cloud Controller V2 client.
Package ccv3 represents a Cloud Controller V3 client.
This file was generated by counterfeiter.
No description provided by the author

# Functions

NewConnection returns a new CloudControllerConnection with provided configuration.

# Structs

APINotFoundError is returned when the API endpoint is not found.
BadRequestError is returned when the server says the request was bad.
CloudControllerConnection represents a connection to the Cloud Controller server.
Config is for configuring a CloudControllerConnection.
ForbiddenError is returned when the client is forbidden from executing the request.
InvalidAuthTokenError is returned when the client has an invalid authorization header.
NotFoundError wraps a generic 404 error.
RawHTTPStatusError represents any response with a 4xx or 5xx status code.
RequestError represents a generic error encountered while performing the HTTP request.
ResourceNotFoundError is returned when the client requests a resource that does not exist or does not have permissions to see.
Response represents a Cloud Controller response object.
ServiceUnavailableError wraps a http 503 error.
SSLValidationHostnameError replaces x509.HostnameError when the server has SSL certificate that does not match the hostname.
UnauthorizedError is returned when the client does not have the correct permissions to execute the request.
UnknownObjectInListError is returned when iterating through a paginated list.
UnprocessableEntityError is returned when the request cannot be processed by the cloud controller.
UnverifiedServerError replaces x509.UnknownAuthorityError when the server has SSL but the client is unable to verify it's certificate.

# Interfaces

Connection creates and executes http requests.