| Class | Description |
|---|---|
| DeregisterStep |
Step which implements the deregistering of a framework.
|
| ResourceCleanupStep |
Step which implements the uninstalling of a particular reserved resource.
|
| TaskKillStep |
Step which issues a kill command for a given task.
|
| TLSCleanupStep |
A
TLSCleanupStep removes all provisioned TLSArtifacts from secrets service in a given namespace. |
| UninstallPlanBuilder |
Handles creation of the uninstall plan, returning information about the plan contents back to the caller.
|
| UninstallRecorder |
Records to persistent storage the result of uninstalling/destroying resources in the process of installing the
service by marking them with a tombstone id, then notifying the uninstall plan of the changes.
|
| UninstallResourceCleaner |
The Uninstall Resource Cleaner provides recommended operations for cleaning up
all Reserved resources and persistent volumes.
|
| UninstallScheduler |
This scheduler uninstalls the framework and releases all of its resources.
|
| UninstallStep |
Common parent for all uninstall steps.
|