- apiVersion: apiextensions.k8s.io/v1beta1
- kind: CustomResourceDefinition
- metadata:
- name: prestotables.metering.openshift.io
- annotations:
- catalog.app.coreos.com/displayName: "Chargeback Presto Table"
- catalog.app.coreos.com/description: "A table within PrestoDB"
- spec:
- group: metering.openshift.io
- version: v1alpha1
- scope: Namespaced
- names:
- plural: prestotables
- singular: prestotable
- kind: PrestoTable
|