SeldonIO / seldon-operator

Seldon Core Operator for Kubernetes
Apache License 2.0
12 stars 10 forks source link

Go-operator needs to have Kubernetes like APIs for Seldon Deployments #14

Closed SachinVarghese closed 5 years ago

SachinVarghese commented 5 years ago

The go operator needs to have client functions that are Kubernetes like APIs fro the Seldon Deployment CRDs.

The kubernetes code generator project can be utilized for creating these API from the CRD definition types.go file mentioned in the current code base.