Skip to content

Commit

Permalink
Add note about using OpenShift API endpoints
Browse files Browse the repository at this point in the history
Change-Id: I5f449416c7fea99249fe25043f147eb899c26b98
  • Loading branch information
David Moreau-Simard committed Jul 24, 2017
1 parent c35981f commit 6b710a2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doc/source/using.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,13 @@ the image first::
With curl
~~~~~~~~~

.. note:: The following examples are querying the OpenShift API directly, not
the docker-registry server.
For more information about OpenShift API endpoints and how you can
use them, you can refer to the official OpenShift documentation_.

.. _documentation: https://docs.openshift.com/container-platform/3.5/rest_api/openshift_v1.html

For ``imagestreams``::

curl https://registry.rdoproject.org:8443/oapi/v1/namespaces/tripleo/imagestreams/centos-binary-aodh-api
Expand Down Expand Up @@ -658,4 +665,4 @@ For ``imagestreamtags``::
],
"dockerImageManifestMediaType": "application/vnd.docker.distribution.manifest.v1+json"
}
}
}

0 comments on commit 6b710a2

Please sign in to comment.