In the OpenShift platform, you can find the BuildConfig and ImageStream objects from the web console or via the OpenShift CLI (oc).
Web Console:
OpenShift CLI (oc):
oc login command.oc project <project-name> command.oc get bc command to get a list of all the BuildConfig objects in your project.oc get is command to get a list of all the ImageStream objects in your project.You can get more details about a specific BuildConfig or ImageStream by using the oc describe command followed by bc <buildconfig-name> or is <imagestream-name> respectively.
Remember to replace <project-name>, <buildconfig-name>, and <imagestream-name> with the actual names of your project, BuildConfig, and ImageStream.
https://oauth-openshift.apps.gnosis.lsa.umich.edu/oauth/token/request
Mac: brew install openshift-cli
Then click your username: