mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-07-15 18:59:27 -04:00
25 lines
522 B
YAML
25 lines
522 B
YAML
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: v1alpha2
|
|
scope: Namespaced
|
|
subresources:
|
|
status: {}
|
|
names:
|
|
kind: Experiment
|
|
singular: experiment
|
|
plural: experiments
|
|
categories:
|
|
- all
|
|
- kubeflow
|
|
- katib
|