It's an 'Instance' of apiserver

This commit is contained in:
Daniel Smith
2020-09-11 14:17:08 -07:00
committed by Aaron Crickenberger
parent 2d9a0b64d1
commit 13b6a929bc
4 changed files with 16 additions and 16 deletions

View File

@@ -34,7 +34,7 @@ func TestMasterExportsSymbols(t *testing.T) {
EnableLogsSupport: false,
},
}
_ = &controlplane.Master{
_ = &controlplane.Instance{
GenericAPIServer: &genericapiserver.GenericAPIServer{},
}
}