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-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.27.12
Choose a base ref
...
head repository: kubernetes/client-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.28.0
Choose a head ref

Commits on Oct 21, 2022

  1. Add tests

    Kubernetes-commit: fc8b4657c18a6e58b2587060ad3c862d3d2ae262
    timoreimann authored and k8s-publishing-bot committed Oct 21, 2022
    Copy the full SHA
    0536a4e View commit details

Commits on Nov 9, 2022

  1. Localize SpyWorkQueue to cloud-provider for now

    Kubernetes-commit: 208af2d1d83488de933977849581207149b829ee
    timoreimann authored and k8s-publishing-bot committed Nov 9, 2022
    Copy the full SHA
    d300379 View commit details

Commits on Jan 4, 2023

  1. replaced spew.Sprintf with a util pretty print function

    Kubernetes-commit: f638e2849fbddeb201b8290586a4747af99086bf
    haoruan authored and k8s-publishing-bot committed Jan 4, 2023
    Copy the full SHA
    db3650d View commit details

Commits on Jan 5, 2023

  1. handle event errors caused due to terminating namespaces

    Create events are forbidden in terminating namespaces, use info
    instead of error to log the failed event.
    
    Signed-off-by: Sunil Shivanand <sunil.shivanand@statnett.no>
    
    Kubernetes-commit: 7a6d58001b7d824f92601fd246b3aad9fbb9c583
    Sunil Shivanand authored and k8s-publishing-bot committed Jan 5, 2023
    Copy the full SHA
    0d54cf5 View commit details

Commits on Jan 11, 2023

  1. combine conditional checks

    Signed-off-by: Sunil Shivanand <sunil.shivanand@statnett.no>
    
    Kubernetes-commit: 80480f8e21572cba152a4f6f171ebb5de8c6bafb
    Sunil Shivanand authored and k8s-publishing-bot committed Jan 11, 2023
    Copy the full SHA
    aea98eb View commit details

Commits on Feb 16, 2023

  1. Generated files for NetworkPolicyStatus removal

    Kubernetes-commit: ec997d5433afc09e79376e35936a027dc2ba8713
    rikatz authored and k8s-publishing-bot committed Feb 16, 2023
    Copy the full SHA
    224050a View commit details

Commits on Mar 1, 2023

  1. improve remotecommand testing fuzzing the data stream

    Change-Id: I1303bc79a8c43fc4fb04bf76afcf90653ceb9e14
    
    Kubernetes-commit: 60d25c3ed77cbd8341fc7ae984e165e7046e5c9b
    aojea authored and k8s-publishing-bot committed Mar 1, 2023
    Copy the full SHA
    9ed804b View commit details

Commits on Mar 14, 2023

  1. api-machinery: replace intstr.FromInt with intstr.FromInt32

    This touches cases where FromInt() is used on numeric constants, or
    values which are already int32s, or int variables which are defined
    close by and can be changed to int32s with little impact.
    
    Signed-off-by: Stephen Kitt <skitt@redhat.com>
    
    Kubernetes-commit: 94410ee8078971b8894e5c400ce3fc79f02bc510
    skitt authored and k8s-publishing-bot committed Mar 14, 2023
    Copy the full SHA
    20433f9 View commit details

Commits on Mar 18, 2023

  1. Update k8s.io/utils version to v0.0.0-20230313181309-38a27ef9d749

    Steps:
    1) Manualy update go.mod with new version string
    2) ./hack/update-vendor.sh
    3) Fixup go.sum with new package hash
    4) ./hack/update-vendor.sh
    
    Kubernetes-commit: 9f46cbc6fa475c420af3ccd654d4e59606375836
    iancoolidge authored and k8s-publishing-bot committed Mar 18, 2023
    Copy the full SHA
    f4ef3f8 View commit details

Commits on Mar 22, 2023

  1. Add structured alternatives to strings in client-go/tools/cache

    Kubernetes-commit: ec9515a828ec3907ffc66913947adf4e8ee7b9d6
    MikeSpreitzer authored and k8s-publishing-bot committed Mar 22, 2023
    Copy the full SHA
    42799af View commit details
  2. Added conversions to/from NamespacedName

    Also renamed file to something more on-point.
    
    Kubernetes-commit: 8d92cfb13163f596feddfe1b5e734fd1ba4f6323
    MikeSpreitzer authored and k8s-publishing-bot committed Mar 22, 2023
    Copy the full SHA
    8301a60 View commit details

Commits on Mar 23, 2023

  1. Replace uses of diff.ObjectDiff with cmp.Diff

    ObjectDiff is already a shim over cmp.Diff, so no actual output or
    behavior changes
    
    Kubernetes-commit: 29c0b73d640b6e50c4f2dfeee7b07ca66a530dbd
    thockin authored and k8s-publishing-bot committed Mar 23, 2023
    Copy the full SHA
    7114041 View commit details
  2. Replace uses of ObjectGoPrintDiff with cmp.Diff

    ObjectGoPrintDiff is already a shim over cmp.Diff, so no actual output
    or behavior changes
    
    Kubernetes-commit: 9627c50ef37f3b5274486e6f5ad37b73b1b69bf0
    thockin authored and k8s-publishing-bot committed Mar 23, 2023
    Copy the full SHA
    c4339ee View commit details
  3. Replace uses of ObjectReflectDiff with cmp.Diff

    ObjectReflectDiff is already a shim over cmp.Diff, so no actual output
    or behavior changes
    
    Kubernetes-commit: bc302fa4144d21a338683cd83701661f97be4aba
    thockin authored and k8s-publishing-bot committed Mar 23, 2023
    Copy the full SHA
    1255301 View commit details

Commits on Mar 27, 2023

  1. Merge pull request #116948 from MadhavJivrajani/fix-verify-vendor

    .*: update vendor dir and cleanup
    
    Kubernetes-commit: 3a46f2611503b4d8a8ab557bf2541ac9c1be695a
    k8s-publishing-bot committed Mar 27, 2023
    Copy the full SHA
    04ef61f View commit details

Commits on Mar 28, 2023

  1. openapi: Make file client more easy to re-use

    A few notes about the change:
    1. I need to initialize the fileclient once, in an init function, so I
    don't have access to `testing.T` yet.
    2. I want to be able to configure the openapi files that I use
    3. We already have a "cache" client that wraps another client, we don't
    need to re-implement caching here, one can just do:
    `cache.NewClient(openapitest.NewFileClient("some/path"))` to do a cached
    client. Or initialize it in an init/global var.
    
    Since there is still some value to use the embedded file, make an
    alternative constructor while using fs.FS interface to be able to
    manipulate both virtual and disk-based filesystems.
    
    Kubernetes-commit: 29503fd8d45bc2c9438e92936bf4111162529b40
    apelisse authored and k8s-publishing-bot committed Mar 28, 2023
    Copy the full SHA
    12beb34 View commit details

Commits on Apr 12, 2023

  1. Merge pull request #114800 from haoruan/feature-8976-spew-sprintf-ref…

    …actor
    
    Capture spew.Sprintf() with all our favorite config into a util func
    
    Kubernetes-commit: d0fc9d16ce1c8ac523e9dc90e14af542b09cd3b3
    k8s-publishing-bot committed Apr 12, 2023
    Copy the full SHA
    20bcfef View commit details
  2. Merge pull request #116869 from MikeSpreitzer/add-structure

    Add structured alternatives to strings in client-go/tools/cache
    
    Kubernetes-commit: 5052d31d6582c58cd82ccba084b11590fc82ba47
    k8s-publishing-bot committed Apr 12, 2023
    Copy the full SHA
    8005e0d View commit details

