This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.2.5.3.6. describe
获得有关一个特定对象的详细信息。
示例:描述名为 example
的部署
oc describe deployment/example
$ oc describe deployment/example
示例:描述所有 pod
oc describe pods
$ oc describe pods