Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for timerDone (0.26 sec)

  1. pkg/apis/batch/validation/validation_test.go

    					},
    				},
    			},
    		},
    		"spec.timeZone: timeZone must be nil or non-empty string": {
    			ObjectMeta: metav1.ObjectMeta{
    				Name:      "mycronjob",
    				Namespace: metav1.NamespaceDefault,
    				UID:       types.UID("1a2b3c"),
    			},
    			Spec: batch.CronJobSpec{
    				Schedule:          "0 * * * *",
    				TimeZone:          &timeZoneEmpty,
    				ConcurrencyPolicy: batch.AllowConcurrent,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/batch/v1/generated.pb.go

    }
    
    func (m *CronJobSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	if m.TimeZone != nil {
    		i -= len(*m.TimeZone)
    		copy(dAtA[i:], *m.TimeZone)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.TimeZone)))
    		i--
    		dAtA[i] = 0x42
    	}
    	if m.FailedJobsHistoryLimit != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.FailedJobsHistoryLimit))
    		i--
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 133K bytes
    - Viewed (0)
  3. pkg/printers/internalversion/printers.go

    	if obj.Status.LastScheduleTime != nil {
    		lastScheduleTime = translateTimestampSince(*obj.Status.LastScheduleTime)
    	}
    
    	timeZone := "<none>"
    	if obj.Spec.TimeZone != nil {
    		timeZone = *obj.Spec.TimeZone
    	}
    
    	row.Cells = append(row.Cells, obj.Name, obj.Spec.Schedule, timeZone, printBoolPtr(obj.Spec.Suspend), int64(len(obj.Status.Active)), lastScheduleTime, translateTimestampSince(obj.CreationTimestamp))
    	if options.Wide {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/CacheTest.kt

        val servedDate = Date(System.currentTimeMillis() + TimeUnit.HOURS.toMillis(-2))
        val dateFormat: DateFormat = SimpleDateFormat("EEE dd-MMM-yyyy HH:mm:ss z", Locale.US)
        dateFormat.timeZone = TimeZone.getTimeZone("America/New_York")
        val lastModifiedString = dateFormat.format(lastModifiedDate)
        val servedString = dateFormat.format(servedDate)
    
        // This response should be conditionally cached.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
  5. samples/addons/grafana.yaml

      pilot-dashboard.json: |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  6. pkg/printers/internalversion/printers_test.go

    					Name:              "cronjob1",
    					CreationTimestamp: metav1.Time{Time: time.Now().Add(1.9e9)},
    				},
    				Spec: batch.CronJobSpec{
    					Schedule: "0/5 * * * ?",
    					TimeZone: &timeZone,
    					Suspend:  &suspend,
    					JobTemplate: batch.JobTemplateSpec{
    						Spec: batch.JobSpec{
    							Completions: &completions,
    							Template: api.PodTemplateSpec{
    								Spec: api.PodSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  7. docs/metrics/prometheus/grafana/bucket/minio-bucket.json

        ],
        "time_options": [
          "5m",
          "15m",
          "1h",
          "6h",
          "12h",
          "24h",
          "2d",
          "7d",
          "30d"
        ]
      },
      "timezone": "",
      "title": "MinIO Bucket Dashboard",
      "uid": "TgmJnqnnk2",
      "version": 1,
      "weekStart": ""
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 11:11:51 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  8. api/maven-api-model/src/main/mdo/maven.mdo

                <multiplicity>*</multiplicity>
              </association>
            </field>
            <field>
              <name>timezone</name>
              <version>3.0.0+</version>
              <description>
                <![CDATA[
                  The timezone the contributor is in. Typically, this is a number in the range
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  9. manifests/addons/dashboards/istio-workload-dashboard.json

        ],
        "time_options": [
          "5m",
          "15m",
          "1h",
          "6h",
          "12h",
          "24h",
          "2d",
          "7d",
          "30d"
        ]
      },
      "timezone": "",
      "title": "Istio Workload Dashboard",
      "version": 1,
      "weekStart": ""
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 102.7K bytes
    - Viewed (0)
  10. manifests/addons/dashboards/istio-service-dashboard.json

        ],
        "time_options": [
          "5m",
          "15m",
          "1h",
          "6h",
          "12h",
          "24h",
          "2d",
          "7d",
          "30d"
        ]
      },
      "timezone": "",
      "title": "Istio Service Dashboard",
      "version": 1,
      "weekStart": ""
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 111.8K bytes
    - Viewed (0)
Back to top