Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for controllerutil (0.16 sec)

  1. staging/src/k8s.io/api/batch/v1/types.go

    	// Historically the job controller uses unprefixed labels for job-name and controller-uid and
    	// Kubernetes continutes to recognize those unprefixed labels for consistency.
    	JobNameLabel = labelPrefix + "job-name"
    	// ControllerUid is used to programatically get pods corresponding to a Job.
    	// There is a corresponding label without the batch.kubernetes.io that we support for legacy reasons.
    	ControllerUidLabel = labelPrefix + "controller-uid"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 40.6K bytes
    - Viewed (0)
Back to top