# Variables
AddToScheme applies all the stored functions to the scheme.
SchemeBuilder collects functions that add things to a scheme.
SchemeGroupVersion is the identifier for the API which includes the name of the group and the version of the API.
# Structs
CircuitBreaker creates a breaking point at which it will deliver a static response rather than continue sending traffic to a backend.
CircuitBreakerList satisfies K8s code gen requirements.
CircuitBreakerSpec defines the circuit breaker spec that restricts connections to the destination.
FallbackSpec defines the fallback service spec to redirect traffic to when a circuit trips.
RateLimit creates a maximum flow rate between resources.
RateLimitList satisfies K8s code gen requirements.
RateLimitSpec defines the limit spec that restricts the flow of traffic.