Commits on Apr 13, 2023

  1. replace spew methods with dump methods

    Kubernetes-commit: c4e1b01416ec05e6a520a181d4ce3b4333adb4e4
    haoruan authored and k8s-publishing-bot committed Apr 13, 2023
    Copy the full SHA
    ef522cc View commit details
  2. Merge pull request #116896 from thockin/apimachinery_util_diff_cleanup

    apimachinery util/diff cleanups
    
    Kubernetes-commit: c3e3ff989ac9abfb0dc3b958fcb698fcce952f8c
    k8s-publishing-bot committed Apr 13, 2023
    Copy the full SHA
    46f9639 View commit details
  3. dependencies: update gh/Azure/auto-test/{adal,validation}

    Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
    
    Kubernetes-commit: 6d13cad2cf56d0bad77a6410a0c36b2cf8f0df57
    humblec authored and k8s-publishing-bot committed Apr 13, 2023
    Copy the full SHA
    8b888b0 View commit details
  4. Merge pull request #117285 from humblec/azure-go-autorest

    dependencies: update gh/Azure/auto-test/{adal,validation}
    
    Kubernetes-commit: ba0a8f9cceb513bc36bd803e9bf8f9a8c3912ff2
    k8s-publishing-bot committed Apr 13, 2023
    Copy the full SHA
    4e89310 View commit details

Commits on Apr 14, 2023

  1. Merge pull request #117278 from haoruan/cleanup/replace-spew-with-dump

    replace spew methods with dump methods
    
    Kubernetes-commit: d060d487dcd74bc1a557f9378035696db40c64c2
    k8s-publishing-bot committed Apr 14, 2023
    Copy the full SHA
    1dc92da View commit details
  2. Dependencies Update google.golang.org/protobuf v1.28.1 to v1.30.0

    Kubernetes-commit: 8efeb5afcfd006a48d6e1263a5cf8de3284797df
    mohitsharma-in authored and k8s-publishing-bot committed Apr 14, 2023
    Copy the full SHA
    1aeffb0 View commit details
  3. Dependencies Update golang.org/x/tools v0.7.0 to v0.8.0

    Kubernetes-commit: 6f90c5363301c9417a3a806cac69f3e79e66a66c
    mohitsharma-in authored and k8s-publishing-bot committed Apr 14, 2023
    Copy the full SHA
    23557e1 View commit details

Commits on Apr 17, 2023

  1. Dependencies Update golang.org/x/timet 90d013bbcef8 to v0.3.0

    Kubernetes-commit: 4d73864026cde02f4a1cdf9e889a124174d38e38
    mohitsharma-in authored and k8s-publishing-bot committed Apr 17, 2023
    Copy the full SHA
    34d738f View commit details

Commits on Apr 19, 2023

  1. Merge pull request #117399 from mohitsharma-in/update/golang_time

    dependencies : Update golang.org/x/time v0.3.0
    
    Kubernetes-commit: cf89189ca3a3e5d280ba1cb09998c4b88dc1e127
    k8s-publishing-bot committed Apr 19, 2023
    Copy the full SHA
    c84a377 View commit details
  2. Update go-logr dependencies

    Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
    
    Kubernetes-commit: 2cd23c8b17c93f75a30cf3f651369d7a932aef2d
    ArkaSaha30 authored and k8s-publishing-bot committed Apr 19, 2023
    Copy the full SHA
    061a002 View commit details
  3. update gofuzz dependency

    Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
    
    Kubernetes-commit: 1d15354ccb56b2e367cc403777255125ef65b7df
    ArkaSaha30 authored and k8s-publishing-bot committed Apr 19, 2023
    Copy the full SHA
    e367d8e View commit details

Commits on Apr 20, 2023

  1. Merge pull request #117352 from mohitsharma-in/update/golang_x_tools

    dependencies: Update golang.org/x/tools to v0.8.0
    
    Kubernetes-commit: bda7e8979088614c60ee21fd2602d00786e2ea78
    k8s-publishing-bot committed Apr 20, 2023
    Copy the full SHA
    861f50a View commit details

Commits on Apr 21, 2023

  1. Merge pull request #116972 from apelisse/update-openapi-file-client

    openapi: Make file client more easy to re-use
    
    Kubernetes-commit: 065428befa06c1d99deb4160b4490a8bf1a377ee
    k8s-publishing-bot committed Apr 21, 2023
    Copy the full SHA
    bc93074 View commit details

