Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for admitPVC (0.24 sec)

  1. plugin/pkg/admission/storage/storageobjectinuseprotection/admission.go

    	switch a.GetResource().GroupResource() {
    	case pvResource:
    		return c.admitPV(a)
    	case pvcResource:
    		return c.admitPVC(a)
    
    	default:
    		return nil
    	}
    }
    
    func (c *storageProtectionPlugin) admitPV(a admission.Attributes) error {
    	if len(a.GetSubresource()) != 0 {
    		return nil
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 02 21:13:50 UTC 2021
    - 3.2K bytes
    - Viewed (0)
Back to top