Commit 5c1260b9 authored by André Martins's avatar André Martins

apis/kubeadm/v1beta1: fix typo in localApiEndpoint -> localAPIEndpoint

As localApiEndpoint is ignored by json.Unmarshaller this should be localAPIEndpoint as defined in the json tag of the source code. Signed-off-by: 's avatarAndré Martins <aanm90@gmail.com>
parent 414cfbd8
......@@ -181,7 +181,7 @@ limitations under the License.
// effect: "NoSchedule"
// kubeletExtraArgs:
// cgroupDriver: "cgroupfs"
// localApiEndpoint:
// localAPIEndpoint:
// advertiseAddress: "10.100.0.1"
// bindPort: 6443
// ---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment