# Functions
No description provided by the author
EndpointsFuncForControllerClient returns a new GetEndpointsFunc that uses the controller-runtime client.Client to fetch endpoints.
No description provided by the author
FakeEndpointsForURL creates and returns a new *v1.Endpoints with a single v1.EndpointSubset in it, which has num v1.EndpointAddresses in it.
FakeEndpointsForURLs creates and returns a new *v1.Endpoints with a single v1.EndpointSubset in it that has each url in the urls parameter in it.
Int32P converts an int32 into an *int32.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewScaledObject creates a new ScaledObject in memory.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Structs
FakeEndpointsCache is a fake implementation of EndpointsCache, suitable for testing interceptor-level logic, without requiring any real Kubernetes client or API interaction.
No description provided by the author
# Interfaces
EndpointsCache is a simple cache of endpoints.
# Type aliases
GetEndpointsFunc is a type that represents a function that can fetch endpoints.