Are you sure you want to delete the {{typeDisplayName || (kind | humanizeKind)}} '{{displayName ? displayName : resourceName}}'?

Warning: {{resourceName}} has running pods. Deleting the {{typeDisplayName || (kind | humanizeKind)}} will not delete the pods it controls. Consider scaling the {{typeDisplayName || (kind | humanizeKind)}} down to 0 before continuing.

This will delete all resources associated with the project {{displayName ? displayName : resourceName}} and cannot be undone. Make sure this is something you really want to do!

Type the name of the {{typeDisplayName || (kind | humanizeKind)}} to confirm.

Note: None of the replica sets created by this deployment will be deleted. To delete the deployment and all of its replica sets, you can run the command
oc delete deployment {{resourceName}} -n {{projectName}}
Learn more about the command line tools.
Note: None of the deployments created by this deployment config will be deleted. To delete the deployment config and all of its deployments, you can run the command
oc delete dc {{resourceName}} -n {{projectName}}
Learn more about the command line tools.
Note: None of the builds created by this build config will be deleted. To delete the build config and all of its builds, you can run the command
oc delete bc {{resourceName}} -n {{projectName}}
Learn more about the command line tools.

This resource has an autoscaler associated with it. It is recommended you delete the autoscaler with the resource it scales. This resource has autoscalers associated with it. It is recommended you delete the autoscalers with the resource they scale.