Skip to content

Instantly share code, notes, and snippets.

@rthallisey
Created January 28, 2020 14:51
Show Gist options
  • Save rthallisey/54ed8d2431faea73e21b8a9255b730af to your computer and use it in GitHub Desktop.
Save rthallisey/54ed8d2431faea73e21b8a9255b730af to your computer and use it in GitHub Desktop.
---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: apps.app.io
spec:
additionalPrinterColumns:
- JSONPath: .metadata.creationTimestamp
name: Age
type: date
- JSONPath: .status.phase
name: Phase
type: string
group: app.io
names:
kind: App
plural: apps
shortNames:
- app
- apps
singular: hyperconverged
scope: Namespaced
subresources:
status: {}
version: v1alpha1
versions:
- name: v1alpha1
served: true
storage: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment