t.Errorf("Test %d: Expected kubernetes controller to be initialized with resync period '%s'. Instead found period '%s' for input '%s'",test.expectedResyncPeriod,foundResyncPeriod,test.input)
t.Errorf("Test %d: Expected kubernetes controller to be initialized with resync period '%s'. Instead found period '%s' for input '%s'",i,test.expectedResyncPeriod,foundResyncPeriod,test.input)
t.Errorf("Test %d: Expected kubernetes controller to be initialized with label selector '%s'. Instead found selector '%s' for input '%s'",i,test.expectedLabelSelector,foundLabelSelectorString,test.input)
log.Printf("[ERROR] Unable to create Selector for LabelSelector '%s'.Error was: %s",g.LabelSelector,err)
returnerr
}
log.Printf("[INFO] Kubernetes middleware configured with the label selector '%s'. Only kubernetes objects matching this label selector will be exposed.",unversionedapi.FormatLabelSelector(g.LabelSelector))
}
log.Printf("[debug] Starting kubernetes middleware with k8s API resync period: %s",g.ResyncPeriod)
log.Printf("[debug] Starting kubernetes middleware with k8s API resync period: %s",g.ResyncPeriod)