layout:
- go.kubebuilder.io/v3
projectName: training-operator
repo: github.com/kubeflow/training-operator
resources:
- api:
    crdVersion: v1
    namespaced: true
  controller: true
  group: kubeflow.org
  kind: XGBoostJob
  path: github.com/kubeflow/training-operator/pkg/apis/kubeflow.org/v1
  version: v1
- api:
    crdVersion: v1
    namespaced: true
  controller: true
  group: kubeflow.org
  kind: PyTorchJob
  path: github.com/kubeflow/training-operator/pkg/apis/kubeflow.org/v1
  version: v1
- api:
    crdVersion: v1
    namespaced: true
  controller: true
  group: kubeflow.org
  kind: TFJob
  path: github.com/kubeflow/training-operator/pkg/apis/kubeflow.org/v1
  version: v1
- api:
    crdVersion: v1
    namespaced: true
  controller: true
  group: kubeflow.org
  kind: JAXJob
  path: github.com/kubeflow/training-operator/pkg/apis/kubeflow.org/v1
  version: v1
version: "3"
