Migrating existing front-end namer logic to Legacy#860
Migrating existing front-end namer logic to Legacy#860k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
Hi @skmatti. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
/assign freehan |
|
/ok-to-test |
66bf827 to
e75fd32
Compare
37c7bfe to
550e9e3
Compare
d9a7994 to
e34a364
Compare
234d23a to
a6eb853
Compare
5d88e10 to
6b42a38
Compare
|
@freehan: GitHub didn't allow me to assign the following users: for, approval. Note that only kubernetes members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. DetailsIn 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. |
29df662 to
fc8ce36
Compare
f4f212d to
d6d88df
Compare
|
/approve |
a02ba8b to
da1eaab
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bowei, skmatti The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is part 3 of V2 Namer: #858.
There is no change in naming policy with this change. But this provides an abstracted front-end namer which internally calls existing naming scheme. This will allow us to extend the frontend namer to migrate to V2 namer seamlessly.
This does not change GC workflow for frontend resources.