Skip to content

Application Connector CRD desc. update + fixes #1246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 12, 2018

Conversation

tomekpapiernik
Copy link
Contributor

Description

Changes proposed in this pull request:

Application Connector CRD desc. update + fixes

Papiernik, Tomasz added 2 commits October 12, 2018 10:24
@lszymik lszymik requested a review from derberg October 12, 2018 08:31
@lszymik lszymik self-requested a review October 12, 2018 08:32
@lszymik lszymik added kind/bug Categorizes issue or PR as related to a bug. area/documentation Issues or PRs related to documentation area/application-connector Issues or PRs related to application connectivity labels Oct 12, 2018
@lszymik lszymik added this to the Sprint_Framefrog_2 milestone Oct 12, 2018
@lszymik lszymik merged commit c82dccb into kyma-project:master Oct 12, 2018
| **spec.services.displayName** | **YES** | Specifies a human-readable name of the Remote Environment service. Parameter provided by the Metadata Service, do not edit. |
| **spec.services.description** | **NO** | Provides a short, human-readable description of the service offered by the RE. Parameter provided by the Metadata Service, do not edit. |
| **spec.services.longDescription** | **NO** | Provides a longer, human-readable description of the service offered by the RE. Parameter provided by the Metadata Service, do not edit. |
| **spec.services.providerDisplayName** | **YES** | Specifies a human-readable name of the Remote Environment service provided. Parameter provided by the Metadata Service, do not edit. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Specifies a human-readable name of the provided/offered Remote Environment service provided.

| **spec.services.tags** | **NO** | Specifies additional tags used for better documentation of the available APIs. Parameter provided by the Metadata Service, do not edit. |
| **spec.services.labels** | **NO** | Specifies additional labels for the service offered by the RE. Parameter provided by the Metadata Service, do not edit. |
| **spec.services.entries** | **YES** | Contains the information about the APIs and Events that the service offered by the RE provides. Parameter provided by the Metadata Service, do not edit. |
| **spec.services.entries.type** | **YES** | Specify the entry type: API or Event. Parameter provided by the Metadata Service, do not edit. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Specifies whether the entry is of API or Event type. ? -> for sure you should be consistent and use 3rd form of the verb at the beginning

| **spec.services.entries.accessLabel** | **NO** | Specifies the label used in Istio rules in the Application Connector. This field is required for the API entry type. |
| **spec.services.entries.targetUrl** | **NO** | Specifies the URL to a given API. This field is required for the API entry type. Parameter provided by the Metadata Service, do not edit. |
| **spec.services.entries.oauthUrl** | **NO** | Specifies the URL used to authorize with a given API. This field is required for the API entry type. Parameter provided by the Metadata Service, do not edit. |
| **spec.services.entries.credentialsSecretName** | **NO** | Specifies the name of the Secret which allows you to a call to a given API. This field is required if the **spec.services.entries.oauthUrl** is specified. Parameter provided by the Metadata Service, do not edit. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Specifies the name of the Secret which allows you to a call to a given API. ?

@pkosiec
Copy link
Contributor

pkosiec commented Oct 12, 2018

@tomekpapiernik Next time please write PR name in imperative mood. All rules regarding commit messages apply there as well. The pull request name is needed for changelog generation and we have to be consistent to make it readable 🙂

crabtree pushed a commit that referenced this pull request Oct 16, 2018
* Application connector documentation fix

(cherry picked from commit c82dccb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/application-connector Issues or PRs related to application connectivity area/documentation Issues or PRs related to documentation kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants