Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for matchPodFailurePolicy (0.26 sec)

  1. pkg/controller/job/pod_failure_policy.go

    */
    
    package job
    
    import (
    	"fmt"
    
    	batch "k8s.io/api/batch/v1"
    	v1 "k8s.io/api/core/v1"
    	"k8s.io/apiserver/pkg/util/feature"
    	"k8s.io/kubernetes/pkg/features"
    )
    
    // matchPodFailurePolicy returns information about matching a given failed pod
    // against the pod failure policy rules. The information is represented as an
    //   - optional job failure message (present in case the pod matched a 'FailJob' rule),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 18 20:44:11 UTC 2023
    - 5.5K bytes
    - Viewed (0)
Back to top