test/integration: Rename masterConfig to instanceConfig

This commit is contained in:
Mengjiao Liu
2021-06-08 17:21:47 +08:00
parent ac5535c949
commit 257b494478
4 changed files with 12 additions and 12 deletions

View File

@@ -59,10 +59,10 @@ import (
kubeletclient "k8s.io/kubernetes/pkg/kubelet/client"
)
// Config is a struct of configuration directives for NewMasterComponents.
// Config is a struct of configuration directives for NewControlPlaneComponents.
type Config struct {
// If nil, a default is used, partially filled configs will not get populated.
MasterConfig *controlplane.Config
InstanceConfig *controlplane.Config
StartReplicationManager bool
// Client throttling qps
QPS float32