-
Notifications
You must be signed in to change notification settings - Fork 403
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
Conversation
| **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. | |
There was a problem hiding this comment.
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. | |
There was a problem hiding this comment.
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. | |
There was a problem hiding this comment.
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. ?
@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 🙂 |
* Application connector documentation fix (cherry picked from commit c82dccb)
Description
Changes proposed in this pull request:
Application Connector CRD desc. update + fixes