You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "virtualEnv/lib/python3.10/site-packages/kubetest/objects/clusterrolebinding.py", line 12, in <module>
class ClusterRoleBinding(ApiObject):
File "virtualEnv/lib/python3.10/site-packages/kubetest/objects/clusterrolebinding.py", line 30, in ClusterRoleBinding
"rbac.authorization.k8s.io/v1alpha1": client.RbacAuthorizationV1alpha1Api,
AttributeError: module 'kubernetes.client' has no attribute 'RbacAuthorizationV1alpha1Api'. Did you mean: 'RbacAuthorizationV1Api'?
Are you still working on this project? This should be easy to fix.
The text was updated successfully, but these errors were encountered:
Using kubetest
0.9.5
and py k8s lib26.1.0
. Trying to run the example test from the docs.I am getting
Are you still working on this project? This should be easy to fix.
The text was updated successfully, but these errors were encountered: