Oc types: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
oc types | oc types | ||
Gives an overview of the OpenShift concepts and types | Gives an overview of the OpenShift concepts and [[#OpenShift_Component_Types|component types]]. | ||
=OpenShift Component Types= | |||
* [[OpenShift_Concepts#Container|Containers]] | * [[OpenShift_Concepts#Container|Containers]] |
Revision as of 21:08, 20 November 2017
Internal
Overview
oc types
Gives an overview of the OpenShift concepts and component 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