mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
* Job: Handle error returned from AddEventHandler function Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Use the error message the similar to CronJob Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Clean up error messages Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Put the tesing.T on the second place in the args for the newControllerFromClient function Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Put the testing.T on the second place in the args for the newControllerFromClientWithClock function Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Call t.Helper() Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Put the testing.TB on the second place in the args for the createJobControllerWithSharedInformers function and call tb.Helper() there Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Put the testing.TB on the second place in the args for the startJobControllerAndWaitForCaches function and call tb.Helper() there Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Adapt TestFinializerCleanup to the eventhandler error Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> --------- Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> |
||
|---|---|---|
| .. | ||
| config | ||
| options | ||
| testing | ||
| apps.go | ||
| autoscaling.go | ||
| batch.go | ||
| bootstrap.go | ||
| certificates.go | ||
| certificates_test.go | ||
| cloudproviders.go | ||
| controllermanager.go | ||
| controllermanager_test.go | ||
| core.go | ||
| core_test.go | ||
| discovery.go | ||
| flags_providerless.go | ||
| flags_providers.go | ||
| import_known_versions.go | ||
| plugins.go | ||
| plugins_providerless.go | ||
| plugins_providers.go | ||
| policy.go | ||
| rbac.go | ||
| validatingadmissionpolicystatus.go | ||