Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubernetes-client/python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: srinivasrk/python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1,805 files changed
  • 1 contributor

Commits on Nov 21, 2019

  1. sycn master (#1)

    * Update README.md
    
    Update the documentation to note an issue with using stream and the api client.
    
    * Change py.test to pytest
    
    * Merge azure refresh fix from python-base
    
    * Moves coverage report generation to pytest from nosetests
    
    Adds pytest-cov to requirements
    
    * Enable testing for Python 3.8
    
    Python 3.8 is there, so I believe that it would be nice
    to declare support and add tests for it on CI.
    
    Python 3.8.0 release announcement:
    https://discuss.python.org/t/python-3-8-0-is-now-available/2478
    
    * Update README.md
    
    * update base submodule, update CHANGELOG and include CHANGELOG from 11.0.0a1
    
    * update version constants for master branch
    
    * generated client change for 11.0.0-snapshot
    
    * Add alias package kubernetes.client.apis with deprecation warning
    
    * hotfix for patching custom objects issue#866
    
    * update CHANGELOG for master branch changes
    
    * use new module name in example
    
    * turn on warning filter to print deprecation warning by default
    srinivasrk authored Nov 21, 2019
    Configuration menu
    Copy the full SHA
    a1ed6ce View commit details
    Browse the repository at this point in the history
Loading