prestotable.crd.yaml 431 B

123456789101112131415
  1. apiVersion: apiextensions.k8s.io/v1beta1
  2. kind: CustomResourceDefinition
  3. metadata:
  4. name: prestotables.metering.openshift.io
  5. annotations:
  6. catalog.app.coreos.com/displayName: "Chargeback Presto Table"
  7. catalog.app.coreos.com/description: "A table within PrestoDB"
  8. spec:
  9. group: metering.openshift.io
  10. version: v1alpha1
  11. scope: Namespaced
  12. names:
  13. plural: prestotables
  14. singular: prestotable
  15. kind: PrestoTable