Skip to content

Commit 4801d8e

Browse files
committed
DOC/MAJOR: update doc to reflect latest version
1 parent cd5d159 commit 4801d8e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

documentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# ![HAProxy](../assets/images/haproxy-weblogo-210x49.png "HAProxy")
33

4-
## HAProxy kubernetes ingress controller 1.8
4+
## HAProxy kubernetes ingress controller 1.9
55

66
### Documentation
77

documentation/annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# ![HAProxy](../assets/images/haproxy-weblogo-210x49.png "HAProxy")
33

4-
## HAProxy kubernetes ingress controller 1.8
4+
## HAProxy kubernetes ingress controller 1.9
55
This is autogenerated from [doc.yaml](doc.yaml). Description can be found in [generator readme](gen/README.md)
66

77
### Available annotations

documentation/doc.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
active_version: 1.8
1+
active_version: 1.9
22
image_arguments:
33
- argument: --configmap
44
description: Sets the ConfigMap object that defines global settings for the ingress controller. An empty ConfigMap is deployed by default and you can see its name by calling <code>kubectl get configmaps</code>. You can either override the default ConfigMap with your own object that uses the same name, or you can set this argument to point to a different ConfigMap. See the ConfigMap Options to learn which values you can store in the ConfigMap.
@@ -955,7 +955,7 @@ annotations:
955955
dependencies: ""
956956
default: "true"
957957
description:
958-
- '**Deprecated**, use `http-connection-mode` instead.'
958+
- "**Deprecated**, use `http-connection-mode` instead."
959959
- Enables HTTP Keep-Alive both from the client to HAProxy and from HAProxy to the
960960
backend.
961961
tip: []
@@ -972,7 +972,7 @@ annotations:
972972
dependencies: ""
973973
default: "false"
974974
description:
975-
- '**Deprecated**, use `http-connection-mode` instead.'
975+
- "**Deprecated**, use `http-connection-mode` instead."
976976
- Disables HTTP Keep-Alive between HAProxy and the backend, while allowing it to
977977
stay enabled from the client to HAProxy.
978978
tip: []

0 commit comments

Comments
 (0)