kudobuilder / kudo

Kubernetes Universal Declarative Operator (KUDO)
https://kudo.dev
Apache License 2.0
1.18k stars 103 forks source link

Use kudoapi import alias instead of directly using the api version #1670

Closed ANeumann82 closed 4 years ago

ANeumann82 commented 4 years ago

Signed-off-by: Andreas Neumann aneumann@mesosphere.com

Fixes #1668

ANeumann82 commented 4 years ago

This PR contains only search-and-replace on imports. All imported types from the kudo api are now prefixed with kudoapi and not with v1beta1 anymore. There are no other code changes in this PR