Class ResourceQuotaSpec.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • scopeSelector

        @Stability(Stable)
        public ResourceQuotaSpec.Builder scopeSelector​(ScopeSelector scopeSelector)
        Parameters:
        scopeSelector - scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota but expressed using ScopeSelectorOperator in combination with possible values. For a resource to match, both scopes AND scopeSelector (if specified in spec), must be matched.
        Returns:
        this