From eb7d92d9c9389a939bfec2b2dca40e07a18e5bc7 Mon Sep 17 00:00:00 2001 From: Yury Kulazhenkov Date: Mon, 14 Oct 2024 11:36:07 +0300 Subject: [PATCH] Fix: change 'defautGateway' to 'defaultGateway' in README.md The typo was already fixed in the API, updated the README.md to use the correct field name --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 10b7c2f..810b973 100644 --- a/README.md +++ b/README.md @@ -350,7 +350,7 @@ spec: - matchExpressions: - key: node-role.kubernetes.io/worker operator: Exists - defautGateway: true # optional + defaultGateway: true # optional routes: # optional - dst: 5.5.0.0/24 ``` @@ -386,7 +386,7 @@ spec: * `endIP`: end IP of the exclude range (inclusive). * `nodeSelector` (optional): A list of node selector terms. The terms are ORed. Each term can have a list of matchExpressions that are ANDed. Only the nodes that match the provided labels will get assigned IP Blocks for the defined pool. - * `defautGateway` (optional): Add the pool gateway as default gateway in the pod static routes. + * `defaultGateway` (optional): Add the pool gateway as default gateway in the pod static routes. * `routes` (optional, list): contains CIDR to be added in the pod static routes via the pool gateway. * `dst`: The destination of the static route, in CIDR notation. @@ -429,7 +429,7 @@ spec: - matchExpressions: - key: node-role.kubernetes.io/worker operator: Exists - defautGateway: true # optional + defaultGateway: true # optional routes: # optional - dst: 5.5.0.0/24 ``` @@ -485,7 +485,7 @@ spec: * `prefix`: statically allocated prefix. * `nodeSelector`(optional): A list of node selector terms. The terms are ORed. Each term can have a list of matchExpressions that are ANDed. Only the nodes that match the provided labels will get assigned IP Blocks for the defined pool. - * `defautGateway` (optional): Add the pool gateway as default gateway in the pod static routes. + * `defaultGateway` (optional): Add the pool gateway as default gateway in the pod static routes. * `routes` (optional, list): contains CIDR to be added in the pod static routes via the pool gateway. * `dst`: The destination of the static route, in CIDR notation.