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

Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.
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-base
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2da2b98
Choose a base ref
...
head repository: kubernetes-client/python-base
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 060cac1
Choose a head ref
  • 16 commits
  • 18 files changed
  • 7 contributors

Commits on Dec 5, 2020

  1. Add Python 3.9 to build

    Signed-off-by: Gábor Lipták <[email protected]>
    gliptak committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    3412151 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Merge pull request #217 from gliptak/python1

    Add Python 3.9 to build
    k8s-ci-robot authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    fdc9907 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. configmap-e2e: use labels

    roycaihw committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    3f05359 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #222 from roycaihw/configmap-e2e/labels

    configmap e2e: use labels and label selector
    roycaihw authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    b002110 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Leader Election issue #434

    changed file naming style consistent with the existing go client code
    
    Update example.py
    
    Changed file and folder names
    
    Rename LeaderElection.py to leaderelection.py
    
    Rename threadingWithException.py to threadingwithexception.py
    
    Rename ConfigMapLock.py to configmaplock.py
    
    LeaderElection to leaderelection
    
    Added boiler plate headers, updated variable and function names consistent with the guidelines, removed the ctypes dependency by using traces to kill threads, changed logic for leader now it gives up and doesn't re-join as a follower if it fails to update lease
    
    added correct boiler plate year
    
    Rename threadingWithTrace.py to threadingwithtrace.py
    
    Update leaderelection.py
    
    Update example.py
    
    Changes based on review - logging, OnStoppedLeading is not killed abruptly, OnStartedLeading is not run in a separate thread, adding README
    
    Update example.py
    
    updated comments
    
    set threads as daemon
    
    Update README.md
    
    Code made consistent with other clients.
    
    Update example.py
    
    Update leaderelection.py
    
    Error & exception handling for the annotation, reduced indentation
    
    Adding serializing functions for serializing & de-serializing locks, leader_election_record as a class
    
    Adding a test
    
    Adding boilerplate header
    
    Rename leaderelectiontest.py to leaderelection_test.py
    
    Updated boiler plates
    
    handling imports for pytest
    
    handling 'HTTP not found' compatibility with python 2 & 3, & handling relative imports
    
    Update leaderelection.py
    
    to check tests for tox
    
    assertEquals -> assertEqual
    
    Update leaderelection_test.py
    
    making Threading compatible for Python 2
    
    changing datetime.timestamp for backward compatibility with Python 2.7
    
    Adding comments for test_Leader_election_with_renew_deadline & making
    candidates run in parallel for test_leader_election
    
    remove redundant daemon = True reassignment
    
    common thread lock for MockResourceLock
    Invictus17 committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    4d29af1 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Merge pull request #206 from Invictus17/master

    Leader Election issue #434
    k8s-ci-robot authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    4bf72d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Configuration menu
    Copy the full SHA
    8a3bdb8 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. fix codestyle

    MridulS committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    76d8fbd View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    18a5ccc View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    ec1e85e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e09312a View commit details
    Browse the repository at this point in the history
  3. fix typo in test file

    MridulS committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    3c71987 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Merge pull request #226 from jamesgetx/fix_cache_not_work

    fix: load cache error when CacheDecoder object is not callable
    k8s-ci-robot authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    6e2e494 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Merge pull request #223 from MridulS/empty_file_error

    raise exception when an empty config file is passed to load_kube_config
    k8s-ci-robot authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    04feb9f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    ebea7e3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #227 from chrisayoub/fix_watch_bug

    Fix bug with Watch and 410 retries
    k8s-ci-robot authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    060cac1 View commit details
    Browse the repository at this point in the history
Loading