Created
February 8, 2018 01:54
-
-
Save CalvinHartwell/e13fd9cb5ad60831106d4a32bf019f8d to your computer and use it in GitHub Desktop.
k8s-third-party-resource
This file contains hidden or 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
| 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