package
8.10.2+incompatible
Repository: https://github.com/cloudfoundry/cli.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Structs

ActiveDeploymentNotFoundError is an error wrapper that represents the case when the deployment is not found.
No description provided by the author
No description provided by the author
No description provided by the author
ApplicationManifestError when applying the manifest fails.
ApplicationNotFoundError is returned when a requested application is not found.
ApplicationNotStartedError is returned when trying to ssh to an application that is not STARTED.
ApplicationsNotFoundError is returned when requested applications are not found.
No description provided by the author
AssignDropletError is returned when assigning the current droplet of an app fails.
No description provided by the author
No description provided by the author
BuildpackNotFoundError is returned when a requested buildpack is not found.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DomainNotFoundError is an error wrapper that represents the case when the domain is not found.
DropletNotFoundError is returned when a requested droplet from an application is not found.
No description provided by the author
No description provided by the author
No description provided by the author
EmptyBuildpackDirectoryError represents the error when a user tries to upload new buildpack bits but specifies an empty directory as the path to these bits.
No description provided by the author
EnvironmentVariableNotSetError is returned when trying to unset env variable that was not previously set.
FeatureFlagNotFoundError is returned when a requested feature flag is not found.
FetchingPluginInfoFromRepositoryError is returned an error is encountered getting plugin info from a repository.
No description provided by the author
GettingPluginRepositoryError is returned when there's an error accessing the plugin repository.
No description provided by the author
HTTPHealthCheckInvalidError is returned when an HTTP endpoint is used with a health check type that is not HTTP.
No description provided by the author
InvalidCommandError represents an error that happens when help is called with an invalid command.
No description provided by the author
InvalidLifecycleError is returned when the lifecycle specified is neither running nor staging.
InvalidRouteError is returned when a route is provided that isn't properly formed URL.
No description provided by the author
IsolationSegmentAlreadyExistsError gets returned when an isolation segment already exists.
IsolationSegmentNotFoundError represents the error that occurs when the isolation segment is not found.
No description provided by the author
No description provided by the author
MultipleBuildpacksFoundError represents the scenario when the cloud controller returns multiple buildpacks when filtering by name.
No description provided by the author
NoCompatibleBinaryError is returned when a repository contains a specified plugin but not for the specified platform.
NoDomainsFoundError is returned when there are no private or shared domains accessible to an organization.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NoOrganizationTargetedError represents the scenario when an org is not targeted.
No description provided by the author
NoSpaceTargetedError represents the scenario when a space is not targeted.
NotLoggedInError represents the scenario when the user is not logged in.
OrganizationNotFoundError represents the error that occurs when the organization is not found.
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
PasswordGrantTypeLogoutRequiredError is returned when a user tries to authenticate with the password grant type, but a previous user had authenticated with the client grant type.
PluginBinaryRemoveFailedError is returned when running the plugin binary fails.
PluginCommandsConflictError is returned when a plugin command name conflicts with a core or existing plugin command name.
PluginExecuteError is returned when running the plugin binary fails.
PluginInvalidError is returned with a plugin is invalid because it is missing a name or has 0 commands.
PluginInvalidLibraryVersionError is returned with a plugin is invalid because it is compiled with an incompatible version of the library.
PluginNotFoundError is an error returned when a plugin is not found.
PluginNotFoundInAnyRepositoryError is an error returned when a plugin cannot be found in any repositories.
PluginNotFoundInRepositoryError is an error returned when a plugin is not found.
No description provided by the author
ProcessInstanceNotFoundError is returned when the process type or process instance cannot be found.
ProcessInstanceNotRunningError is returned when trying to perform an action on an instance that is not running.
ProcessNotFoundError is returned when a requested application is not found.
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
ResourceAlreadyExistsError is returned when an identical resource already exists.
RevisionAmbiguousError is returned when multiple revisions with the same version are returned.
RevisionNotFoundError is returned when a requested revision is not found.
RouteAlreadyExistsError is returned when a route already exists.
No description provided by the author
RouteBoundToMultipleAppsError is returned when a route is mapped to more than one app.
RouteDestinationNotFoundError is returned when a route destination cannot be found.
RouteInDifferentSpaceError is returned when the route exists in a different space than the one requesting it.
RouteNotFoundError is returned when a route cannot be found.
RouteOptionError is returned when a route option was specified in the wrong format.
RouteOptionSupportError is returned when route options are not supported.
No description provided by the author
No description provided by the author
No description provided by the author
SecurityGroupNotBoundToSpaceError is returned when a requested security group is not bound in the requested lifecycle phase to the requested space.
SecurityGroupNotFoundError is returned when a requested security group is not found.
ServiceBindingNotFoundError is returned when a service binding cannot be found.
No description provided by the author
No description provided by the author
No description provided by the author
ServiceInstanceNotShareableError is returned when either the service_instance_sharing feature flag is disabled or the service broker has disabled sharing.
ServiceInstanceNotSharedToSpaceError is returned when attempting to unshare a service instance from a space to which it is not shared.
ServiceInstanceParamsFetchingNotSupportedError is returned when service instance is user provided or service instance retrievable is false for a managed service instance.
No description provided by the author
No description provided by the author
ServiceInstanceUpgradeNotAvailableError is returned when attempting to upgrade a single service instance, but there is no upgrade available on the current service plan, i.e., service instance is already up-to-date.
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
SharedServiceInstanceNotFoundError is returned when a service instance is not found when performing a share service.
SpaceAlreadyExistsError is returned when a space already exists.
SpaceNotFoundError represents the scenario when the space searched for could not be found.
No description provided by the author
No description provided by the author
SpaceSSHAlreadyDisabledError is returned when ssh is already disabled on the space.
SpaceSSHAlreadyEnabledError is returned when ssh is already enabled on the space.
SSHEndpointNotSetError is returned when staging an application fails.
SSHHostKeyFingerprintNotSetError is returned when staging an application fails.
StackNotFoundError is returned when a requested stack is not found.
StagingFailedError is returned when staging an application fails.
StagingFailedNoAppDetectedError is returned when staging an application fails.
StagingTimeoutError is returned when staging timeout is reached waiting for an application to stage.
StartupTimeoutError is returned when startup timeout is reached waiting for an application to start.
No description provided by the author
TaskNotFoundError is returned when no tasks matching the filters are found.
TaskWorkersUnavailableError is returned when there are no workers to run a given task.
No description provided by the author
No description provided by the author
No description provided by the author
UserNotFoundError is an error wrapper that represents the case when the user is not found in UAA.