mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
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>
This commit is contained in:
parent
414cfbd821
commit
5c1260b934
@ -181,7 +181,7 @@ limitations under the License.
|
||||
// effect: "NoSchedule"
|
||||
// kubeletExtraArgs:
|
||||
// cgroupDriver: "cgroupfs"
|
||||
// localApiEndpoint:
|
||||
// localAPIEndpoint:
|
||||
// advertiseAddress: "10.100.0.1"
|
||||
// bindPort: 6443
|
||||
// ---
|
||||
|
Loading…
Reference in New Issue
Block a user