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

removed usage of deprecated function for naming the pod in provider k8s pod.py #38638

Merged

Commits on Apr 3, 2024

  1. (k8s/operator/pod.py): changed the function used to create pod name, …

    …before used a deprecated one and now using add_uniqu_suffix()
    idantepper@gmail.com committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a6f033d View commit details
    Browse the repository at this point in the history
  2. (k8s/operator/pod.py): changed the function used to create pod id, be…

    …fore used a deprecated one and now using add_uniqe_id()
    idantepper@gmail.com committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    596c8b7 View commit details
    Browse the repository at this point in the history
  3. (k8s/operator/k8s_helper_functions.py): changed the function create_u…

    …nique_id to use add_unique_suffix before it used a deprecated one
    idantepper@gmail.com committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    600ec56 View commit details
    Browse the repository at this point in the history
  4. changed order of imports

    idantepper@gmail.com committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    68e40f8 View commit details
    Browse the repository at this point in the history
  5. (k8s/pod_generator.py): changed the function construct_pod() to use a…

    …dd_unique_suffix before it used a deprecated one
    idantepper@gmail.com committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7506940 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. changed imports order in pod_generator

    idantepper@gmail.com committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    df23fc3 View commit details
    Browse the repository at this point in the history