Skip to content

Instantly share code, notes, and snippets.

@konryd
Created April 18, 2018 10:37
Show Gist options
  • Save konryd/b84bd1189362c593456d5f6a3babbed3 to your computer and use it in GitHub Desktop.
Save konryd/b84bd1189362c593456d5f6a3babbed3 to your computer and use it in GitHub Desktop.
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
api: default
platform: kubernetes_sigs_kubebuilder
name: applications.app.k8s.io
spec:
group: app.k8s.io
names:
kind: Application
plural: applications
scope: Namespaced
validation:
openAPIV3Schema:
properties:
apiVersion:
type: string
kind:
type: string
metadata:
type: object
spec:
properties:
componentKinds:
items:
properties:
group:
type: string
kind:
type: string
type: object
type: array
description:
type: string
info:
items:
properties:
name:
type: string
value:
type: string
type: object
type: array
keywords:
items:
type: string
type: array
links:
items:
properties:
description:
type: string
url:
type: string
type: object
type: array
maintainers:
items:
properties:
email:
type: string
name:
type: string
url:
type: string
type: object
type: array
notes:
type: string
owners:
items:
type: string
type: array
selector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
type: object
type: array
matchLabels:
type: object
type: object
type:
type: string
version:
type: string
type: object
status:
properties:
observedGeneration:
type: int64
type: object
type: object
version: v1alpha1
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment