Last active
September 21, 2020 23:25
-
-
Save dudash/98e8cfff0602df8af595d10a5e82a18a to your computer and use it in GitHub Desktop.
List Knative API resources
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
#!/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