package
6.24.0+incompatible
Repository: https://github.com/dcarley/cf-cli.git
Documentation: pkg.go.dev
# Packages
This file was generated by counterfeiter.
# Functions
FormatQueryParameters converts a Query object into a collection that cloudcontroller.Request can accept.
NewClient returns a new Cloud Controller Client.
NewPaginatedResources returns a new PaginatedResources struct with the given resource type.
# Constants
AppGUIDFilter is the name of the App GUID filter.
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
No description provided by the author
No description provided by the author
EqualOperator is the query equal operator.
JobStatusFailed is when the job is no longer running due to a failure.
JobStatusFinished is when the job is no longer and it was successful.
JobStatusQueued is when the job is waiting to be run.
JobStatusRunning is when the job is running.
ManagedService is a Service Instance that is managed by a service broker.
NameFilter is the name of the name filter.
OrganizationGUIDFilter is the name of the organization GUID filter.
RouteGUIDFilter is the name of the route GUID filter.
ServiceInstanceGUIDFilter is the name of the service instance GUID filter.
SpaceGUIDFilter is the name of the space GUID filter.
UserProvidedService is a Service Instance that is created by a user.
# Structs
APIInformation represents the information returned back from /v2/info.
Application represents a Cloud Controller Application.
ApplicationInstance represents a Cloud Controller Application Instance.
ApplicationInstanceStatus represents a Cloud Controller Application Instance.
AppStoppedStatsError is returned when requesting instance information from a stopped app.
CCErrorResponse represents a generic Cloud Controller V2 error response.
Client is a client that can be used to talk to a Cloud Controller's V2 Endpoints.
Config allows the Client to be configured.
Domain represents a Cloud Controller Domain.
InstancesError is returned when requesting instance information encounters an error.
Job represents a Cloud Controller Job.
JobFailedError represents a failed Cloud Controller Job.
JobTimeoutError is returned from PollJob when the OverallPollingTimeout has been reached.
NotStagedError is returned when requesting instance information from a not staged app.
Organization represents a Cloud Controller Organization.
PaginatedResources represents a page of resources returned by the Cloud Controller.
Query is a type of filter that can be passed to specific request to narrow down the return set.
Route represents a Cloud Controller Route.
ServiceBinding represents a Cloud Controller Service Binding.
ServiceInstance represents a Cloud Controller Service Instance.
Space represents a Cloud Controller Space.
Stack represents a Cloud Controller Stack.
TargetSettings represents configuration for establishing a connection to the Cloud Controller server.
UnexpectedResponseError is returned when the client gets an error that has not been accounted for.
User represents a Cloud Controller User.
# Interfaces
ConnectionWrapper can wrap a given connection allowing the wrapper to modify all requests going in and out of the given connection.
# Type aliases
ApplicationInstanceState reflects the state of the individual app instance.
ApplicationPackageState is the staging state of application bits.
ApplicationState is the running state of an application.
JobStatus is the current state of a job.
Params represents URI parameters for a request.
QueryFilter is the type of filter a Query uses.
QueryOperator is the type of operation a Query uses.
ServiceInstanceType is the type of the Service Instance.
Warnings are a collection of warnings that the Cloud Controller can return back from an API request.