Closed yangwenhuan closed 5 years ago
/kind question
You need to create the client for MXNetJob then use that client to CRUD the CRD
Is there any go api for CRUD the CRD mxjob?
/close
I am closing it but feel free to comment if you have problems on it.
https://github.com/kubeflow/mxnet-operator/tree/master/pkg/client/clientset/versioned
Could you offer me the v1alpha1 api version?
@yangwenhuan We deprecate v1alpha1, thus do not suggest using that version. But if you still want to use, try https://github.com/kubeflow/mxnet-operator/tree/8b18864a467a0cd9603bbb2a7c1c70185aa7e313/pkg/client/clientset/versioned
@yangwenhuan We deprecate v1alpha1, thus do not suggest using that version. But if you still want to use, try https://github.com/kubeflow/mxnet-operator/tree/8b18864a467a0cd9603bbb2a7c1c70185aa7e313/pkg/client/clientset/versioned
thanks a lot for your help!
You need to create the client for MXNetJob then use that client to CRUD the CRD