Skip to content

Instantly share code, notes, and snippets.

@jmrodri
Created August 26, 2021 01:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmrodri/6e6555005e66559cb763c9ce9d529456 to your computer and use it in GitHub Desktop.
Save jmrodri/6e6555005e66559cb763c9ce9d529456 to your computer and use it in GitHub Desktop.
# Generated by Fabric8 CRDGenerator, manual edits might get overwritten!
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: jokes.cache.zeusville.com
spec:
group: cache.zeusville.com
names:
kind: Joke
plural: jokes
singular: joke
scope: Namespaced
versions:
- name: v1
schema:
openAPIV3Schema:
properties:
spec:
type: object
status:
type: object
type: object
served: true
storage: true
subresources:
status: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment