mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Turn embedding into composition: master.Config.{Config -> GenericConfig}
This commit is contained in:
@@ -27,7 +27,7 @@ import (
|
||||
// are not referenced directly by a master.
|
||||
func TestMasterExportsSymbols(t *testing.T) {
|
||||
_ = &master.Config{
|
||||
Config: &genericapiserver.Config{
|
||||
GenericConfig: &genericapiserver.Config{
|
||||
EnableSwaggerSupport: false,
|
||||
RestfulContainer: nil,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user