Commits on Apr 24, 2023

  1. chore: update cgroups and ttrpc versions

    - update github.com/containerd/cgroups to v1.1.0
    - update github.com/containerd/ttrpc to v1.2.1
    
    Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
    
    Kubernetes-commit: 76fe41a996ec78d9774e1f1ca9d1d7ec40522f98
    akhilerm authored and k8s-publishing-bot committed Apr 24, 2023
    Copy the full SHA
    a9d165e View commit details
  2. Merge pull request #117482 from ArkaSaha30/bump-go-logr

    dependencies:update `github.com/go-logr/logr` to v1.2.4
    
    Kubernetes-commit: f77e570fbadbf91c05840a1f6f9b6aec860de400
    k8s-publishing-bot committed Apr 24, 2023
    Copy the full SHA
    e846cbe View commit details
  3. Merge pull request #117483 from ArkaSaha30/bump-gofuzz

    dependencies:update `github.com/google/gofuzz` to v1.2.0
    
    Kubernetes-commit: 7fbe3cba41915cad69f376eb6b3d3a326d51cd11
    k8s-publishing-bot committed Apr 24, 2023
    Copy the full SHA
    d2b8784 View commit details
  4. Remove support for EndpointsLeases and ConfigMapsLeases lock from lea…

    …der election
    
    Kubernetes-commit: 2bd42061b6e8035c3def54545ccc4baf95bd6586
    wojtek-t authored and k8s-publishing-bot committed Apr 24, 2023
    Copy the full SHA
    27bbe76 View commit details

Commits on Apr 25, 2023

  1. Merge pull request #117350 from mohitsharma-in/update/google-golang-p…

    …rotobuf
    
    Dependencies: Update google.golang.org/protobuf v1.30.0
    
    Kubernetes-commit: b925ce244638187dbf0f502ecb6e02db149970aa
    k8s-publishing-bot committed Apr 25, 2023
    Copy the full SHA
    b26f379 View commit details
  2. Refactors discovery content-type and helper functions

    Kubernetes-commit: 2af662b05fe591083a029520e6da5b077cad8e31
    seans3 authored and k8s-publishing-bot committed Apr 25, 2023
    Copy the full SHA
    5c4e72c View commit details
  3. Fix LocationOfOrigin shows up unexpectedly

    Kubernetes-commit: 4d9261c7567a7498d16754b7c5bf3b9ea834e5a6
    wzshiming authored and k8s-publishing-bot committed Apr 25, 2023
    Copy the full SHA
    1ec6a37 View commit details
  4. Merge pull request #117558 from wojtek-t/remove_multi_lock

    Remove support for EndpointsLeases and ConfigMapsLeases lock from leader election
    
    Kubernetes-commit: ff1e3ee26e94597f386b75fb60c5e2af6535a5be
    k8s-publishing-bot committed Apr 25, 2023
    Copy the full SHA
    6c514ab View commit details

Commits on Apr 26, 2023

  1. stop watcher when error occurs

    Kubernetes-commit: da3e7e3781650024e4cc7cb65082908c531e8efa
    Mskxn authored and k8s-publishing-bot committed Apr 26, 2023
    Copy the full SHA
    5d5619d View commit details
  2. Merge pull request #116191 from aojea/spdy_passthrugh

    improve remotecommand testing fuzzing the data stream
    
    Kubernetes-commit: 928adb27abf755b402be7594844e3c248b0b7670
    k8s-publishing-bot committed Apr 26, 2023
    Copy the full SHA
    6aab784 View commit details
  3. Merge pull request #117571 from seans3/agg-discovery-fix

    Fixes bug when extra params added to discovery content-type
    
    Kubernetes-commit: c5c2806e233b9c5ff49ac4ad0c6d734b530771de
    k8s-publishing-bot committed Apr 26, 2023
    Copy the full SHA
    68394bf View commit details

