Now that we know that the phpinfo application works as expected, let's focus on the low-level details that are required to understand the build process. OpenShift created a number of API resources to make the build possible. Some of them are related to the deployment process, which we learned about in previous chapters. We can display all entities as follows:
$ oc get all
NAME TYPE FROM LATEST
buildconfigs/phpinfo Source Git@master 1
NAME TYPE FROM STATUS STARTED DURATION
builds/phpinfo-1 Source Git@638030d Complete About an hour ago 34s
NAME DOCKER REPO TAGS UPDATED
imagestreams/phpinfo 172.30.1.1:5000/phpinfo/phpinfo latest
About an hour ago
NAME REVISION DESIRED CURRENT TRIGGERED BY
deploymentconfigs/phpinfo 1...