To delete the custom resource which stuck in delete state , follow these steps:
- Edit the Object : kubectl edit customresource/name.
 - Remove finalizer parameter.
 - Delete the object : kubectl delete customresource/name.
 
To delete the custom resource which stuck in delete state , follow these steps:
 Once go test produces cover.out , you can use the following command to launch browser to show the coverage.
go tool cover -html=cover.out