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

feat(kubernetes_platform): Update kubernetes_platform go package to include node affinities and pod (anti)affinities #10583

Merged
merged 3 commits into from
Mar 26, 2024

Commits on Mar 26, 2024

  1. feat(kubernetes_platform): Update kubernetes_platform go package to i…

    …nclude nodeaffinities and pod (anti)affinities
    
    Signed-off-by: Cornelis Boon <cjidboon94@gmail.com>
    cjidboon94 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ac2c7cd View commit details
    Browse the repository at this point in the history
  2. rename affinity objects and fields to match k8s spec semantics

    Signed-off-by: Cornelis Boon <cjidboon94@gmail.com>
    cjidboon94 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    913eecd View commit details
    Browse the repository at this point in the history
  3. rename *AffinityRule -> *AffinityTerm and add missing affinity data

    Signed-off-by: Cornelis Boon <cjidboon94@gmail.com>
    cjidboon94 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    61cede0 View commit details
    Browse the repository at this point in the history