var (
MasterURL = flag.String("master", "", "The address of the Kubernetes API server. Overrides any value in kubeconfig. Only required if out-of-cluster.")
Kubeconfig = flag.String("kubeconfig", "", "Path to a kubeconfig. Only required if out-of-cluster.")
)
Reconcile compares the actual state with the desired, and attempts to
converge the two. It then updates the Status block of the Knativeeventing resource
with the current status of the resource.