package
1.3.0
Repository: https://github.com/kong/gateway-operator.git
Documentation: pkg.go.dev

# Functions

FilterHPAs filters out the HorizontalPodAutoscalers to be kept and returns all the HorizontalPodAutoscalers to be deleted.
FiltenNone filter nothing, that is it returns the same slice as provided.
ReduceClusterRoleBindings detects the best ClusterRoleBinding in the set and deletes all the others.
ReduceClusterRoles detects the best ClusterRole in the set and deletes all the others.
ReduceDataPlanes detects the best DataPlane in the set and deletes all the others.
ReduceDeployments detects the best Deployment in the set and deletes all the others.
ReduceHPAs detects the best HorizontalPodAutoscaler in the set and deletes all the others.
ReduceNetworkPolicies detects the best NetworkPolicy in the set and deletes all the others.
ReduceSecrets detects the best secret in the set and deletes all the others.
ReduceServiceAccounts detects the best serviceAccount in the set and deletes all the others.
ReduceServices detects the best Service in the set and deletes all the others.
ReduceValidatingWebhookConfigurations detects the best ValidatingWebhookConfiguration in the set and deletes all the others.

# Type aliases

HPAFilterFunc filters a list of HorizontalPodAutoscalers.
PreDeleteHook is a function that can be executed before deleting an object.