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

Use KubernetesHook to create api client in KubernetesPodOperator #20578

Merged
merged 23 commits into from
May 31, 2022

Commits on May 27, 2022

  1. Configuration menu
    Copy the full SHA
    b84fe23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2f132f View commit details
    Browse the repository at this point in the history
  3. Only apply in_cluster from core config if False

    Since if hook not otherwise configured, we'll end up trying in_cluster anyway,
    we don't really need to take into account a True value (the default in core).
    We probably don't need to consider False either, but probably best to warn users
    that consideration of their non-default config is going to be removed.
    dstandish committed May 27, 2022
    Configuration menu
    Copy the full SHA
    6deefa4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0c4410 View commit details
    Browse the repository at this point in the history
  5. add tests for patch logic

    dstandish committed May 27, 2022
    Configuration menu
    Copy the full SHA
    f1e822b View commit details
    Browse the repository at this point in the history
  6. remove variable

    dstandish committed May 27, 2022
    Configuration menu
    Copy the full SHA
    9211595 View commit details
    Browse the repository at this point in the history
  7. spelling

    dstandish committed May 27, 2022
    Configuration menu
    Copy the full SHA
    2672882 View commit details
    Browse the repository at this point in the history
  8. fix tests

    dstandish committed May 27, 2022
    Configuration menu
    Copy the full SHA
    4df1e78 View commit details
    Browse the repository at this point in the history
  9. fix KPO tests

    dstandish committed May 27, 2022
    Configuration menu
    Copy the full SHA
    0f118d6 View commit details
    Browse the repository at this point in the history
  10. try fixing kube pod tests

    dstandish committed May 27, 2022
    Configuration menu
    Copy the full SHA
    a238377 View commit details
    Browse the repository at this point in the history
  11. fix mypy

    dstandish committed May 27, 2022
    Configuration menu
    Copy the full SHA
    9449579 View commit details
    Browse the repository at this point in the history
  12. add docstring params

    dstandish committed May 27, 2022
    Configuration menu
    Copy the full SHA
    c43989b View commit details
    Browse the repository at this point in the history
  13. fix "system" tests

    dstandish committed May 27, 2022
    Configuration menu
    Copy the full SHA
    d3768ee View commit details
    Browse the repository at this point in the history
  14. fix tests

    dstandish committed May 27, 2022
    Configuration menu
    Copy the full SHA
    a537cef View commit details
    Browse the repository at this point in the history
  15. fix system test

    dstandish committed May 27, 2022
    Configuration menu
    Copy the full SHA
    d3ed2e6 View commit details
    Browse the repository at this point in the history
  16. fix backcompat system test

    dstandish committed May 27, 2022
    Configuration menu
    Copy the full SHA
    f6acf57 View commit details
    Browse the repository at this point in the history
  17. Update airflow/providers/cncf/kubernetes/CHANGELOG.rst

    Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com>
    dstandish and jedcunningham committed May 27, 2022
    Configuration menu
    Copy the full SHA
    07cb7c5 View commit details
    Browse the repository at this point in the history
  18. Update airflow/providers/cncf/kubernetes/hooks/kubernetes.py

    Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com>
    dstandish and jedcunningham committed May 27, 2022
    Configuration menu
    Copy the full SHA
    009e96f View commit details
    Browse the repository at this point in the history
  19. Update tests/providers/cncf/kubernetes/hooks/test_kubernetes.py

    Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com>
    dstandish and jedcunningham committed May 27, 2022
    Configuration menu
    Copy the full SHA
    5377e50 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fb07fb2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    576cd02 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0ae2852 View commit details
    Browse the repository at this point in the history
  23. remove dupe param

    dstandish committed May 27, 2022
    Configuration menu
    Copy the full SHA
    99ce908 View commit details
    Browse the repository at this point in the history