cmdy / calico-apiserver

Construct the calico REST api with libcalio-go. Users can invoke these apis to manage calico resource.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

calico-apiserver is a self-developed module which invoke the interfaces of calico and supply Restful apis. Now it can be used to edit the calico ippool and workloadendpoint resources.

Functional structure

paas-net structure

Version of dependent packages

  • libcalico-go:1.7.1
  • beego:1.9.0
  • go:v1.9.1

Installation instructions

  • docker container
    docker build . -t jeffchanjunwei/calico-apiserver
  • local compile
    bee run -gendoc=true -downdoc=false

About

Construct the calico REST api with libcalio-go. Users can invoke these apis to manage calico resource.

License:Apache License 2.0


Languages

Language:Go 98.9%Language:Shell 1.1%