Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Simplify DNSPolicy API #858

Merged
merged 1 commit into from
Sep 18, 2024

Commits on Sep 17, 2024

  1. chore: Simplify DNSPolicy API

    * Remove RoutingStrategy field. LoadBalanced vs Simple can be inferred
      from the value of the LoadBalancingSpec on the policy.
    * Simplify LoadBalancingSpec:
      - No longer uses label selectors to get values for geo or weight from
        a metav1.Object, but the values themselves should be set directly in
    the policy.
      - LoadBalancingSpec.DefaultGeo specifies if the current geo is the
        default one or not and signals to the endpoint generation whether to
    create the wildcard catch all endpoint.
    
    Signed-off-by: Michael Nairn <mnairn@redhat.com>
    mikenairn committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b78618a View commit details
    Browse the repository at this point in the history