gitlab-org--gitlab-foss/lib/gitlab/kubernetes
Thong Kuah f234aef994 Use http_max_redirects opt to replace monkeypatch
http_max_redirects was introduced in 4.2.2, so upgrade kubeclient.

The monkey-patch was global so we will have to check that all instances
of Kubeclient::Client are handled.

Spec all methods of KubeClient

This should provide better confidence that we are indeed disallowing
redirection in all cases
2019-01-25 16:48:37 +13:00
..
helm Don't remove failed install pods 2018-11-27 12:54:32 +01:00
cluster_role_binding.rb Enable Kubernetes RBAC for GitLab Managed Apps for existing clusters 2018-09-06 10:03:38 +00:00
config_map.rb Enable even more frozen string for lib/gitlab 2018-11-16 17:41:14 -08:00
helm.rb Update Helm to 2.12.2 to address Helm client vulnerability 2019-01-18 09:21:47 +09:00
kube_client.rb Use http_max_redirects opt to replace monkeypatch 2019-01-25 16:48:37 +13:00
logger.rb Use JSON logging for helm install services 2018-11-27 15:23:02 +01:00
namespace.rb Enable even more frozen string for lib/gitlab 2018-11-16 17:41:14 -08:00
pod.rb Enable even more frozen string for lib/gitlab 2018-11-16 17:41:14 -08:00
role_binding.rb Incorporates Kubernetes Namespace into Cluster's flow 2018-11-02 15:46:15 +00:00
service_account.rb Enable Kubernetes RBAC for GitLab Managed Apps for existing clusters 2018-09-06 10:03:38 +00:00
service_account_token.rb Teach GitLab how to create Secret of type ServiceAccountToken 2018-09-14 16:26:51 +12:00