kudobuilder / kudo

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

Add helper function to check if OV exists in cluster #1571

Closed runyontr closed 4 years ago

runyontr commented 4 years ago

What this PR does / why we need it:

comparable functionality to checking Operator.

runyontr commented 4 years ago

@ANeumann82, Yes I'm using KUDO as a library inside of the Terraform provider. Since there already existed a function for checking the existence of the Operator, adding a comparable function for the OV seemed to be in line. If the Operator check wasn't in the client, I don't think i would have added this function to KUDO proper, but for consistency sake it seemed okay.