Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsPrefixedNativeResource (0.46 sec)

  1. pkg/scheduler/util/utils.go

    func IsScalarResourceName(name v1.ResourceName) bool {
    	return v1helper.IsExtendedResourceName(name) || v1helper.IsHugePageResourceName(name) ||
    		v1helper.IsPrefixedNativeResource(name) || v1helper.IsAttachableVolumeResourceName(name)
    }
    
    // As converts two objects to the given type.
    // Both objects must be of the same type. If not, an error is returned.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 21 01:40:44 UTC 2023
    - 6.2K bytes
    - Viewed (0)
Back to top