Ingress NGINX Controller for Kubernetes
Find a file
2016-11-23 21:17:49 -03:00
controllers Split implementations from generic code 2016-11-23 21:17:49 -03:00
core/pkg Split implementations from generic code 2016-11-23 21:17:49 -03:00
docs Basic structure 2016-11-10 10:23:50 -08:00
Godeps Update godeps 2016-11-11 18:22:34 -03:00
hack Split implementations from generic code 2016-11-23 21:17:49 -03:00
vendor Update godeps 2016-11-11 18:22:34 -03:00
.gitignore Basic structure 2016-11-10 10:23:50 -08:00
.travis.yml Fix lint errors 2016-11-11 18:23:02 -03:00
CONTRIBUTING.md Basic structure 2016-11-10 10:23:50 -08:00
LICENSE Initial commit 2016-11-04 23:54:14 +01:00
Makefile Fix lint errors 2016-11-11 18:23:02 -03:00
OWNERS Basic structure 2016-11-10 10:23:50 -08:00
README.adoc Fix lint errors 2016-11-11 18:23:02 -03:00

// vim: ft=asciidoc

image:https://travis-ci.org/kubernetes/ingress.svg?branch=master["Build Status", link="https://travis-ci.org/kubernetes/ingress"]

= Ingress
:toc: macro
:toc-title:

toc::[]

== Description

This repository contains controllers built around the http://kubernetes.io/docs/user-guide/ingress/[Kubernetes Ingress resource].
It is currently in a state of flux as project maintainers port code over from https://github.com/kubernetes/contrib/tree/master/ingress[Kubernetes/contrib/ingress].

== Directory Structure

----
ingress
├── docs                  Documentation/examples
├── controllers           Ingress Controllers
└── vendor                Vendored dependencies
----