Documentation ¶
Index ¶
- Variables
- func RunBuildCompletePodDeleteTest(t testingT, clusterAdminClient buildtypedclient.BuildsGetter, ...)
- func RunBuildConfigChangeControllerTest(t testingT, clusterAdminBuildClient buildtypedclient.BuildInterface)
- func RunBuildControllerPodSyncTest(t testingT, buildClient buildtypedclient.BuildsGetter, ...)
- func RunBuildControllerTest(t testingT, buildClient buildtypedclient.BuildsGetter, ...)
- func RunBuildDeleteTest(t testingT, clusterAdminClient buildtypedclient.BuildsGetter, ...)
- func RunBuildRunningPodDeleteTest(t testingT, clusterAdminClient buildtypedclient.BuildsGetter, ...)
- func RunImageChangeTriggerTest(t testingT, clusterAdminBuildClient buildtypedclient.BuildInterface, ...)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // BuildControllerTestWait is the time that RunBuildControllerTest waits // for any other changes to happen when testing whether only a single build got processed BuildControllerTestWait = 10 * time.Second // BuildControllerTestTransitionTimeout is the time RunBuildControllerPodSyncTest waits // for a build trasition to occur after the pod's status has been updated BuildControllerTestTransitionTimeout = 60 * time.Second // BuildControllersWatchTimeout is used by all tests to wait for watch events. In case where only // a single watch event is expected, the test will fail after the timeout. // The value is 6 minutes to allow for a resync to occur, which allows for necessarily // reconciliation to occur in tests where events occur in a non-deterministic order. BuildControllersWatchTimeout = 360 * time.Second )
Functions ¶
func RunBuildCompletePodDeleteTest ¶
func RunBuildCompletePodDeleteTest(t testingT, clusterAdminClient buildtypedclient.BuildsGetter, clusterAdminKubeClientset kclientset.Interface)
func RunBuildConfigChangeControllerTest ¶
func RunBuildConfigChangeControllerTest(t testingT, clusterAdminBuildClient buildtypedclient.BuildInterface)
func RunBuildControllerPodSyncTest ¶
func RunBuildControllerPodSyncTest(t testingT, buildClient buildtypedclient.BuildsGetter, kClient kclientset.Interface)
func RunBuildControllerTest ¶
func RunBuildControllerTest(t testingT, buildClient buildtypedclient.BuildsGetter, kClientset kclientset.Interface)
func RunBuildDeleteTest ¶
func RunBuildDeleteTest(t testingT, clusterAdminClient buildtypedclient.BuildsGetter, clusterAdminKubeClientset kclientset.Interface)
func RunBuildRunningPodDeleteTest ¶
func RunBuildRunningPodDeleteTest(t testingT, clusterAdminClient buildtypedclient.BuildsGetter, clusterAdminKubeClientset kclientset.Interface)
func RunImageChangeTriggerTest ¶
func RunImageChangeTriggerTest(t testingT, clusterAdminBuildClient buildtypedclient.BuildInterface, clusterAdminImageClient imagetypedclient.ImageInterface)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.