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)