package
1.4.0-alpha.2
Repository: https://github.com/stackpointcloud/kubernetes.git
Documentation: pkg.go.dev

# Functions

MatchesNoScopeFunc returns false on all match checks.
ObjectCountConstraintsFunc returns ConstraintsFunc that returns nil if the specified resource name is in the required set of resource names.
ObjectCountUsageFunc is useful if you are only counting your object It always returns 1 as the usage for the named resource.

# Structs

GenericEvaluator provides an implementation for quota.Evaluator.
GenericRegistry implements Registry.

# Type aliases

ConstraintsFunc takes a list of required resources that must match on the input item.
GetFuncByNamespace knows how to get a resource with specified namespace and name.
ListFuncByNamespace knows how to list resources in a namespace.
MatchesScopeFunc knows how to evaluate if an object matches a scope.
UsageFunc knows how to measure usage associated with an object.