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: v1beta1 scope: Namespaced subresources: status: {} names: kind: Suggestion singular: suggestion plural: suggestions categories: - all - kubeflow - katib