Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 12345678987654321 (0.15 sec)

  1. pkg/kubelet/kubelet_test.go

    func TestGenerateAPIPodStatusWithReasonCache(t *testing.T) {
    	// The following waiting reason and message  are generated in convertStatusToAPIStatus()
    	testTimestamp := time.Unix(123456789, 987654321)
    	testErrorReason := fmt.Errorf("test-error")
    	emptyContainerID := (&kubecontainer.ContainerID{}).String()
    	testKubelet := newTestKubelet(t, false /* controllerAttachDetachEnabled */)
    	defer testKubelet.Cleanup()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_pods_test.go

    // }
    
    func TestConvertToAPIContainerStatusesDataRace(t *testing.T) {
    	pod := podWithUIDNameNs("12345", "test-pod", "test-namespace")
    
    	testTimestamp := time.Unix(123456789, 987654321)
    
    	criStatus := &kubecontainer.PodStatus{
    		ID:        pod.UID,
    		Name:      pod.Name,
    		Namespace: pod.Namespace,
    		ContainerStatuses: []*kubecontainer.Status{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
Back to top