apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
# name must match the spec fields below, and be in the form: <plural>.<group>
name: crontabs.stable.example.com
# group name to use for REST API: /apis/<group>/<version>
group: stable.example.com
# versions to use for REST API: /apis/<group>/<version>
# Each version can be enabled/disabled by Served flag.
# One and only one version must be marked as the storage version.
# either Namespaced or Cluster
# plural name to be used in the URL: /apis/<group>/<version>/<plural>
# singular name to be used as an alias on the CLI and for display
# kind is normally the CamelCased singular type. Your resource manifests use this.
# shortNames allow shorter string to match your resource on the CLI