Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
europdx
k8s
cbio-on-demand
API
Commits
50238249
Commit
50238249
authored
Nov 01, 2019
by
Ľuboslav Pivarč
Browse files
turn off debuging of k8s client
parent
7b6c393d
Pipeline
#27811
passed with stages
in 18 minutes and 48 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
cbioondemandK8S/src/main/java/cz/muni/ics/edirex/cbioondemandK8S/service/KubernetesAPI.java
View file @
50238249
...
...
@@ -48,7 +48,6 @@ public class KubernetesAPI implements KubernetesCalls{
public
KubernetesAPI
()
throws
IOException
{
ApiClient
client
=
Config
.
defaultClient
();
client
.
setDebugging
(
true
);
Configuration
.
setDefaultApiClient
(
client
);
api
=
new
CoreV1Api
(
client
);
appsApi
=
new
AppsV1Api
(
client
);
...
...
Write
Preview
Supports
Markdown
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