Commit 44d657e
committed
fix: add overloads to L7 policy polling methods to match create/replace signatures
The create and replace methods have @overload decorators for different action
types, but the create_and_poll and replace_and_poll methods were missing the
corresponding overloads, causing pyright type errors when calling the base
methods.
This adds matching overloads to:
- L7PoliciesResource.create_and_poll
- L7PoliciesResource.replace_and_poll
- AsyncL7PoliciesResource.create_and_poll
- AsyncL7PoliciesResource.replace_and_poll1 parent 96211ea commit 44d657e
File tree
1 file changed
+432
-50
lines changed- src/gcore/resources/cloud/load_balancers/l7_policies
1 file changed
+432
-50
lines changed
0 commit comments