Skip to content

Commit

Permalink
Add node-api repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhita committed Nov 21, 2018
1 parent f9e1532 commit d5236b1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions configs/kubernetes-rules-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1255,3 +1255,17 @@ data:
branch: release-1.13
- repository: client-go
branch: release-10.0
- destination: node-api
library: true
branches:
- source:
branch: master
dir: staging/src/k8s.io/node-api
name: master
dependencies:
- repository: api
branch: master
- repository: apimachinery
branch: master
- repository: client-go
branch: master
1 change: 1 addition & 0 deletions hack/fetch-all-latest-and-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ repos=(
kube-controller-manager
cluster-bootstrap
cloud-provider
node-api
)

repo_count=${#repos[@]}
Expand Down

0 comments on commit d5236b1

Please sign in to comment.