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.
34 lines
739 B
34 lines
739 B
apiVersion: apiextensions.k8s.io/v1beta1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: suggestions.kubeflow.org
|
|
spec:
|
|
additionalPrinterColumns:
|
|
- JSONPath: .status.conditions[-1:].type
|
|
name: Type
|
|
type: string
|
|
- JSONPath: .status.conditions[-1:].status
|
|
name: Status
|
|
type: string
|
|
- JSONPath: .spec.requests
|
|
name: Requested
|
|
type: string
|
|
- JSONPath: .status.suggestionCount
|
|
name: Assigned
|
|
type: string
|
|
- JSONPath: .metadata.creationTimestamp
|
|
name: Age
|
|
type: date
|
|
group: kubeflow.org
|
|
version: v1alpha3
|
|
scope: Namespaced
|
|
subresources:
|
|
status: {}
|
|
names:
|
|
kind: Suggestion
|
|
singular: suggestion
|
|
plural: suggestions
|
|
categories:
|
|
- all
|
|
- kubeflow
|
|
- katib
|
|
|