Oc types: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Internal=
=Internal=
=External=


* [[oc#types|oc]]
* [[oc#types|oc]]
Line 7: Line 9:
  oc types
  oc types


Gives an overview of the OpenShift concepts and types:
Gives an overview of the OpenShift concepts and [[OpenShift_Concepts#Objects|object types]].
 
* [[OpenShift_Concepts#Container|Containers]]
* [[OpenShift_Concepts#Image|Images]]
* [[OpenShift_Concepts#Pod|Pods]] ([[Oc_get#pod.2C_pods.2C_po|oc get pods]])
* [[OpenShift_Concepts#Label|Labels]]
* [[OpenShift_Concepts#Volume|Volumes]]
* [[OpenShift_Concepts#Node|Nodes]] ([[Oc_get#node.2C_nodes|oc get nodes]])
* [[OpenShift_Concepts#Service|Services]] ([[Oc_get#services.2C_svc|oc get svc]])
* [[OpenShift_Concepts#Route|Routes]] ([[Oc_get#routes.2C_routes|oc get route]])
* [[OpenShift_Concepts#Replication_Controller|Replication Controllers]] ([[Oc_get#rc|oc get rc]])
* [[OpenShift_Concepts#DeploymentConfig|Deployment Configuration]] ([[Oc_get#dc|oc get dc]])
* [[OpenShift_Concepts#Build_Configuration|Build Configuration]] ([[Oc_get#bc|oc get bc]])

Latest revision as of 20:13, 31 January 2018

Internal

External

Overview

oc types

Gives an overview of the OpenShift concepts and object types.