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

# Constants

ApplicationRestarting indicates that the app is being restarted.
ApplicationStarted is a desired 'started' state.
ApplicationStarting indicates that the app is being started.
ApplicationStopped is a desired 'stopped' state.
AppLifecycleTypeBuildpack will use a droplet and a rootfs to run the app.
AppLifecycleTypeDocker will pull a docker image from a registry to run an app.
AutodetectBuildpackValueDefault is used to unset the buildpack values on an application.
AutodetectBuildpackValueNull is used to unset the buildpack values on an application.
BasicCredentials is when the credentials are of basic type.
BuildFailed is when the build has failed/erred during staging.
BuildpackAwaitingUpload represents the awaiting upload state of a buildpack.
BuildpackReady represents the ready state of a buildpack.
BuildStaged is when the build has successfully been staged.
BuildStaging is when the build is in the process of being staged.
DefaultOriginUaa is the default origin used for looking up users by username when no origin is given.
DeploymentCanceled means the deployment is in state 'CANCELED'.
DeploymentCanceled means the deployment is in state 'CANCELING'.
DeploymentDeployed means the deployment is in state 'DEPLOYED'.
DeploymentDeploying means the deployment is in state 'DEPLOYING'.
DeploymentFailed means the deployment is in state 'FAILED'.
DeploymentFailing means the deployment is in state 'FAILING'.
DeploymentStatusReasonCanceled means the deployment's status.value is 'CANCELED'.
DeploymentStatusReasonDeployed means the deployment's status.value is 'DEPLOYED'.
DeploymentStatusReasonSuperseded means the deployment's status.value is 'SUPERSEDED'.
DeploymentStatusValueActive means the deployment's status.value is 'ACTIVE'.
DeploymentStatusValueFinalized means the deployment's status.value is 'FINALIZED'.
Default means app will be stopped and started with new droplet.
Rolling means a new web process will be created for the app and instances will roll from the old one to the new one.
DropletAwaitingUpload is a droplet that has been created without a package.
DropletCopying is a droplet that's being copied from another droplet.
DropletExpired is a droplet that has expired and is no longer in the system.
DropletFailed is a droplet that had failed the staging process.
DropletStaged is a droplet that has been properly processed.
HTTP means that CF will make a GET request to the configured HTTP endpoint on the app's default port.
No description provided by the author
JobComplete is when the job is no longer and it was successful.
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
JobFailed is when the job is no longer running due to a failure.
JobProcessing is when the job is waiting to be run.
MaxNumberOfResourcesForMatching is the maximum number of resources that can be sent to the /v3/resource_match endpoint.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PackageAwaitingUpload is a package that does not have any bits or settings yet.
PackageCopying is a package that's being copied from another package.
PackageExpired is a package that has expired and is no longer in the system.
PackageFailed is a package that has failed to be constructed.
PackageProcessingUpload is a package that's being process by the CC.
PackageReady is a package that's ready to use.
PackageTypeBits is used to upload source code for an app.
PackageTypeDocker references a docker image from a registry.
Port means that CF will make a TCP connection to the port of ports configured.
Process means that Diego ensures that the process(es) stay running.
ProcessHealthCheckEndpointDefault is the default HTTP endpoint used for the HTTP health check in the runtime.
ProcessInstanceCrashed is when the process has crashed.
ProcessInstanceDown is when the process has gone down.
ProcessInstanceRunning is when the process is running normally.
ProcessInstanceStarting is when the process is starting up.
ProcessTypeWeb represents the "web" process type.
RelationshipTypeApplication is a relationship with a Cloud Controller application.
RelationshipTypeOrganization is a relationship with a Cloud Controller organization.
RelationshipTypeQuota is a relationship with a Cloud Controller quota (org quota or space quota).
RelationshipTypeSpace is a relationship with a Cloud Controller space.
RelationshipTypeUser is a relationship with a Cloud Controller user.
No description provided by the author
SecurityGroupLifecycleRunning indicates the lifecycle phase running.
SecurityGroupLifecycleStaging indicates the lifecycle phase staging.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TaskCanceling is when the task is canceling.
TaskFailed is when the task Failed.
TaskPending is when the task is pending.
TaskRunning is when the task is running.
TaskSucceeded is when the task succeeded.

# Type aliases

ApplicationAction represents the action being taken on an application.
ApplicationState represents the current desired state of the app.
AppLifecycleType informs the platform of how to build droplets and run apps.
BuildState represents the current state of the build.
DeploymentState describes the states a zero down time deployment used to push new apps without restart can be in.
DeploymentStatusReason describes the status reasons a deployment can have.
DeploymentStatusValue describes the status values a deployment can have.
DeploymentStrategy is the strategy used to push an application.
DropletState is the state of the droplet.
No description provided by the author
HealthCheckType is the manner in which Cloud Foundry verifies the app's status.
IncludedType represents the additional resources queried from CloudController using the include parameter.
JobErrorCode is the numeric code for a particular error.
JobState is the current state of a job.
PackageState represents the state of a package.
PackageType represents the type of package.
ProcessInstanceState is the state of a given process.
RelationshipType represents the Cloud Controller To-One resource targeted by a relationship.
RoleType is the type of a CCV3 role resource.
SecurityGroupLifecycle represents the lifecycle phase of a security group binding.
ServiceBrokerCredentialsType represents the available types of credentials.
TaskState represents the state of the task.