Skip to content

Commit f5a0ea9

Browse files
dgolovinjrichter1
authored andcommitted
Add new actions for service
1 parent 6774126 commit f5a0ea9

File tree

1 file changed

+36
-28
lines changed

1 file changed

+36
-28
lines changed

README.md

Lines changed: 36 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -23,44 +23,53 @@ To run the instance of OpenShift cluster locally, developers can use [minishift]
2323
* `OpenShift: Log in to cluster` - Log in to your server and save login for subsequent use.
2424
* Credentials : Log in to the given server with the given credentials.
2525
* 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.
2929
* `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.
3131

32-
#### Actions available inside an OpenShift Cluster Project
32+
#### Actions available for an OpenShift Cluster Project
3333

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.
3636

37-
#### Actions available for an Application inside a Project
37+
#### Actions available for an Application in a Project
3838

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.
4646

4747
#### Actions available for a Component in an Application
4848

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.
5555
* `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.
6060

61-
#### Actions available inside a storage for a component
61+
#### Actions available for a Storage in a Component
6262

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
6473

6574
#### Icons Representation
6675
* ![Log in to cluster](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/master/images/dark/login.png) - Log in to Cluster
@@ -72,7 +81,6 @@ To run the instance of OpenShift cluster locally, developers can use [minishift]
7281
* ![Component Resource](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/master/images/component.png) - Component Resource
7382
* ![Storage Resource](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/master/images/storage.png) - Storage Resource
7483

75-
7684
### Extension Configuration Settings
7785
* `Openshift Connector: Show Channel On Output` - Show OpenShift Connector output channel when new text added to output stream.
7886

0 commit comments

Comments
 (0)