You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-28Lines changed: 36 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,44 +23,53 @@ To run the instance of OpenShift cluster locally, developers can use [minishift]
23
23
*`OpenShift: Log in to cluster` - Log in to your server and save login for subsequent use.
24
24
* Credentials : Log in to the given server with the given credentials.
25
25
* Token : Login using bearer token for authentication to the API server.
26
-
*`OpenShift: List catalog components` - List all available component types from OpenShift's Image Builder.
27
-
*`OpenShift: List catalog services` - Lists all available services e.g. mysql-persistent.
28
-
*`OpenShift: New Project` - Create new project inside the cluster.
26
+
*`OpenShift: List catalog components` - List all available Component Types from OpenShift's Image Builder.
27
+
*`OpenShift: List catalog services` - Lists all available Services e.g. mysql-persistent.
28
+
*`OpenShift: New Project` - Create new project inside the OpenShift Cluster.
29
29
*`OpenShift: About` - Provides the information about the OpenShift tools.
30
-
*`OpenShift: Log out` - Logs out of the current OpenShift cluster.
30
+
*`OpenShift: Log out` - Logs out of the current OpenShift Cluster.
31
31
32
-
#### Actions available inside an OpenShift Cluster Project
32
+
#### Actions available for an OpenShift Cluster Project
33
33
34
-
*`Project -> New Application` - Create a new application inside the selected project.
35
-
*`Project -> Delete` - Delete the selected project.
34
+
*`Project -> New Application` - Create a new Application inside the selected Project.
35
+
*`Project -> Delete` - Delete the selected Project.
36
36
37
-
#### Actions available for an Application inside a Project
37
+
#### Actions available for an Application in a Project
38
38
39
-
*`Application -> New Component` - Create a new component inside the selected application.
40
-
* git - Use a git repository as the source for the component.
41
-
* binary - Use binary file as a source for the component
42
-
* local - Use local directory as a source for the component.
43
-
*`Application -> New Service` - Perform service catalog operations when it is enabled.
44
-
*`Application -> Describe` - Describe the given application in terminal window.
45
-
*`Application -> Delete` - Delete an existing application.
39
+
*`Application -> New Component` - Create a new Component inside the selected Cpplication.
40
+
* git - Use a git repository as the source for the Component.
41
+
* binary - Use binary file as a source for the Component
42
+
* local - Use local directory as a source for the Component.
43
+
*`Application -> New Service` - Perform Service Catalog operations when it is enabled.
44
+
*`Application -> Describe` - Describe the given Application in terminal window.
45
+
*`Application -> Delete` - Delete an existing Application.
46
46
47
47
#### Actions available for a Component in an Application
48
48
49
-
*`Component -> Create URL` - Expose component to the outside world. The URLs that are generated using this command, can be used to access the deployed components from outside the cluster.
50
-
*`Component -> Create Storage` - Create storage and mount to a component.
51
-
*`Component -> Show Log` - Retrieve the log for the given component.
52
-
*`Component -> Follow Log` - Follow logs for the given component.
53
-
*`Component -> Link Service` - Link component to a service.
54
-
*`Component -> Link Component` - Link component to another component.
49
+
*`Component -> Create URL` - Expose Component to the outside world. The URLs that are generated using this command, can be used to access the deployed Components from outside the Cluster.
50
+
*`Component -> Create Storage` - Create Storage and mount to a Component.
51
+
*`Component -> Show Log` - Retrieve the log for the given Component.
52
+
*`Component -> Follow Log` - Follow logs for the given Component.
53
+
*`Component -> Link Service` - Link a Component to a Service.
54
+
*`Component -> Link Component` - Link Component to another Component.
55
55
*`Component -> Open in Browser` - Open the exposed URL in a browser.
56
-
*`Component -> Push` - Push source code to a component.
57
-
*`Component -> Watch` - Watch for changes, update component on change.
58
-
*`Component -> Describe` - Describe the given component in terminal window.
59
-
*`Component -> Delete` - Delete an existing component.
56
+
*`Component -> Push` - Push source code to a Component.
57
+
*`Component -> Watch` - Watch for changes, update Component on change.
58
+
*`Component -> Describe` - Describe the given Component in terminal window.
59
+
*`Component -> Delete` - Delete an existing Component.
60
60
61
-
#### Actions available inside a storage for a component
61
+
#### Actions available for a Storage in a Component
62
62
63
-
*`Storage -> Delete` - Delete storage from component.
63
+
*`Storage -> Delete` - Delete a Storage from a Component.
64
+
65
+
#### Actions available for a Service in an Application
66
+
67
+
*`Service -> Describe` - Describe a Service Type for a selected Component
68
+
*`Service -> Delete` - Delete a Service from an Application
69
+
70
+
#### Actions available for a Folder in Explorer view
71
+
72
+
*`New OpenShift Component` - Create an OpenShift component from selected folder
64
73
65
74
#### Icons Representation
66
75
* - Log in to Cluster
@@ -72,7 +81,6 @@ To run the instance of OpenShift cluster locally, developers can use [minishift]
0 commit comments