github.com/kubeflow/training-operator@v1.7.0/PROJECT (about) 1 layout: 2 - go.kubebuilder.io/v3 3 projectName: training-operator 4 repo: github.com/kubeflow/training-operator 5 resources: 6 - api: 7 crdVersion: v1 8 namespaced: true 9 controller: true 10 group: kubeflow.org 11 kind: XGBoostJob 12 path: github.com/kubeflow/training-operator/pkg/apis/kubeflow.org/v1 13 version: v1 14 - api: 15 crdVersion: v1 16 namespaced: true 17 controller: true 18 group: kubeflow.org 19 kind: PyTorchJob 20 path: github.com/kubeflow/training-operator/pkg/apis/kubeflow.org/v1 21 version: v1 22 - api: 23 crdVersion: v1 24 namespaced: true 25 controller: true 26 group: kubeflow.org 27 kind: TFJob 28 path: github.com/kubeflow/training-operator/pkg/apis/kubeflow.org/v1 29 version: v1 30 - api: 31 crdVersion: v1 32 namespaced: true 33 controller: true 34 group: kubeflow.org 35 kind: MXJob 36 path: github.com/kubeflow/training-operator/pkg/apis/kubeflow.org/v1 37 version: v1 38 version: "3"