-
Notifications
You must be signed in to change notification settings - Fork 544
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
Bug 1727800: Icon Subresource for PackageManifest #990
Bug 1727800: Icon Subresource for PackageManifest #990
Conversation
@alecmerdler: This pull request references a valid Bugzilla bug. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
lgtm |
@ecordell Is this good to merge? |
@alecmerdler: This pull request references Bugzilla bug 1727800, which is valid. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alecmerdler, ecordell The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@alecmerdler: All pull requests linked via external trackers have merged. Bugzilla bug 1727800 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Description
Adds
packagemanifests/icon
subresource, which serves logo icons for a givenPackageManifest
.Caching will be accomplished in this way:
/packagemanifests/<pkg>/icon?resourceVersion=<pkg>.<channel>.<csvName>
operator-registry
and sends the image data with an ETag headerIf-None-Match
header containing the ETagHTTP 304
ClusterServiceVersion
is added to the package, console will change theresourceVersion
in the request URL and therefore not send anIf-None-Match
header.Resources Used
Implements #985
Addresses https://jira.coreos.com/browse/OLM-1211