Skip to content

Commit

Permalink
👌 fix object type
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Quackenbush authored and edaniszewski committed May 29, 2020
1 parent 7cfacf9 commit 1cb068a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubetest/objects/serviceaccount.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ServiceAccount(ApiObject):
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#serviceaccount-v1-core
"""

obj_type = client.V1Namespace
obj_type = client.V1ServiceAccount

api_clients = {
'preferred': client.CoreV1Api,
Expand Down

0 comments on commit 1cb068a

Please sign in to comment.