| Class | Description |
|---|---|
| CfAppDetailsDelegate |
Responsible for getting the details of an app
|
| CfAppStopDelegate |
Helper responsible for stopping an app
|
| CfAutoPilotDelegate |
Responsible for handling Autopilot flow.
|
| CfBlueGreenStage1Delegate | |
| CfBlueGreenStage2Delegate |
route -> app
|
| CfCreateServiceHelper |
Responsible for creating a Service Instance
|
| CfCreateUserProvidedServiceHelper |
Responsible for creating a User Provided Service Instance
|
| CfDeleteAppDelegate |
Responsible for Deleting an app, the logic has been centralized here as it is going to get called from
multiple places
|
| CfDeleteRouteDelegate |
Helper for deleting a route
|
| CfMapRouteDelegate |
Helper class for mapping a route
|
| CfPushDelegate |
Responsible for cf-push, since this functionality is going to be called from a few places this logic has been
centralized here.
|
| CfRenameAppDelegate |
Responsible for renaming an app.
|
| CfScaleInstanceCountDelegate |
Helper class for scaling instance Count of an app
|
| CfServicesDetailHelper |
Responsible for getting the service instance given a service name
|
| CfUnMapRouteDelegate |
Helper responsible for unmapping a route
|