Documentation
      ¶
    
    
  
    
  
    Index ¶
- Variables
 - func RunBuildCompletePodDeleteTest(t testingT, clusterAdminClient *client.Client, ...)
 - func RunBuildConfigChangeControllerTest(t testingT, clusterAdminClient *client.Client, ...)
 - func RunBuildControllerTest(t testingT, osClient *client.Client, kClientset *kclientset.Clientset)
 - func RunBuildDeleteTest(t testingT, clusterAdminClient *client.Client, ...)
 - func RunBuildPodControllerTest(t testingT, osClient *client.Client, kClient *kclientset.Clientset)
 - func RunBuildRunningPodDeleteTest(t testingT, clusterAdminClient *client.Client, ...)
 - func RunImageChangeTriggerTest(t testingT, clusterAdminClient *client.Client)
 
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 // BuildPodControllerTestWait is the time that RunBuildPodControllerTest waits // after a state transition to make sure other state transitions don't occur unexpectedly BuildPodControllerTestWait = 10 * 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. BuildControllersWatchTimeout = 60 * time.Second )
Functions ¶
func RunBuildCompletePodDeleteTest ¶
func RunBuildCompletePodDeleteTest(t testingT, clusterAdminClient *client.Client, clusterAdminKubeClientset *kclientset.Clientset)
func RunBuildConfigChangeControllerTest ¶
func RunBuildConfigChangeControllerTest(t testingT, clusterAdminClient *client.Client, clusterAdminKubeClientset *kclientset.Clientset)
func RunBuildControllerTest ¶
func RunBuildControllerTest(t testingT, osClient *client.Client, kClientset *kclientset.Clientset)
func RunBuildDeleteTest ¶
func RunBuildDeleteTest(t testingT, clusterAdminClient *client.Client, clusterAdminKubeClientset *kclientset.Clientset)
func RunBuildPodControllerTest ¶
func RunBuildPodControllerTest(t testingT, osClient *client.Client, kClient *kclientset.Clientset)
func RunBuildRunningPodDeleteTest ¶
func RunBuildRunningPodDeleteTest(t testingT, clusterAdminClient *client.Client, clusterAdminKubeClientset *kclientset.Clientset)
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.