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/klog Loading
base: v2.20.0
Choose a base ref
...
head repository: kubernetes/klog Loading
compare: v2.30.0
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Sep 17, 2021

  1. Fix logcheck exit function

    luyou86 committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f9de652 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #265 from luyou86/bugfix-logcheck-exit-function

    Fix logcheck exit function
    k8s-ci-robot committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    331d232 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. custom marshaler for ObjectRef

    This will be used by zapr for the JSON output format in Kubernetes. Without it,
    the String method will be used, which is not as intended.
    pohly committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    f351023 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Merge pull request #266 from pohly/object-marshaler

    custom marshaler for ObjectRef
    k8s-ci-robot committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    9ad2462 View commit details
    Browse the repository at this point in the history
Loading