Hey guys, I'm trying to write a Terraform Provider to handle ECK resources (@ begin, ES and Kibana). Does the operator implements clientset to create a client using Kubernetes client-go? Or I have to create it myself using the types created on pkg/apis/elasticsearch/v1/elasticsearch_types.go
?
If it doesn't implement it, does anyone did that?
Thank u in advance.