-
Notifications
You must be signed in to change notification settings - Fork 562
Create APIService after API server deployment #1418
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
Create APIService after API server deployment #1418
Conversation
/lgtm Looks a little funny returning the map everywhere, but no way around it outside of a named return (which I personally don't like) and I don't think work in cases where only one return argument is named and others are not. Pointers to maps also don't work. Putting the map on the |
066c718
to
2bec9d5
Compare
2bec9d5
to
868ab99
Compare
This commit introduces a change so the APISerivce is created after the API Server is successfully deployed on the cluster.
868ab99
to
45a06b8
Compare
/lgtm |
Ran just fine locally. /retest |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: awgreene, 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 |
/retest |
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
This commit introduces a change so the APISerivce is created after the
API Server is successfully deployed on the cluster.