https://github.com/kubeflow/katib
Raw File
Tip revision: 7cd2fc3b10e5f20b045c9059b52321310630c1e7 authored by Johnu George on 19 December 2018, 06:45:57 UTC
Adding master pod check for default metric collector
Tip revision: 7cd2fc3
tfjobsCrd.yaml
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
  name: tfjobs.kubeflow.org
spec:
  group: kubeflow.org
  version: v1beta1
  scope: Namespaced
  names:
    kind: TFJob
    singular: tfjob
    plural: tfjobs
back to top