Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 575 for job3 (0.08 sec)

  1. pkg/controller/job/metrics/metrics.go

    			Subsystem:      JobControllerSubsystem,
    			Name:           "job_syncs_total",
    			Help:           "The number of job syncs",
    			StabilityLevel: metrics.STABLE,
    		},
    		[]string{"completion_mode", "result", "action"},
    	)
    	// JobFinishedNum tracks the number of Jobs that finish. Empty reason label
    	// is used to count successful jobs.
    	// Possible label values:
    	//   completion_mode: Indexed, NonIndexed
    	//   result:          failed, succeeded
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 17:25:15 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/batch/v1beta1/types.go

    	// configuration, the controller will stop creating new new Jobs and will create a system event with the
    	// reason UnknownTimeZone.
    	// More information can be found in https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#time-zones
    	// +optional
    	TimeZone *string `json:"timeZone,omitempty" protobuf:"bytes,8,opt,name=timeZone"`
    
    	// Optional deadline in seconds for starting the job if it misses scheduled
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 07 11:58:57 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  3. src/regexp/backtrack.go

    func (re *Regexp) tryBacktrack(b *bitState, i input, pc uint32, pos int) bool {
    	longest := re.longest
    
    	b.push(re, pc, pos, false)
    	for len(b.jobs) > 0 {
    		l := len(b.jobs) - 1
    		// Pop job off the stack.
    		pc := b.jobs[l].pc
    		pos := b.jobs[l].pos
    		arg := b.jobs[l].arg
    		b.jobs = b.jobs[:l]
    
    		// Optimization: rather than push and pop,
    		// code that is going to Push and continue
    		// the loop simply updates ip, p, and arg
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 14 17:25:39 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/batch/v1/types_swagger_doc_generated.go

    	"startTime":               "Represents time when the job controller started processing a job. When a Job is created in the suspended state, this field is not set until the first time it is resumed. This field is reset every time a Job is resumed from suspension. It is represented in RFC3339 form and is in UTC.\n\nOnce set, the field can only be removed when the job is suspended. The field cannot be modified while the...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  5. pkg/registry/batch/job/storage/storage.go

    		CreateStrategy:      job.Strategy,
    		UpdateStrategy:      job.Strategy,
    		DeleteStrategy:      job.Strategy,
    		ResetFieldsStrategy: job.Strategy,
    
    		TableConvertor: printerstorage.TableConvertor{TableGenerator: printers.NewTableGenerator().With(printersinternal.AddHandlers)},
    	}
    	options := &generic.StoreOptions{RESTOptions: optsGetter, AttrFunc: job.GetAttrs}
    	if err := store.CompleteWithOptions(options); err != nil {
    		return nil, nil, err
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 18 09:21:19 UTC 2022
    - 6.1K bytes
    - Viewed (0)
  6. api/discovery/apis__batch__v1.json

            "all"
          ],
          "kind": "Job",
          "name": "jobs",
          "namespaced": true,
          "singularName": "job",
          "storageVersionHash": "mudhfqk/qZY=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
            "patch",
            "update",
            "watch"
          ]
        },
        {
          "kind": "Job",
          "name": "jobs/status",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  7. pkg/apis/batch/types.go

    	// a Job is created with suspend set to true, no Pods are created by the Job
    	// controller. If a Job is suspended after creation (i.e. the flag goes from
    	// false to true), the Job controller will delete all active Pods associated
    	// with this Job. Users must design their workload to gracefully handle this.
    	// Suspending a Job will reset the StartTime field of the Job, effectively
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 33K bytes
    - Viewed (0)
  8. platforms/enterprise/enterprise/src/main/java/org/gradle/internal/enterprise/GradleEnterprisePluginBackgroundJobExecutors.java

         * The jobs will be complete before {@link GradleEnterprisePluginEndOfBuildListener#buildFinished(GradleEnterprisePluginEndOfBuildListener.BuildResult)} is called.
         * <p>
         * The job may be rejected if the build is already finishing and the executor is being shut down.
         * In such a case a {@link RejectedExecutionException} is thrown from {@link Executor#execute(Runnable)}.
         * <p>
         * The job should not throw exceptions.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  9. src/main/resources/fess_job.xml

    	</component>
    
    	<!-- Jobs -->
    	<component name="crawlJob" class="org.codelibs.fess.job.CrawlJob" instance="prototype">
    	</component>
    	<component name="suggestJob" class="org.codelibs.fess.job.SuggestJob" instance="prototype">
    	</component>
    	<component name="aggregateLogJob" class="org.codelibs.fess.job.AggregateLogJob" instance="prototype">
    	</component>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Apr 19 22:14:38 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  10. ci/official/utilities/generate_index_html.sh

    cat > "$1" <<EOF
    <html>
    <head>
    <title>$(basename "$KOKORO_JOB_NAME")</title>
    </head>
    <body>
    <h1>TensorFlow Job Logs and Links</h1>
    <h2>Job Details</h2>
    <ul>
    <li>Job name: $KOKORO_JOB_NAME</li>
    <li>Job pool: $KOKORO_JOB_POOL</li>
    <li>Job ID: $KOKORO_BUILD_ID</li>
    <li>Current HEAD Piper Changelist, if any: cl/${KOKORO_PIPER_CHANGELIST:-not available}</li>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 29 20:26:13 UTC 2023
    - 2.3K bytes
    - Viewed (0)
Back to top