Created
August 26, 2021 01:02
-
-
Save jmrodri/6e6555005e66559cb763c9ce9d529456 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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