# Functions
NewClient returns a new Client.
NewPaginatedResources returns a new PaginatedResources struct with the given resource type.
# Constants
AppGUIDFilter is a query paramater for listing objects by app GUID.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GUIDFilter is a query paramater for listing objects by GUID.
JobStateFinished is when the job is no longer and it was successful.
JobStateFailed is when the job is no longer running due to a failure.
JobStateQueued is when the job is waiting to be run.
NameFilter is a query paramater for listing objects by name.
NameOrder is value for a query paramater when ordering by name.
OrderBy is a query paramater to specify how to order objects.
OrganizationGUIDFilter is a query paramater for listing objects by Organization GUID.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SpaceGUIDFilter is a query paramater for listing objects by Space GUID.
No description provided by the author
# Structs
APIInfo represents a GET response from the '/' endpoint of the cloud controller API.
APILink represents a generic link from a response object.
Application represents a Cloud Controller V3 Application.
No description provided by the author
No description provided by the author
No description provided by the author
Client can be used to talk to a Cloud Controller's V3 Endpoints.
Config allows the Client to be configured.
No description provided by the author
No description provided by the author
DropletRelationship represents the relationship between a V3 Droplet and its V3 Application.
EnvironmentVariableGroups represents all environment variables on an application.
EnvironmentVariables represents the environment variables that can be set on application by user.
No description provided by the author
No description provided by the author
IsolationSegment represents a Cloud Controller Isolation Segment.
Job represents a Cloud Controller Job.
Organization represents a Cloud Controller V3 Organization.
No description provided by the author
PaginatedResources represents a page of resources returned by the Cloud Controller.
No description provided by the author
No description provided by the author
No description provided by the author
Relationship represents a one to one relationship.
RelationshipList represents a one to many relationship.
Space represents a Cloud Controller V3 Space.
TargetSettings represents configuration for establishing a connection to the Cloud Controller server.
Task represents a Cloud Controller V3 Task.
# Interfaces
ConnectionWrapper can wrap a given connection allowing the wrapper to modify all requests going in and out of the given connection.
# Type aliases
APILinks is a directory of follow-up urls for the resource.
No description provided by the author
No description provided by the author
No description provided by the author
JobState is the current state of a job.
No description provided by the author
No description provided by the author
Relationships is a map of RelationshipTypes to Relationship.
No description provided by the author
ResourceLinks represents the information returned back from /v3.
Warnings are a collection of warnings that the Cloud Controller can return back from an API request.