package
2.0.0+incompatible
Repository: https://github.com/nginxinc/nginx-service-mesh.git
Documentation: pkg.go.dev

# Functions

Kind takes an unqualified kind and returns back a Group qualified GroupKind.
Resource takes an unqualified resource and returns a Group qualified GroupResource.

# 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.