You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
522 B
25 lines
522 B
apiVersion: apiextensions.k8s.io/v1beta1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: experiments.kubeflow.org
|
|
spec:
|
|
additionalPrinterColumns:
|
|
- JSONPath: .status.conditions[-1:].type
|
|
name: Status
|
|
type: string
|
|
- JSONPath: .metadata.creationTimestamp
|
|
name: Age
|
|
type: date
|
|
group: kubeflow.org
|
|
version: v1alpha3
|
|
scope: Namespaced
|
|
subresources:
|
|
status: {}
|
|
names:
|
|
kind: Experiment
|
|
singular: experiment
|
|
plural: experiments
|
|
categories:
|
|
- all
|
|
- kubeflow
|
|
- katib
|
|
|