package
6.33.0+incompatible
Repository: https://github.com/loggregator/cli.git
Documentation: pkg.go.dev
# 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
DomainGUIDFilter is the name of the 'domain_guid' filter.
EqualOperator is the query equal operator.
HostFilter is the name of the 'host' filter.
InOperator is the query "IN" 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.
PathFilter is the name of the 'path' filter.
PortFilter is the name of the 'port' filter.
RouteGUIDFilter is the name of the 'route_guid' filter.
SecurityGroupLifecycleRunning indicates the lifecycle phase running.
SecurityGroupLifecycleStaging indicates the lifecycle phase staging.
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.
Client is a client that can be used to talk to a Cloud Controller's V2 Endpoints.
Config allows the Client to be configured.
DockerCredentials are the authentication credentials to pull a docker image from it's repository.
Domain represents a Cloud Controller Domain.
Job represents a Cloud Controller Job.
No description provided by the author
Organization represents a Cloud Controller Organization.
OrganizationQuota is the definition of a quota for an 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.
No description provided by the author
Route represents a Cloud Controller Route.
No description provided by the author
No description provided by the author
No description provided by the author
ServiceBinding represents a Cloud Controller Service Binding.
ServiceInstance represents a Cloud Controller Service Instance.
No description provided by the author
Space represents a Cloud Controller Space.
No description provided by the author
Stack represents a Cloud Controller Stack.
TargetSettings represents configuration for establishing a connection to the Cloud Controller server.
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.
Reader is an io.Reader.
# 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.
SecurityGroupLifecycle represents the lifecycle phase of a security group binding.
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.