yunify / hostnic-cni

hostnic-cni is a Container Network Interface plugin.
Apache License 2.0
30 stars 12 forks source link

🚑 support portmap #63

Closed magicsong closed 4 years ago

magicsong commented 4 years ago
  1. support portmap plugin(hostport in k8s)
  2. support labels (all the resources created by hostnic will be labeled)
  3. bump yunify-sdk to latest (2019-10-15) /kind feature
ks-ci-bot commented 4 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: magicsong

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: - ~~[OWNERS](https://github.com/yunify/hostnic-cni/blob/master/OWNERS)~~ [magicsong] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
codecov[bot] commented 4 years ago

Codecov Report

Merging #63 into master will increase coverage by 0.12%. The diff coverage is 61.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
+ Coverage   56.43%   56.56%   +0.12%     
==========================================
  Files          10       10              
  Lines        1212     1227      +15     
==========================================
+ Hits          684      694      +10     
- Misses        429      431       +2     
- Partials       99      102       +3
Impacted Files Coverage Δ
pkg/ipam/pool_manager.go 62.5% <ø> (ø) :arrow_up:
pkg/ipam/ipam.go 45.22% <61.11%> (+2.26%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2c74841...c973449. Read the comment docs.