Skip to content
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

KongIngress Cluster IP Fix #452

Merged
merged 3 commits into from
Apr 24, 2019
Merged

KongIngress Cluster IP Fix #452

merged 3 commits into from
Apr 24, 2019

Conversation

amoskyler
Copy link
Contributor

Exit kong ingress create code early for clusterip types.

Currently the kong API code executes when creating a "clusterip" type, which should not happen. This returns a success message early, preventing this from happening.

@amoskyler amoskyler added the S/Review Status: Please review label Apr 24, 2019
@amoskyler amoskyler added the T/Bug Type: Bug label Apr 24, 2019
@codecov
Copy link

codecov bot commented Apr 24, 2019

Codecov Report

Merging #452 into master will decrease coverage by 0.03%.
The diff coverage is 0%.

@@            Coverage Diff             @@
##           master     #452      +/-   ##
==========================================
- Coverage   58.11%   58.07%   -0.04%     
==========================================
  Files          56       56              
  Lines        5789     5799      +10     
==========================================
+ Hits         3364     3368       +4     
- Misses       2084     2090       +6     
  Partials      341      341

aballman
aballman previously approved these changes Apr 24, 2019
Copy link
Contributor

@aballman aballman left a comment

Choose a reason for hiding this comment

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

i think you could do this with one append

aballman
aballman previously approved these changes Apr 24, 2019
@amoskyler amoskyler merged commit 9ddf3e8 into master Apr 24, 2019
@amoskyler amoskyler deleted the kong-cluster-ip-fix branch April 24, 2019 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S/Review Status: Please review T/Bug Type: Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants