Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
electronics-python-library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Oliver Polch
electronics-python-library
Commits
8954682f
Commit
8954682f
authored
2 years ago
by
opolch
Browse files
Options
Downloads
Patches
Plain Diff
Fix non existing waiting state attribute.
parent
d672fae2
Branches
Branches containing commit
No related tags found
1 merge request
!4
Draft: Backup/overriden branch
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
epl_kubernetes/epl_kubernetes_wrapper.py
+1
-1
1 addition, 1 deletion
epl_kubernetes/epl_kubernetes_wrapper.py
with
1 addition
and
1 deletion
epl_kubernetes/epl_kubernetes_wrapper.py
+
1
−
1
View file @
8954682f
...
...
@@ -87,7 +87,7 @@ class KubernetesInteraction:
self
.
DictEntryState
.
ERROR
.
value
)
elif
pod_to_add
.
status
.
container_statuses
[
0
].
state
.
waiting
is
not
None
:
pod_state
=
self
.
DictEntry
(
"
waiting, {}
"
.
format
(
pod_to_add
.
status
.
container_statuses
[
0
].
state
.
waiting
.
started_at
),
pod_to_add
.
status
.
container_statuses
[
0
].
state
.
waiting
.
message
),
self
.
DictEntryState
.
WARN
.
value
)
elif
pod_to_add
.
status
.
container_statuses
[
0
].
state
.
running
is
not
None
:
pod_state
=
self
.
DictEntry
(
"
running, {}
"
.
format
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment