Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2019-10-06 12:05:58 +00:00
parent 7c21abab2a
commit 012e59c2af
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ module Gitlab
:get_service_account,
:delete_namespace,
:delete_pod,
:delete_service_account,
:create_config_map,
:create_namespace,
:create_pod,

View File

@ -164,6 +164,7 @@ describe Gitlab::Kubernetes::KubeClient do
:get_service_account,
:delete_namespace,
:delete_pod,
:delete_service_account,
:create_config_map,
:create_namespace,
:create_pod,