Skip to content

Instantly share code, notes, and snippets.

@JugurthaK
Last active December 15, 2020 11:48
Show Gist options
  • Save JugurthaK/17a2bd28a54b8d6778930af4aa636a0e to your computer and use it in GitHub Desktop.
Save JugurthaK/17a2bd28a54b8d6778930af4aa636a0e to your computer and use it in GitHub Desktop.
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: smurfs.stable.example.com
spec:
group: stable.example.com
versions:
- name: v1
served: true
storage: true
schema:
openAPIV3Schema:
type: object
properties:
spec:
type: object
properties:
smurfName:
type: string
smurfRole:
type: string
smurfCount:
type: integer
scope: Namespaced
names:
plural: smurfs
singular: smurf
kind: Smurf
shortNames:
- smf
- smu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment