codeamp / circuit

CodeAmp API. Built with Golang, GraphQL, GORM and Socket-IO
Apache License 2.0
21 stars 6 forks source link

KongIngress Cluster IP Fix #452

Closed amoskyler closed 5 years ago

amoskyler commented 5 years ago

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.

codecov[bot] commented 5 years ago

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