summaryrefslogtreecommitdiff
path: root/lib/gitlab/kubernetes/kube_client.rb
Commit message (Expand)AuthorAgeFilesLines
* Do not allow local urls in Kubernetes formThong Kuah2019-02-211-0/+8
* Use http_max_redirects opt to replace monkeypatchThong Kuah2019-01-251-1/+4
* Modify service so that it can be re-runThong Kuah2018-12-041-0/+57
* Add knative client to kubeclient libraryChris Baumbauer2018-11-151-1/+2
* Merge branch 'refactor_gitlab_kube_client' into 'master'Kamil TrzciƄski2018-10-251-40/+23
|\
| * Store version within SUPPORTED_API_GROUPS hashrefactor_gitlab_kube_clientThong Kuah2018-10-231-41/+14
| * DRY up *_clients methodsThong Kuah2018-10-231-25/+21
| * Split hashed_clients into one per api_groupThong Kuah2018-10-231-11/+32
| * Remove api_groups from KubeClient constructorThong Kuah2018-10-231-27/+20
* | Add RoleBinding methodsadd-role-binding-to-kubeclientMayra Cabrera2018-10-221-0/+7
|/
* Always create `gitlab` service account and service account token regardless o...Thong Kuah2018-09-141-0/+1
* Teach GitLab how to create Secret of type ServiceAccountTokenThong Kuah2018-09-141-0/+1
* Enable Kubernetes RBAC for GitLab Managed Apps for existing clustersThong Kuah2018-09-061-0/+110