Skip to content

Commit

Permalink
Update client.authorization to v1beta1 (#1426)
Browse files Browse the repository at this point in the history
* Update client.authorization to v1beta1

* new TEST_REGEX

Temporarily change default docker test

* Use v1beta1 for v1.22 or greater

* Revert change on Make file

* Use v1beta1 for all k8s versions

* Use TestDockerKubernetes121SimpleFlow again

* USe map[string]string again

* Remove extra line
  • Loading branch information
mdsgabriel committed Mar 17, 2022
1 parent 1be9726 commit 3f5d690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ users:
- name: {{.clusterName}}-aws
user:
exec:
apiVersion: client.authentication.k8s.io/v1alpha1
apiVersion: client.authentication.k8s.io/v1beta1
args:
- token
- -i
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ users:
- name: test-cluster-aws
user:
exec:
apiVersion: client.authentication.k8s.io/v1alpha1
apiVersion: client.authentication.k8s.io/v1beta1
args:
- token
- -i
Expand Down

0 comments on commit 3f5d690

Please sign in to comment.