Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
readme-fixes: replace items with objects
Browse files Browse the repository at this point in the history
  • Loading branch information
uqee authored Nov 23, 2017
1 parent 2092f94 commit b914a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ Navigation tree shows objects' kinds, grouped by namespaces, and objects themsel

#### Multiple API Versions

Every group fetches its resources using all API versions, not only the preferred one, and then merges given resources into one list considering versions priority. It means we can access items through different API versions. Moreover, when creating a new item, an API endpoint will be choosed automatically based on the value of `apiVersion` field in its description.
Every group fetches its resources using all API versions, not only the preferred one, and then merges given resources into one list considering versions priority. It means we can access objects through different API versions. Moreover, when a new object is created, an API endpoint would be choosed automatically based on the value of `apiVersion` field in its description.

![Catalog: Multiple API Versions](screenshots/catalog-multiple-api-versions.gif)

#### Tabs

Tab names reflect current object's location in the navigation tree (resource.namespace → resource.kind → item). New items have green tab color, modified and not submitted items ― red tab color. Local modifications are saved even if the tab was closed and reopened again.
Tab names reflect current object's location in the navigation tree (object.namespace → object.kind → object). New objects have green tab color, modified and not submitted objects ― red tab color. Local modifications are saved even if the tab was closed and reopened again.

![Catalog: Tabs](screenshots/catalog-tabs.gif)

Expand Down

0 comments on commit b914a5d

Please sign in to comment.