kudobuilder / kudo

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

Use 'envtest.WaitForCRDs' #1730

Closed nfnt closed 3 years ago

nfnt commented 3 years ago

What this PR does / why we need it: This removes testutils.WaitForCRDs in favor of envtest.WaitForCRDs as this function will be removed from kuttl in a future release. See: https://github.com/kudobuilder/kuttl/pull/250

kensipe commented 3 years ago

It isn't clear why we don't remove all references to testutils.WaitForCRDs? and remove that function

alenkacz commented 3 years ago

@kensipe hmm that's what this PR is doing and that's what this PR is doing, right? 🤔 https://github.com/kudobuilder/kuttl/pull/250