Oc types: Difference between revisions
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
* [[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]]) | * [[OpenShift_Concepts#Image_Stream_Tag|Image Stream Tags]] ([[Oc_get#istag|oc get istag]]) | ||
* [[ | * [[OpenShift_Security_Concepts#Secret|Secrets]] ([[Oc_get#secret|oc get secret]]) |
Revision as of 20:58, 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)
- Secrets (oc get secret)