I am using the kubernetes operator to create a custom resource in the cluster, the CR has the Status field populated, but when the object gets created the Status field is empty.
This is how I am creating the CR:
reconcile.Create(ctx, &object)
This is what I am trying to accomplish with k8s operator:
