Revision f4887a6d2349e6c3bd9fc464171a4caaff30b21b authored by oshima on 17 September 2018, 09:20:56 UTC, committed by k8s-ci-robot on 17 September 2018, 09:20:56 UTC
* add mutex to studyjob controller

Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>

* use sync.Map

Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>

* update only when the instance was changed

Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>
1 parent 4085701
Raw File
boilerplate.go.txt
/*

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
back to top