package
1.3.0-alpha.3
Repository: https://github.com/bobintornado/kubernetes.git
Documentation: pkg.go.dev
# Functions
NewReplenishmentControllerFactory returns a factory that knows how to build controllers to replenish resources when updated or deleted.
No description provided by the author
No description provided by the author
ObjectReplenenishmentDeleteFunc will replenish on every delete.
PodReplenishmentUpdateFunc will replenish if the old pod was quota tracked but the new is not.
ServiceReplenishmentUpdateFunc will replenish if the old service was quota tracked but the new is not.
# Structs
ReplenishmentControllerOptions is an options struct that tells a factory how to configure a controller that can inform the quota system it should replenish quota.
ResourceQuotaController is responsible for tracking quota usage status in the system.
ResourceQuotaControllerOptions holds options for creating a quota controller.
# Interfaces
ReplenishmentControllerFactory knows how to build replenishment controllers.
# Type aliases
ReplenishmentFunc is a function that is invoked when controller sees a change that may require a quota to be replenished (i.e.