Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetPodTerminationReason (0.23 sec)

  1. pkg/controller/util/node/controller_utils.go

    	if len(updateErrList) > 0 {
    		return false, utilerrors.NewAggregate(updateErrList)
    	}
    	return remaining, nil
    }
    
    // SetPodTerminationReason attempts to set a reason and message in the
    // pod status, updates it in the apiserver, and returns an error if it
    // encounters one.
    func SetPodTerminationReason(ctx context.Context, kubeClient clientset.Interface, pod *v1.Pod, nodeName string) (*v1.Pod, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 05 23:39:52 UTC 2023
    - 10.6K bytes
    - Viewed (0)
Back to top