Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4335a3f6
Commit
4335a3f6
authored
Nov 18, 2019
by
Adrien Kohlbecker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Strong memoize call
parent
d9c23919
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
ee/app/models/ee/clusters/platforms/kubernetes.rb
ee/app/models/ee/clusters/platforms/kubernetes.rb
+4
-1
No files found.
ee/app/models/ee/clusters/platforms/kubernetes.rb
View file @
4335a3f6
...
...
@@ -5,6 +5,7 @@ module EE
module
Platforms
module
Kubernetes
extend
ActiveSupport
::
Concern
include
::
Gitlab
::
Utils
::
StrongMemoize
CACHE_KEY_GET_POD_LOG
=
'get_pod_log'
...
...
@@ -112,7 +113,9 @@ module EE
end
def
elastic_stack_client
cluster
.
application_elastic_stack
&
.
elasticsearch_client
strong_memoize
(
:elastic_stack_client
)
do
cluster
.
application_elastic_stack
&
.
elasticsearch_client
end
end
def
handle_exceptions
(
resource_not_found_error_message
,
opts
,
&
block
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment