module
Version:
v0.0.0-...-ac86975
Opens a new window with list of versions in this module.
Published: Apr 16, 2019
License: Apache-2.0
Opens a new window with license information.
README
¶
Table of Contents generated with DocToc
LoadBalancer Provider
About the project
This repo is the sub project of loadbalancer-controller containing providers of loadbalancer.
Status
Working in process, still in alpha version
Design
Learn more about loadbalancer, design doc on google drive
See also
Getting stated
Layout
├── core
│ ├── options
│ ├── pkg
│ │ ├── arp
│ │ ├── net
│ │ ├── node
│ │ └── sysctl
│ └── provider
└── providers
├── ingress
│ ├── cmd
│ ├── provider
│ └── version
└── ipvsdr
├── cmd
├── provider
└── version
core/pkg
contains generic pkgs, etc, arp, sysctl, net, node
core/options
contains generic options
core/provider
contains generic loadbalancer provider
providers/ingress
contains ingress sidecar for loadbalancer proxy
providers/ipvsdr
contains IPVS DR mode provider backend
Directories
¶
Click to show internal directories.
Click to hide internal directories.