mirror of https://github.com/kubernetes/kops.git
Fix typo in protokube_test.go
This commit is contained in:
parent
ea106478e0
commit
23ee2e63fc
|
@ -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{}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue