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: André Martins <aanm90@gmail.com>
pull/564/head
André Martins 2018-11-27 17:48:42 +01:00
parent 414cfbd821
commit 5c1260b934
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ limitations under the License.
// effect: "NoSchedule"
// kubeletExtraArgs:
// cgroupDriver: "cgroupfs"
// localApiEndpoint:
// localAPIEndpoint:
// advertiseAddress: "10.100.0.1"
// bindPort: 6443
// ---