Skip to content

Commit

Permalink
Update kubernetes client version to 10.0.1 (#112)
Browse files Browse the repository at this point in the history
Fix resources_api_mock, due to verbs additional validation
  • Loading branch information
furiousassault committed Jan 21, 2020
1 parent aab4484 commit 34ab789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s_handle/k8s/test_adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def _resources_api_mock():
return ResourcesAPIMock(
'version',
'group/version',
[V1APIResource(None, 'group', 'kind', 'kinds', True, [], 'kind', [])]
[V1APIResource(None, 'group', 'kind', 'kinds', True, [], 'kind', [], verbs=[])]
)

def test_initialization_positive(self):
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requests==2.22.0
jinja2==2.10.1
PyYAML==5.1
kubernetes==9.0.0
kubernetes==10.0.1
semver==2.8.1

0 comments on commit 34ab789

Please sign in to comment.