Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matheus Melo
stream_kubejobs
Commits
d92fe175
Commit
d92fe175
authored
Apr 09, 2020
by
Ignacio
Browse files
.
parent
e9c5ce11
Changes
1
Hide whitespace changes
Inline
Side-by-side
stream_kubejobs/__init__.py
View file @
d92fe175
...
...
@@ -247,7 +247,6 @@ class KubeJobStreamProgress(Plugin):
def
job_is_completed
(
self
):
job
=
self
.
b_v1
.
read_namespaced_job
(
name
=
self
.
app_id
,
namespace
=
"default"
)
self
.
LOG
.
log
(
job
.
status
.
active
)
if
job
.
status
.
active
is
None
:
return
True
return
False
...
...
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