Install cluster applications through API
This is a follow up issue from gitlab-ce#40473
We need to provide an API endpoints that allow uses to install an application to a Kubernetes cluster
`post ':project_id/clusters/:cluster_id/#{app_name}'`
`get ':project_id/clusters/:cluster_id/#{app_name}'`
This should return the status of the application.