Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WithKind (0.09 sec)

  1. pkg/controller/job/job_controller.go

    	"k8s.io/kubernetes/pkg/features"
    	"k8s.io/utils/clock"
    	"k8s.io/utils/ptr"
    )
    
    // controllerKind contains the schema.GroupVersionKind for this controller type.
    var controllerKind = batch.SchemeGroupVersion.WithKind("Job")
    
    var (
    	// syncJobBatchPeriod is the batch period for controller sync invocations for a Job.
    	syncJobBatchPeriod = time.Second
    	// DefaultJobApiBackOff is the default API backoff period. Exported for tests.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 23:56:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
Back to top