gitlab-org--gitlab-foss/lib/gitlab/kubernetes
Thong Kuah dc18272091 Modify service so that it can be re-run
If the service fails mid-point, then we should be able to re-run this
service. So, detect presence of any previously created Kubernetes
resource and update or create accordingly.

Fix specs accordingly. In the case of finalize_creation_service_spec.rb,
I decided to stub out the async worker rather than maintaining
individual stubs for various kubeclient calls for that worker.

Also add test cases for group clusters
2018-12-04 15:46:46 +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 Enable even more frozen string for lib/gitlab 2018-11-16 17:41:14 -08:00
kube_client.rb Modify service so that it can be re-run 2018-12-04 15:46:46 +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