Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsStandardResourceQuotaScope (0.41 sec)

  1. pkg/apis/core/helper/helpers.go

    	core.ResourceQuotaScopeNotTerminating,
    	core.ResourceQuotaScopeBestEffort,
    	core.ResourceQuotaScopeNotBestEffort,
    	core.ResourceQuotaScopePriorityClass,
    )
    
    // IsStandardResourceQuotaScope returns true if the scope is a standard value
    func IsStandardResourceQuotaScope(scope core.ResourceQuotaScope) bool {
    	return standardResourceQuotaScopes.Has(scope) || scope == core.ResourceQuotaScopeCrossNamespacePodAffinity
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Oct 28 07:31:28 UTC 2023
    - 16.1K bytes
    - Viewed (0)
Back to top