Fix typo in protokube_test.go

This commit is contained in:
Peter Rifel 2019-12-15 11:18:46 -06:00 committed by GitHub
parent ea106478e0
commit 23ee2e63fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ func TestProtokubeBuilder(t *testing.T) {
return
}
cluster := nodeupModelContext.Cluster
cluster := nodeUpModelContext.Cluster
if cluster.Spec.MasterKubelet == nil {
cluster.Spec.MasterKubelet = &kops.KubeletConfigSpec{}
}