Skip to content

Instantly share code, notes, and snippets.

@dudash
Last active September 21, 2020 23:25
Show Gist options
  • Save dudash/98e8cfff0602df8af595d10a5e82a18a to your computer and use it in GitHub Desktop.
Save dudash/98e8cfff0602df8af595d10a5e82a18a to your computer and use it in GitHub Desktop.
List Knative API resources
#!/bin/bash
echo "Here are all the knative related API resources"
oc api-resources --api-group ignore.me;oc api-resources | grep knative
#oc api-resources --api-group serving.knative.dev
#oc api-resources --api-group eventing.knative.dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment