Uh oh!
There was an error while loading. Please reload this page.
Enhancements for example3.py and example4.py - #846
Conversation
k8s-ci-robot
commented
Jun 1, 2019
Welcome @hajowieland! |
scottilee
commented
Jul 25, 2019
yliaog
commented
Jul 25, 2019
thanks @hajowieland for the pr and @scottilee for the review /lgtm |
k8s-ci-robot
commented
Jul 25, 2019
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hajowieland, yliaog The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
example3.py has different alignment for showing the core ApiVersion (20) and the other group ApiVersions (40).
example4.py can not be run anymore:
AttributeError: module 'kubernetes.config' has no attribute 'host'Fixed with calling Configuration() to get the active host.