summaryrefslogtreecommitdiff
path: root/app/services/clusters/gcp/kubernetes
Commit message (Expand)AuthorAgeFilesLines
* Improve variables supportimprove-variables-supportKamil TrzciƄski2018-11-191-1/+1
* Show HTTP response code for Kubernetes errorsThong Kuah2018-11-131-4/+1
* Remove special handling for 404 response from K8sDylan Griffith2018-11-091-2/+0
* Incorporates Kubernetes Namespace into Cluster's flowThong Kuah2018-11-023-17/+123
* Kubernetes secret are namespaced, so must always pass a namespace arg.Thong Kuah2018-09-142-6/+6
* Always create `gitlab` service account and service account token regardless o...Thong Kuah2018-09-142-24/+27
* ABAC: fetch default service account token; RBAC: fetch gitlab service acount ...Thong Kuah2018-09-141-3/+4
* Refactor to DRY out building of kube_client into originator serviceThong Kuah2018-09-142-72/+6
* When provisioning a new cluster, create gitlab service account so that GitLab...Thong Kuah2018-09-142-1/+70
* Move FetchKubernetesTokenService to under the Clusters::Gcp::Kubernetes names...Thong Kuah2018-09-141-0/+74