Versions in this module Expand all Collapse all v0 v0.0.5 Jun 2, 2018 v0.0.4 May 14, 2018 Changes in this version type Proxy + Path string v0.0.3 May 4, 2018 Changes in this version type Upstream + HashOnHeader string v0.0.2 Apr 23, 2018 Changes in this version + var AddToScheme = localSchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = info.SchemeGroupVersion + func Resource(resource string) schema.GroupResource + type ActiveHealthCheck struct + Concurrency int + HTTPPath string + Healthy *Healthy + Timeout int + Unhealthy *Unhealthy + func (in *ActiveHealthCheck) DeepCopy() *ActiveHealthCheck + func (in *ActiveHealthCheck) DeepCopyInto(out *ActiveHealthCheck) + type Healthchecks struct + Active *ActiveHealthCheck + Passive *Passive + func (in *Healthchecks) DeepCopy() *Healthchecks + func (in *Healthchecks) DeepCopyInto(out *Healthchecks) + type Healthy struct + HTTPStatuses []int + Interval int + Successes int + func (in *Healthy) DeepCopy() *Healthy + func (in *Healthy) DeepCopyInto(out *Healthy) + type KongIngress struct + Proxy *Proxy + Route *Route + Upstream *Upstream + func (in *KongIngress) DeepCopy() *KongIngress + func (in *KongIngress) DeepCopyInto(out *KongIngress) + func (in *KongIngress) DeepCopyObject() runtime.Object + type KongIngressList struct + Items []KongIngress + func (in *KongIngressList) DeepCopy() *KongIngressList + func (in *KongIngressList) DeepCopyInto(out *KongIngressList) + func (in *KongIngressList) DeepCopyObject() runtime.Object + type Passive struct + Healthy *Healthy + Unhealthy *Unhealthy + func (in *Passive) DeepCopy() *Passive + func (in *Passive) DeepCopyInto(out *Passive) + type Proxy struct + ConnectTimeout int + ReadTimeout int + Retries int + WriteTimeout int + func (in *Proxy) DeepCopy() *Proxy + func (in *Proxy) DeepCopyInto(out *Proxy) + type Route struct + Methods []string + PreserveHost bool + RegexPriority int + StripPath bool + func (in *Route) DeepCopy() *Route + func (in *Route) DeepCopyInto(out *Route) + type Unhealthy struct + HTTPFailures int + HTTPStatuses []int + Interval int + TCPFailures int + Timeouts int + func (in *Unhealthy) DeepCopy() *Unhealthy + func (in *Unhealthy) DeepCopyInto(out *Unhealthy) + type Upstream struct + HashFallback string + HashOn string + Healthchecks *Healthchecks + Slots int + func (in *Upstream) DeepCopy() *Upstream + func (in *Upstream) DeepCopyInto(out *Upstream)