Commits on Apr 27, 2023

  1. Merge pull request #117534 from Mskxn/fix_watcher

    stop watcher when error occurs
    
    Kubernetes-commit: 041bb9a56cb56ebf4ff9305f435a71c135bfc19c
    k8s-publishing-bot committed Apr 27, 2023
    Copy the full SHA
    f775857 View commit details

Commits on Apr 29, 2023

  1. Use absolute path instead requestURI in openapiv3 discovery (#117495)

    Currently, openapiv3 discovery uses requestURI to discover resources.
    However, that does not work when the rest endpoint contains prefixes
    (e.g. `http://localhost/test-endpoint/`).
    Because requestURI overwrites prefixes also in rest endpoint
    (e.g. `http://localhost/openapiv3/apis/apps/v1`).
    
    Since `absPath` keeps the prefixes in the rest endpoint,
    this PR changes to absPath instead requestURI.
    
    Kubernetes-commit: d94c733ee2bfaedd9a1c45d58fbd56c99403c94d
    ardaguclu authored and k8s-publishing-bot committed Apr 29, 2023
    Copy the full SHA
    fc96cec View commit details

Commits on May 1, 2023

  1. Add json tag

    Kubernetes-commit: d0677f528c03ff5556830bc2e9b9c40824b160ee
    wzshiming authored and k8s-publishing-bot committed May 1, 2023
    Copy the full SHA
    3b78b11 View commit details
  2. Update kube-openapi to fix race

    Kubernetes-commit: de34540248a6cd4335a6aedd3f1d24c608d59c86
    Jefftree authored and k8s-publishing-bot committed May 1, 2023
    Copy the full SHA
    fa6d692 View commit details
  3. Merge pull request #117253 from akhilerm/update-containerd-dependencies

    dependencies: update cgroups, ttrpc, ebpf versions
    
    Kubernetes-commit: d33853edcfdb521c80cd9a659ed02b7fe52b40f4
    k8s-publishing-bot committed May 1, 2023
    Copy the full SHA
    741627a View commit details
  4. Merge pull request #117576 from wzshiming/fix/clientcmd-localtion-of-…

    …origin
    
    Fix LocationOfOrigin shows up unexpectedly
    
    Kubernetes-commit: 34d6b92a8ceaf0b2243dd62b1f3517878fc75e35
    k8s-publishing-bot committed May 1, 2023
    Copy the full SHA
    337feac View commit details
  5. Merge pull request #117623 from skitt/intstr-fromint32-api-machinery

    API machinery: use new intstr functions
    
    Kubernetes-commit: 32703dec0faa19762f3cde83cfefae981de62027
    k8s-publishing-bot committed May 1, 2023
    Copy the full SHA
    757bbef View commit details
  6. Merge pull request #117705 from Jefftree/update-openapi-fix-race

    Update kube-openapi to fix race
    
    Kubernetes-commit: 3f8c4794eadf8aadd8a5bcb0b875bf0af5c2020b
    k8s-publishing-bot committed May 1, 2023
    Copy the full SHA
    10f4062 View commit details
Showing with 5,464 additions and 2,000 deletions.
  1. +4 −2 OWNERS
  2. +25 −2 applyconfigurations/admissionregistration/v1alpha1/paramref.go
  3. +14 −0 applyconfigurations/admissionregistration/v1alpha1/validatingadmissionpolicyspec.go
  4. +48 −0 applyconfigurations/admissionregistration/v1alpha1/variable.go
  5. +48 −0 applyconfigurations/admissionregistration/v1beta1/auditannotation.go
  6. +48 −0 applyconfigurations/admissionregistration/v1beta1/expressionwarning.go
  7. +90 −0 applyconfigurations/admissionregistration/v1beta1/matchresources.go
  8. +95 −0 applyconfigurations/admissionregistration/v1beta1/namedrulewithoperations.go
  9. +48 −0 applyconfigurations/admissionregistration/v1beta1/paramkind.go
  10. +71 −0 applyconfigurations/admissionregistration/v1beta1/paramref.go
  11. +44 −0 applyconfigurations/admissionregistration/v1beta1/typechecking.go
  12. +256 −0 applyconfigurations/admissionregistration/v1beta1/validatingadmissionpolicy.go
  13. +247 −0 applyconfigurations/admissionregistration/v1beta1/validatingadmissionpolicybinding.go
  14. +72 −0 applyconfigurations/admissionregistration/v1beta1/validatingadmissionpolicybindingspec.go
  15. +117 −0 applyconfigurations/admissionregistration/v1beta1/validatingadmissionpolicyspec.go
  16. +66 −0 applyconfigurations/admissionregistration/v1beta1/validatingadmissionpolicystatus.go
  17. +70 −0 applyconfigurations/admissionregistration/v1beta1/validation.go
  18. +48 −0 applyconfigurations/admissionregistration/v1beta1/variable.go
  19. +11 −0 applyconfigurations/apiserverinternal/v1alpha1/serverstorageversion.go
  20. +27 −0 applyconfigurations/batch/v1/jobspec.go
  21. +18 −0 applyconfigurations/batch/v1/jobstatus.go
  22. +9 −0 applyconfigurations/core/v1/container.go
  23. +8 −0 applyconfigurations/core/v1/ephemeralcontainer.go
  24. +9 −0 applyconfigurations/core/v1/ephemeralcontainercommon.go
  25. +39 −0 applyconfigurations/core/v1/hostip.go
  26. +17 −11 applyconfigurations/core/v1/persistentvolumeclaimstatus.go
  27. +13 −3 applyconfigurations/core/v1/persistentvolumestatus.go
  28. +48 −0 applyconfigurations/core/v1/podresourceclaimstatus.go
  29. +42 −14 applyconfigurations/core/v1/podstatus.go
  30. +1 −10 applyconfigurations/extensions/v1beta1/networkpolicy.go
  31. +0 −48 applyconfigurations/extensions/v1beta1/networkpolicystatus.go
  32. +48 −0 applyconfigurations/flowcontrol/v1alpha1/exemptprioritylevelconfiguration.go
  33. +9 −0 applyconfigurations/flowcontrol/v1alpha1/prioritylevelconfigurationspec.go
  34. +48 −0 applyconfigurations/flowcontrol/v1beta1/exemptprioritylevelconfiguration.go
  35. +9 −0 applyconfigurations/flowcontrol/v1beta1/prioritylevelconfigurationspec.go
  36. +48 −0 applyconfigurations/flowcontrol/v1beta2/exemptprioritylevelconfiguration.go
  37. +9 −0 applyconfigurations/flowcontrol/v1beta2/prioritylevelconfigurationspec.go
  38. +48 −0 applyconfigurations/flowcontrol/v1beta3/exemptprioritylevelconfiguration.go
  39. +9 −0 applyconfigurations/flowcontrol/v1beta3/prioritylevelconfigurationspec.go
  40. +407 −33 applyconfigurations/internal/internal.go
  41. +1 −10 applyconfigurations/networking/v1/networkpolicy.go
  42. +0 −48 applyconfigurations/networking/v1/networkpolicystatus.go
  43. +42 −4 applyconfigurations/utils.go
  44. +4 −2 discovery/aggregated_discovery.go
  45. +70 −0 discovery/aggregated_discovery_test.go
  46. +1 −1 discovery/cached/disk/cached_discovery.go
  47. +1 −1 discovery/cached/disk/cached_discovery_test.go
  48. +1 −1 discovery/cached/memory/memcache.go
  49. +44 −22 discovery/discovery_client.go
  50. +67 −12 discovery/discovery_client_test.go
  51. +1 −1 discovery/fake/discovery.go
  52. +3 −3 dynamic/dynamicinformer/informer_test.go
  53. +4 −4 dynamic/dynamiclister/lister_test.go
  54. +6 −7 dynamic/fake/simple_test.go
  55. +22 −22 go.mod
  56. +42 −372 go.sum
  57. +14 −0 informers/admissionregistration/v1beta1/interface.go
  58. +89 −0 informers/admissionregistration/v1beta1/validatingadmissionpolicy.go
  59. +89 −0 informers/admissionregistration/v1beta1/validatingadmissionpolicybinding.go
  60. +2 −2 informers/factory.go
  61. +4 −0 informers/generic.go
  62. +10 −0 kubernetes/typed/admissionregistration/v1beta1/admissionregistration_client.go
  63. +8 −0 kubernetes/typed/admissionregistration/v1beta1/fake/fake_admissionregistration_client.go
  64. +178 −0 kubernetes/typed/admissionregistration/v1beta1/fake/fake_validatingadmissionpolicy.go
  65. +145 −0 kubernetes/typed/admissionregistration/v1beta1/fake/fake_validatingadmissionpolicybinding.go
  66. +4 −0 kubernetes/typed/admissionregistration/v1beta1/generated_expansion.go
  67. +243 −0 kubernetes/typed/admissionregistration/v1beta1/validatingadmissionpolicy.go
  68. +197 −0 kubernetes/typed/admissionregistration/v1beta1/validatingadmissionpolicybinding.go
  69. +5 −0 kubernetes/typed/authentication/v1/authentication_client.go
  70. +4 −0 kubernetes/typed/authentication/v1/fake/fake_authentication_client.go
  71. +46 −0 kubernetes/typed/authentication/v1/fake/fake_selfsubjectreview.go
  72. +2 −0 kubernetes/typed/authentication/v1/generated_expansion.go
  73. +64 −0 kubernetes/typed/authentication/v1/selfsubjectreview.go
  74. +0 −35 kubernetes/typed/extensions/v1beta1/fake/fake_networkpolicy.go
  75. +0 −48 kubernetes/typed/extensions/v1beta1/networkpolicy.go
  76. +0 −35 kubernetes/typed/networking/v1/fake/fake_networkpolicy.go
  77. +0 −48 kubernetes/typed/networking/v1/networkpolicy.go
  78. +2 −3 kubernetes_test/timeout_test.go
  79. +8 −0 listers/admissionregistration/v1beta1/expansion_generated.go
  80. +68 −0 listers/admissionregistration/v1beta1/validatingadmissionpolicy.go
  81. +68 −0 listers/admissionregistration/v1beta1/validatingadmissionpolicybinding.go
  82. +3 −3 metadata/fake/simple_test.go
  83. +3 −3 metadata/metadata_test.go
  84. +2 −2 metadata/metadatainformer/informer_test.go
  85. +4 −4 metadata/metadatalister/lister_test.go
  86. +6 −1 openapi/client.go
  87. +33 −9 openapi/groupversion.go
  88. +106 −0 openapi/groupversion_test.go
  89. +33 −44 openapi/openapitest/fileclient.go
  90. +48 −3 openapi/openapitest/fileclient_test.go
  91. +48 −0 openapi/typeconverter.go
  92. +2 −3 openapi3/root_test.go
  93. +2 −4 plugin/pkg/client/auth/exec/exec.go
  94. +6 −7 rest/client_test.go
  95. +5 −5 rest/config.go
  96. +3 −12 rest/connection_test.go
  97. +26 −2 rest/request.go
  98. +11 −17 rest/request_test.go
  99. +2 −2 rest/url_utils.go
  100. +3 −3 restmapper/discovery_test.go
  101. +1 −1 restmapper/shortcut_test.go
  102. +2 −2 tools/cache/OWNERS
  103. +0 −4 tools/cache/controller.go
  104. +65 −0 tools/cache/object-names.go
  105. +59 −0 tools/cache/object-names_test.go
  106. +16 −14 tools/cache/reflector.go
  107. +513 −18 tools/cache/reflector_test.go
  108. +19 −18 tools/cache/shared_informer.go
  109. +27 −0 tools/cache/shared_informer_test.go
  110. +25 −6 tools/cache/store.go
  111. +9 −24 tools/clientcmd/api/helpers_test.go
  112. +7 −7 tools/clientcmd/api/types.go
  113. +0 −8 tools/clientcmd/api/types_test.go
  114. +7 −6 tools/clientcmd/client_config_test.go
  115. +23 −1 tools/clientcmd/loader.go
  116. +86 −30 tools/clientcmd/loader_test.go
  117. +30 −34 tools/clientcmd/validation_test.go
  118. +2 −2 tools/events/event_broadcaster_test.go
  119. +5 −0 tools/leaderelection/leaderelection.go
  120. +41 −525 tools/leaderelection/leaderelection_test.go
  121. +0 −126 tools/leaderelection/resourcelock/configmaplock.go
  122. +0 −121 tools/leaderelection/resourcelock/endpointslock.go
  123. +10 −32 tools/leaderelection/resourcelock/interface.go
  124. +48 −0 tools/metrics/metrics.go
  125. +35 −1 tools/pager/pager.go
  126. +4 −1 tools/record/event.go
  127. +84 −70 tools/record/event_test.go
  128. +5 −2 tools/record/events_cache_test.go
  129. +61 −0 tools/remotecommand/remotecommand_test.go
  130. +5 −4 tools/watch/informerwatcher_test.go
  131. +3 −4 tools/watch/retrywatcher.go
  132. +5 −5 tools/watch/retrywatcher_test.go
  133. +6 −0 transport/cache.go
  134. +28 −6 util/cert/cert.go
  135. +40 −0 util/testing/remove_file.go
6 changes: 4 additions & 2 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -3,21 +3,23 @@
approvers:
- caesarxuchao
- deads2k
- lavalamp
- liggitt
- smarterclayton
- sttts
- yliaog
- jpbetz
reviewers:
- aojea
- apelisse
- caesarxuchao
- deads2k
- jpbetz
- lavalamp
- liggitt
- soltysh
- sttts
- yliaog
- jpbetz
labels:
- sig/api-machinery
emeritus_approvers:
- lavalamp
27 changes: 25 additions & 2 deletions applyconfigurations/admissionregistration/v1alpha1/paramref.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 48 additions & 0 deletions applyconfigurations/admissionregistration/v1alpha1/variable.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 48 additions & 0 deletions applyconfigurations/admissionregistration/v1beta1/paramkind.go
71 changes: 71 additions & 0 deletions applyconfigurations/admissionregistration/v1beta1/paramref.go
44 changes: 44 additions & 0 deletions applyconfigurations/admissionregistration/v1beta1/typechecking.go
70 changes: 70 additions & 0 deletions applyconfigurations/admissionregistration/v1beta1/validation.go
48 changes: 48 additions & 0 deletions applyconfigurations/admissionregistration/v1beta1/variable.go
27 changes: 27 additions & 0 deletions applyconfigurations/batch/v1/jobspec.go
18 changes: 18 additions & 0 deletions applyconfigurations/batch/v1/jobstatus.go
9 changes: 9 additions & 0 deletions applyconfigurations/core/v1/container.go
8 changes: 8 additions & 0 deletions applyconfigurations/core/v1/ephemeralcontainer.go
9 changes: 9 additions & 0 deletions applyconfigurations/core/v1/ephemeralcontainercommon.go
39 changes: 39 additions & 0 deletions applyconfigurations/core/v1/hostip.go
28 changes: 17 additions & 11 deletions applyconfigurations/core/v1/persistentvolumeclaimstatus.go
16 changes: 13 additions & 3 deletions applyconfigurations/core/v1/persistentvolumestatus.go
48 changes: 48 additions & 0 deletions applyconfigurations/core/v1/podresourceclaimstatus.go
56 changes: 42 additions & 14 deletions applyconfigurations/core/v1/podstatus.go
11 changes: 1 addition & 10 deletions applyconfigurations/extensions/v1beta1/networkpolicy.go
48 changes: 0 additions & 48 deletions applyconfigurations/extensions/v1beta1/networkpolicystatus.go

This file was deleted.

Loading