Is your feature request related to a problem? Please describe.
Kubernetes are kind of rapid development application, things may changed from day to day.
To avoid unexpected APIs compatibility issue, it would be better to pin the following packages on released version, or a tagged version, such as kubernetes-1.13.4, or v10.0.0. We should avoid go.mod or go.sum being updated after a go get -u ... command executed, or it will be upgrade to master commit, which might be an unstable build.
Is your feature request related to a problem? Please describe. Kubernetes are kind of rapid development application, things may changed from day to day. To avoid unexpected APIs compatibility issue, it would be better to pin the following packages on released version, or a tagged version, such as
kubernetes-1.13.4
, orv10.0.0
. We should avoidgo.mod
orgo.sum
being updated after ago get -u ...
command executed, or it will be upgrade tomaster
commit, which might be an unstable build.k8s.io/api
k8s.io/apimachinery
k8s.io/client-go
Describe the solution you'd like N/A
Describe alternatives you've considered N/A
Additional context N/A