Merge pull request #5842 from simon3z/rc-annotation
Replica Controller Name Annotation in Pods
This commit is contained in:
@@ -43,6 +43,10 @@ type FakePodControl struct {
|
||||
lock sync.Mutex
|
||||
}
|
||||
|
||||
func init() {
|
||||
api.ForTesting_ReferencesAllowBlankSelfLinks = true
|
||||
}
|
||||
|
||||
func (f *FakePodControl) createReplica(namespace string, spec api.ReplicationController) {
|
||||
f.lock.Lock()
|
||||
defer f.lock.Unlock()
|
||||
|
Reference in New Issue
Block a user