GoogleCloudPlatform / distributed-load-testing-using-kubernetes

Distributed load testing using Kubernetes on Google Container Engine
http://cloud.google.com/solutions/distributed-load-testing-using-kubernetes
Apache License 2.0
442 stars 259 forks source link

Upgrade deprecated api version of deployments #33

Closed taisho6339 closed 3 years ago

taisho6339 commented 4 years ago

Since Kubernetes version 1.16, "extensions/v1beta1" has been deprecated. Therefore, I have fix the api version of deployment resources.

refs: https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/

googlebot commented 4 years ago

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to determine that you authored the commits in this PR. Maybe you used a different email address in the git commits than was used to sign the CLA? If someone else authored these commits, then please add them to this pull request and have them confirm that they're okay with them being contributed to Google. If there are co-authors, make sure they're formatted properly.

In order to pass this check, please resolve this problem and then comment@googlebot I fixed it... If the bot doesn't comment, it means it doesn't think anything has changed.

ℹ️ Googlers: Go here for more info.

googlebot commented 4 years ago

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

blueboy1593 commented 4 years ago

s been deprecated. Therefore, I have fix the api version of deployment resources.

You are helpful to me!