Oc types: Difference between revisions
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
* [[OpenShift_Concepts#Build|Builds]] ([[Oc_get#build.2C_builds|oc get build]]) | * [[OpenShift_Concepts#Build|Builds]] ([[Oc_get#build.2C_builds|oc get build]]) | ||
* [[OpenShift_Concepts#Image_Stream|Image Streams]] ([[Oc_get#is|oc get is]]) | * [[OpenShift_Concepts#Image_Stream|Image Streams]] ([[Oc_get#is|oc get is]]) | ||
* [[OpenShift_Concepts#Image_Stream_Tag|Image Stream Tags]] ([[Oc_get#istag|oc get istag]]) |
Revision as of 20:46, 20 November 2017
Internal
Overview
oc types
Gives an overview of the OpenShift concepts and types:
- Containers
- Images
- Pods (oc get pods)
- Labels
- Volumes
- Nodes (oc get nodes)
- Services (oc get svc)
- Routes (oc get route)
- Replication Controllers (oc get rc)
- Deployment Configuration (oc get dc)
- Build Configuration (oc get bc)
- Builds (oc get build)
- Image Streams (oc get is)
- Image Stream Tags (oc get istag)