Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectedScheduledTime (0.26 sec)

  1. pkg/controller/cronjob/utils_test.go

    		timeZone                    *string
    		inputAnnotations            map[string]string
    		expectedScheduledTime       func() time.Time
    		expectedNumberOfAnnotations int
    	}{
    		{
    			name:             "UTC timezone and one annotation",
    			timeZone:         &timeZoneUTC,
    			inputAnnotations: map[string]string{"x": "y"},
    			expectedScheduledTime: func() time.Time {
    				return scheduledTime
    			},
    			expectedNumberOfAnnotations: 2,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 22.8K bytes
    - Viewed (0)
Back to top