Oc types: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
oc types | oc types | ||
Gives an overview of the OpenShift concepts and [[# | Gives an overview of the OpenShift concepts and [[OpenShift_Concepts#Objects|object types]]. | ||
=OpenShift Component Types= | =OpenShift Component Types= |
Revision as of 20:13, 31 January 2018
Internal
External
Overview
oc types
Gives an overview of the OpenShift concepts and object types.
OpenShift Component 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)
- Projects (oc get project)
- daemonset
- oauthclient