Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validateGeneratedSelector (0.17 sec)

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

    		api.ConditionFalse,
    		api.ConditionTrue,
    		api.ConditionUnknown)
    
    	supportedPodReplacementPolicy = sets.New(
    		batch.Failed,
    		batch.TerminatingOrFailed)
    )
    
    // validateGeneratedSelector validates that the generated selector on a controller object match the controller object
    // metadata, and the labels on the pod template are as generated.
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 16:43:24 UTC 2024
    - 51.2K bytes
    - Viewed (0)
Back to top