Create a GKE Kubernetes cluster through API
Follow up issue from https://gitlab.com/gitlab-org/gitlab-ce/issues/40473 We need to provide an API endpoint that allows a user to create a GKE cluster from scratch. ```bash post ':project_id/clusters' ``` Questions: - How are we going to handle the OAuth flow?
issue