Categorygithub.com/projectcalico/apiserver
repository
3.22.0-0.dev+incompatible
Repository: https://github.com/projectcalico/apiserver.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Slack Status

Calico API server

Note that the documentation in this repo is targeted at Calico contributors.

Documentation for Calico users is here:
http://docs.projectcalico.org

This repository contains the Project Calico API server for Kubernetes.

Building the plugins and running tests

To build the code into a docker image:

make image

To run the tests:

make test

To update generated code:

make gen-files

License

Calico binaries are licensed under the Apache v2.0 license, with the exception of some GPL licensed eBPF programs.