This commit is contained in:
yarntime@163.com
2016-12-08 09:56:01 +08:00
parent bc28aeb8ef
commit c747586b07
4 changed files with 4 additions and 4 deletions

View File

@@ -125,7 +125,7 @@ func NewConfigMapController(client federationclientset.Interface) *ConfigMapCont
&apiv1.ConfigMap{},
controller.NoResyncPeriodFunc(),
// Trigger reconciliation whenever something in federated cluster is changed. In most cases it
// would be just confirmation that some configmap opration succeeded.
// would be just confirmation that some configmap operation succeeded.
util.NewTriggerOnAllChanges(
func(obj pkgruntime.Object) {
configmapcontroller.deliverConfigMapObj(obj, configmapcontroller.configmapReviewDelay, false)