Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for admitPodStatus (0.19 sec)

  1. plugin/pkg/admission/noderestriction/admission.go

    		}
    	}
    
    	return nil
    }
    
    // admitPodStatus allows to update the status of a pod if it is
    // assigned to the current node.
    func (p *Plugin) admitPodStatus(nodeName string, a admission.Attributes) error {
    	switch a.GetOperation() {
    	case admission.Update:
    		// require an existing pod
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:22:55 UTC 2024
    - 23.6K bytes
    - Viewed (0)
Back to top