This website works better with JavaScript.
Home
Explore
Get Started
openstack
/
kuryr-kubernetes
Code
Issues
Proposed changes
Browse Source
Merge "Fix is_host_network()"
changes/02/757602/1
Zuul
6 months ago
committed by
Gerrit Code Review
parent
403abc6053
402df1e8e1
commit
322c3f4b7e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
kuryr_kubernetes/controller/drivers/utils.py
+ 1
- 1
kuryr_kubernetes/controller/drivers/utils.py
View File
@ -80,7 +80,7 @@ def get_vifs(pod):
def
is_host_network
(
pod
)
:
return
pod
[
'
s
tatus
'
]
.
get
(
'
hostNetwork
'
,
False
)
return
pod
[
'
s
pec
'
]
.
get
(
'
hostNetwork
'
,
False
)
def
get_pods
(
selector
,
namespace
=
None
)
:
Write
Preview
Loading…
Cancel
Save