Skip to content

Instantly share code, notes, and snippets.

@CalvinHartwell
Created February 8, 2018 01:54
Show Gist options
  • Select an option

  • Save CalvinHartwell/e13fd9cb5ad60831106d4a32bf019f8d to your computer and use it in GitHub Desktop.

Select an option

Save CalvinHartwell/e13fd9cb5ad60831106d4a32bf019f8d to your computer and use it in GitHub Desktop.
k8s-third-party-resource
Third party resource example:
cat resource.yaml
metadata:
name: custom-resource.example.com
apiVersion: extensions/v1beta1
kind: ThirdPartyResource
description: “A custom resource”
versions:
name: v1
Kubectl create -f resource.yaml
kubectl get thirdpartyresources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment