# Functions
BuildOperatorImage will build an operator image by running `make docker-build IMG=<image>`.
DeployOperator will deploy an operator onto a Kubernetes cluster by running `make deploy IMG=<image>`.
EnsureOperatorRunning makes sure that an operator is running with with expected number of pods, the pod name contains a specific substring and is running in the specified control-plane.
InstallCRDs will install the CRDs for a sample onto the cluster.
UndeployOperator will clean up an operator from a Kubernetes cluster by running `make undeploy`.
UninstallCRDs will uninstall the CRDs for a sample from the cluster.