Commit 0d568f1
committed
upgrade to latest dependencies
bumping golang.org/x/tools 64b63a6...578c121:
> 578c121 go.mod: update golang.org/x dependencies
> f114dcf gopls/internal/protocol: refine DocumentURI Clean method and its usages
> 82ee0fd internal/mcp: change paginateList to a generic helper
> 64bfecc gopls/internal/golang: fix extract bug with anon functions
> 4546fbd internal/mcp: unify json tag parsing
> 82473ce gopls/doc/release: tweak v0.19
> f3c581f gopls/internal/protocol: add DocumentURI.Base accessor
> d9bacab gopls/internal/server: improve "editing generated file" warning
> 1afeefa internal/mcp: unexport FileResourceHandler
> 33d5988 gopls/internal/server: Organize Imports of generated files
> cb39a5f gopls/internal/golang: Format generated files
> e43ca0c internal/mcp: validate tool input schemas
> 61f37dc gopls: use new gomodcache index
> fed8cc8 internal/refactor: keep comments with same import
> c7873a3 gopls/internal/golang: eliminate dot import: skip keyed fields
> 6e8a193 gopls/internal/debug: integrate flight recorder
> 25caa76 gopls/internal/telemetry/cmd/stacks: delete
> c3cb1f1 gopls/internal/mcp: add top level symbols from current package
> effd83e gopls/internal/golang: add type inlayhint for variable decl
> 58e5e62 gopls/internal/test/marker: organize mcp tool context test
> ec7b2b3 gopls/internal/mcp: add exported type spec and value spec to context
> f12067d gopls/internal/analysis/modernize: disable appendclipped
> 59ce1d8 gopls/internal/analysis/modernize: appendclipped: preserve result type
> 2246f6d internal/mcp: middleware on the sending side
> 8fbc773 gopls/internal/analysis/modernize: add TODOs for nilness problem
> 8675e27 gopls/internal/mcp: add context mcp tool
> bcaee63 gopls/internal/protocol: make some optional integer fields indirect
> 4e672d5 gopls/internal/protocol: PublishDiagnosticsParams.version omitempty
> e88c5a4 internal/mcp: simplify session type params
> 61b248f internal/mcp: add missing testenv.NeedsExec
> a405109 internal/mcp: add a test for complete mapping of CallToolParams fields
> d0c0a57 go/analysis/passes/unusedresult: remove maps.Copy
> 73f1234 internal/mcp: community design
> d794c0d internal/mcp: generic handling of CallToolParams
> 3959656 internal/mcp: add iterator methods resources and prompts
> f80f3ff gopls/internal/protocol: add Mapper.{Pos,Node]Text helpers
> ef3a8dc go/analysis/passes/unusedresult: add test
> 661b815 go/analysis/passes/unusedresult: add slices, maps functions
> dd6ec04 gopls/internal/settings: add maprange analyzer
> 218e5f2 gopls/internal: handle errors, or document that we ignore them
> cb264bf internal/mcp: clean up diagnostics from Google import
> c8e47eb internal/gofix: document batch fix commands
> d3809ea internal/mcp: handle synthetic responses in conformance test
> 147cb9c gopls/internal/analysis/modernize: minmax: put comments at proper positions
> 59198a1 internal/mcp: add resource conformance test
> bef2d59 internal/golang: re-fix crash in definition of invalid "continue label"
> ad22223 gopls/internal/golang: fix crash in definition of invalid "continue label"
> 2815c8b internal/tokeninternal: tag AddExistingFiles for go1.24
> 389a102 gopls/internal/telemetry/cmd/stacks: collect from go.dev frontend
> 81de76b gopls/internal/analysis/modernize: fix bug in minmax analyzer that incorrectly handles nested if-else-if structures
> 7610d95 go/analysis/passes/printf: refine diagnostic locations
> c6e0ebc internal/mcp: run conformance tests on 1.24 with a GOEXPERIMENT setting
> 53be3d4 internal/mcp/jsonschema: apply schema defaults to an instance
> d12ca1c internal/mcp/jsonschema: remove shared structure from schema inference
> de7968d internal/gofix: add -gofix.allow_binding_decl flag
> 93f6460 internal/mcp: add iterator method for tools
> 359ea3a internal/mcp: add JSON conformance tests, and fix some bugs
> 9233e12 gopls: update to staticcheck@master
> 3eaf5e2 internal/mcp/jsonschema: validate defaults
> 50c5c27 internal/mcp/jsonschema: check for structure separately
> 4354923 internal/mcp: add pagination for prompts
> 15e680e gopls/.../completion: unimported completion snippets
> cc4b6fe internal/mcp/jsonschema: generalize error wrapping
> 82fa2c0 internal/mcp/jsonschema: clearer validations errors
> 845000b internal/mcp: meta and progress token
> 66fd759 internal/mcp: add pagination for resources
> f8a56cc internal/jsonrpc2_v2: update for go1.16+
> 14c014c internal/tokeninternal: optimize AddExistingFiles
> 6d1bf3b internal/test/integration/bench: add second kubernetes benchmark
> 866eb14 go/analysis/passes/printf: fix the issue where %#q/%#x/%#X recursion is not recognized
> baa4e14 internal/modindex: tiny test improvement
> 1c017f1 internal/telemetry/cmd/stacks: support Delve
> 2391123 internal/mcp: treat zero struct fields generously
> 08af7d4 all: fix some function names and typos in comment
> 60df06f internal/mcp: add pagination for tools
> f5ea575 go/ssa/interp: use slices.Equal to simplify code
> 6e44d1e internal/mcp: future-proof prompt handling
> 4d4fb92 internal/mcp: implement logging
> 66d4add internal/gocommand: re-disable flaky TestRmdirAfterGoList_Runner
> ac05d44 jsonschema: package doc
> 35a9265 jsonschema: add more schema fields
> 95976d8 internal/mcp: construct README with weave
> d5ec4a9 internal/mcp: add notifications
> aebd3be gopls/internal/test/integration: simplify GoToDefinition
> 423c5af gopls/internal/analysis/recursiveiter: set Diagnostic.End
> dc34568 gopls/internal/test/integration/completion: relax expectations
> 87749a7 all: fix typos
> edbd9df jsonschema: dynamic references
> 9460f2f gopls/internal/analysis/recursiveiter: report inefficient recursion
> 150502a internal/mcp: keep an ordered list of feature keys
> 10eb2f3 gopls/internal/mcp: add location info to mcp tool input arg
> a2c2a72 internal/tokeninternal: avoid use of AddExistingFiles, for now
> b62c6c1 internal/mcp: remove misplaced TODO comment
> babda13 gopls: update to github.com/dominikh/go-tools@v0.6.1
> 87f67c8 gopls/internal/debug: display Session.View.Folder.Options
> 19c36ab internal/tokeninternal: use go1.25's FileSet.AddExistingFiles
> 77de774 gopls/internal/golang: modify extract behavior for error handling returns
> 6202e58 internal/mcp: generate method names
> 86158bd internal/mcp: sampling
> db456f9 internal/mcp: client middleware
> 8edad1e internal/mcp: add the FileResourceHandler method
> 7ae2e5c gopls/internal/golang: implement "inline local variable" code action
> d71c72f gopls/internal/analysis/modernize: bloop: document deoptimization
> b8ee9f1 gopls/internal/test/marker: add mcp tools action marker
> c5e4271 internal/mcp: dispatcher middleware
> 5a46e4d gopls/internal/analysis/modernize/slicesdelete: convert index type if needed
> c460ea9 gopls/internal/analysis/modernize: disable slicesdelete pass
> 2263a61 gopls/internal/test/marker: add a folding ranges test case
> 5c7400c gopls/internal/cache/parsego: use PreorderStack
> bc8c84c gopls/internal/golang: AddTest: fix types.Package.Path nil panic
> b37bd0b internal/typesinternal: add go1.23 methods to NamedOrAlias
> c6b2a9c internal/typesinternal: add TypeNameFor helper
> ec0dab2 internal/mcp/design: sync with public design
> b1e5d85 internal/gocommand: move and reenable TestRmdirAfterGoList
> 78956f9 internal/mcp/design: yet more cleanup; define the Roots iterator
> 6731e88 internal/diff/lcs: fix flaky test
> 07c24ad internal/mcp: update README
> 279ce35 internal/mcp/design: further clean-up
> 0c0d330 internal/diff/lcs: log pseudorandom seeds so failures can be repro'd
> 04dca59 internal/mcp: hide CancelledParams
> 3c52d1f internal/mcp: reinstate ClientSession
> 3e37703 internal/refactor/inline: report when a "binding decl" was inserted
> d2ad3e0 internal/astutil/cursor: delete shims for old Cursor
> 84fa02a x/tools: gofix -fix -test ./...
> 43dd712 gopls/internal/protocol: make FoldingRange fields optional
> baeb0da cmd/deadcode: respect unused symbols inside all loaded modules
> fdae66b internal/mcp: design.md: polishing
> 5eb0d1f internal/mcp: fix typos
> ad2312c internal/mcp: design.md: link to spec change
> cb65fbb internal/mcp: rename LocalTransport->InMemoryTransport, and document
> 9a093bc internal/mcp: rename ServerConnection->ServerSession
> c905b91 internal/mcp: design.md: clarify backward compatibility guarantee
> 274b895 internal/mcp: resource tweaks
> 283948d internal/mcp: document iterators
> cd1dd28 internal/mcp: use RawMessage for tool args
> cd3f34c internal/mcp: change CallTool signature
> ccbd1d9 internal/mcp: change function signatures match design doc
> e31df77 internal/mcp: pointerize all the things
> 3ab3cc4 internal/mcp: document content constructors
> a5938fa internal/mcp: remove omitzero
> 34082a6 internal/mcp: simplify content
> f1f12cf internal/mcp: merge the protocol package into mcp
> 403f7ef internal/mcp/design: add pagination
> 7d76ce6 internal/mcp/jsonschema: check that schemas form a tree
> 0987b89 jsonschema: resolve remote references
> 8ac1955 internal/mcp: implement resources
> ade411c gopls/internal/lsprpc: start mcp server by passing -mcp-listen
> 865cd20 x/tools: various cleanups related to planned parser changes
> 8ab19ea internal/mcp: describe standard rpc signature
> 4d1336a internal/mcp: add resource subscriptions
> 6dfeba5 internal/mcp: adjust content types
> 3818858 internal/mcp/protocol: make type name more convenient
> bbef3e4 internal/mcp: implement roots
> 2835a17 internal/mcp: design.md: adjust resource design
> 7b959ff go/ast/inspector: improve doc comments
> acf038e internal/mcp/protocol: featureSet[T]
> 0d237c0 go/analysis/passes/framepointer: only stop on unconditional branches
> 3ce9106 internal/mcp: fix roots design
> 7b18363 go/ast/inspector: publish Cursor
> a240192 internal/mcp/design.md: minor changes
> ce6fe29 gopls/internal/completion: apply modernizers
> 2cf2b2a internal/mcp/design: weave discussion of differences with mcp-go
> b303c1f internal/mcp/design: remove the protocol package; update tools
> d11c94a internal/design: minor cleanup; add 'errors' and 'ping' sections
> 721ad8d internal/mcp/design.md: prompts and resources
> b489159 internal/mcp: progress notifications
> b61ab33 internal/mcp/design: add a section on cancellation
> ef35d72 internal/mcp/design: add section on clients and servers
> 8ee3f58 internal/mcp/design.md: completions
> 4160b77 internal/mcp/design.md: client features
> d60d930 internal/mcp: tool section of design
> c89ad19 internal/mcp: JSON Schema design
> 1ead56f internal/mcp/design: describe mcp-go delta
> 2587caa internal/mcp/design: discuss generated protocol types
> 3d89335 internal/mcp: a new extensibility point for HTTP transports
> 6736a6d jsonschema: resolve refs
> 51dcb32 gopls/internal/analysis/modernize: add checks to prevent invalid fixes from slicesContains
> bad5619 internal/mcp/protocol: spell "Id" idiomatically
> 89c7c2c internal/mcp/design: logging
> dbc82b6 internal/mcp/jsonschema: make Schema.every fully recursive
> 4a72625 internal/mcp/design: start a full design doc, with stubs
> 3f0db34 internal/mcp: rename ClientConnection to ServerConnection
> c836232 internal/mcp: rename Make* to New*
> f71ad04 jsonschema: implement JSON Pointers for schemas
> f8980b6 internal/mcp/jsonschema: support validating structs
> 7231669 gopls/internal/analysis/modernize: don't offer a fix when initialization statement is not empty
> deec52f internal/typesinternal: use TypeAndValue.IsBuiltin in ClassifyCall
> 887e16c internal/mcp: NewClient takes Transport
> ff4f533 internal/mcp: add README.md and CONTRIBUTING.md
> 6b12a4e internal/mcp/protocol: move out of mcp/internal, as it's used in the API
> 0ac692e gopls/internal/golang: Hover: show allocator size class
> 8be0535 gopls/internal/golang: make "Show assembly" work in tests
> 055c1af go/ssa: clear Function.subst after building bodyless function
> 898dcae gopls/internal/golang/completion: new code for unimported completions
> 9635d6c jsonschema: resolve anchors
> 51a10bc jsonschema: resolve URIs for $id
bumping k8s.io/apiextensions-apiserver ab6ba90...a0cfc63:
> a0cfc63 Update dependencies to v0.33.1 tag
> c066cbe Merge remote-tracking branch 'origin/master' into release-1.33
> 08c3d2f Move to released version of prometheus/client_golang v1.22.0 from rc.0
> 7c1033e fix narrow spaces of %e for x/net bump
> cdf67dd bump etcd 3.5.21 sdk
> b8b1528 Merge pull request # 129872 from seans3/websocket-https-proxy
> d5c7de8 Websocket HTTPS proxy support
> de39b8d Merge pull request # 130899 from serathius/watchcache-error
> 7022eab Merge pull request # 130020 from mozillazg/patch-3
> 58ab281 Implement watchcache returning error from etcd that caused cache reinitialization
> 718a2c7 Merge pull request # 130906 from serathius/streaming-validation
> 3b74a18 test: fix a typo
> 19127f7 Update kube-openapi and integrate streaming tags validation
> c5a4a03 Merge pull request # 130019 from yongruilin/version-intro
> a62c99e Merge pull request # 130783 from jpbetz/versioned-formats
> d369bde feat: extend version information with more detailed version fields
> 0f37230 Support emulation versioning of formats
> c40f0a3 Merge pull request # 129407 from serathius/streaming-proto-list-encoder
> 6b43ac7 Implement streaming proto encoding
> 59a6ab4 Merge pull request # 130555 from thockin/k_k_randfill
> e10116f Vendor randfill
> 5964630 Use randfill, do API renames
> 77f6333 Merge pull request # 130569 from dims/update-to-latest-cadvisor-v0.52.0
> 0bf3773 Merge pull request # 130489 from p0lyn0mial/upstream-fake-client-pass-opts
> 239dba5 update to v1.22.0-rc.0
> aca9073 Merge pull request # 130422 from bertinatto/propagate-error-custom-resource-storage-2
> 57aa770 ./hack/update-codegen.sh
> 18929b9 update to latest cadvisor @ v0.52.0
> a804ce5 Propagate error when creating CustomResourceStorage instead of panic'ing
> 21d0c2f Merge pull request # 130349 from jpbetz/validation-gen-pr1
> 9707584 Bump gengo/v2 to latest
> 044c7fa Merge pull request # 128919 from dashpole/update_otel
> 4542a04 update go.opentelemetry.io dependencies to v1.33.0/v0.58.0
> e4e2dee Merge pull request # 129334 from serathius/streaming-json-list-encoder
> 1dcd2da Merge pull request # 130474 from dims/bump-x/crypto-and-x/oauth2
> 7573a01 Streaming JSON encoder for List
> 8da24ea Merge pull request # 129688 from cpanato/update-main-go124
> bb85abc Bump x/oauth2 and x/crypto
> 76fd6eb bump go.mod to set min go1.24
> 376adbc Merge pull request # 130118 from lucasrattz/update-anp
> 282cf37 Merge pull request # 130187 from mansikulkarni96/129084
> f47401f Bump konnectivity-client to v0.31.2
> 37468b9 Drop winsymlink go 1.23 workaround
> 00d4af5 Merge pull request # 130249 from seans3/bump-websockets-version
> c6bde84 Merge pull request # 130013 from yongruilin/crd-racheting-ga
> 28b2cb9 Update gorilla/websockets library from 1.5.0 to latest 1.5.3
> 1ecd29f Merge pull request # 129341 from pohly/log-client-go-watch
> 2d32bba feat: promote CRDValidationRatcheting to GA
> 6e7b624 Merge pull request # 129416 from siyuanfoundation/refactor
> 749c892 client-go informers: provide ListWatch *WithContext variants
> 67f8de6 Refactor compatibility version code
> ee10ccf Merge pull request # 129844 from cici37/bumCEL
> 3f4850c Merge pull request # 125046 from tklauser/min-max-builtins
> 1cfe458 Add more tests for optional.
> 5d3ea2d Merge pull request # 129732 from dims/switch-to-v2.6.3-of-gopkg.in/go-jose/go-jose.v2
> 7a9169a Use Go 1.21 min/max builtins
> 26455c9 Fixed the estimated cost for opt map.
> ad534d8 Merge pull request # 127709 from pohly/log-client-go-rest
> ce3c316 update github.com/coreos/go-oidc to v2.3.0
> 33823bd Bump cel-go to v0.23.2.
> cecfb1c client-go/rest: backoff with context support
> 0403de5 Switch to gopkg.in/go-jose/go-jose.v2 @ v2.6.3
> a79d7c9 Merge pull request # 129028 from sttts/sttts-cel-test
> e38d692 Merge pull request # 129633 from skitt/revert-go-difflib-go-spew
> cf58e61 Address comments
> 71a2dc8 Revert to go-difflib and go-spew releases
> 93db62f apiextensions: add pkg/test with CEL unit test helpers
> b2930d0 Merge pull request # 129622 from dims/update-to-latest-kustomize-v5.6.0
> 9198625 Drop github.com/asaskevich/govalidator
> 93f7497 Merge pull request # 129506 from JoelSpeed/fix-status-ratcheting
> d524468 Merge pull request # 129298 from omerap12/fix-discovery-controller-panic
> 30b06d4 Use DeepCopyJSON to copy testcase input
> 43142ec Merge pull request # 129139 from tklauser/client-setconfigdefaults-noerror
> d666cce lint
> 16045ec Simplify schema sentinel subresource logic
> 75413cc Merge pull request # 129434 from xigang/crd_handler
> e86323a Update generated clients after removing always-nil setConfigDefaults error return value
> 2cd98e7 apiextensions: replace panic with error handling in DiscoveryController
> eb47bf4 Simplify status subresource ratcheting testing
> 99457e4 Merge pull request # 129349 from dims/bump-x/net-to-v0.33.0
> 2f798f7 refactor: simplify boolean expressions in CRD handler
> 25c2ba6 Fix status subresource ratcheting
> d72b6f7 Merge pull request # 128872 from alvaroaleman/generics
> 4b2cddc Bump x/net to v0.33.0
> 78347ed Update github.com/google/btree
> cd315ef Merge pull request # 126387 from pohly/log-client-go-tools-cache-apis
> 70fe1f3 Merge pull request # 129205 from tosi3k/wc-configurable-retention
> 35b0379 client-go/tools/cache: add APIs with context parameter
> ddff35d Merge pull request # 128759 from omerap12/PollUntilContextCancel-apiextensions-apiserver
> 39c59b4 Configure watch cache history window based on request timeout
> 6e97b2b Merge pull request # 129213 from Jefftree/k-openapi
> 8c66bd0 lint
> 6429778 bump kube-openapi
> ff6fba5 fix race conditions in polling functions
> ac550a9 Merge pull request # 129195 from dims/update-x/crypto/ssh-dependency
> eee4f38 Fixed time
> 3f6bf11 Merge pull request # 129192 from jpbetz/selectable-fields-flake
> 2e6d7de Update x/crypto/ssh dependency
> dbaeeac lint
> b416736 Merge pull request # 128844 from cheftako/updateANP
> 8ceee78 Shut down webhook after apiserver
> f5c91cf lint
> 9b3fec9 Merge pull request # 129054 from pohly/remove-import-name
> b9c5ea2 Bump konnectivity-client to v0.31.1
> 47a5fc7 chore: update deprecated polling methods in apiextensions-apiserver
> 3e5ae1d Merge pull request # 128746 from liggitt/storedversions-message
> 401bb75 remove import doc comments
> c98e89f Merge pull request # 128737 from jyh071116/fix-potential-nil-pointer-dereference
> 567b50c Improve validation for missing storedVersion
> ef704d9 Merge pull request # 128621 from kmala/master
> d90698d Fix nil pointer dereference in selectable fields check
> b8f1438 Merge pull request # 129103 from liggitt/drop-winreadlinkvolume
> 93e5031 update the github.com/golang-jwt/jwt/v4 dependency
> 5595f29 Drop use of winreadlinkvolume godebug option
> c014452 Merge pull request # 129083 from liggitt/go1.23windows
> 454a8c3 Revert to go1.22 windows filesystem stdlib behavior
> 1ba7acf Merge pull request # 126503 from skitt/generic-fake-client
> 4057a5c Run codegen
bumping golang.org/x/sync 506c70f...8a14946:
> 8a14946 errgroup: remove duplicated comment
> 1869c69 all: replace deprecated ioutil
> d1ac909 sync/errgroup: PanicError.Error print stack trace
bumping k8s.io/code-generator 434520c...2fa273f:
> 2fa273f Update dependencies to v0.33.1 tag
> ed11973 bump etcd 3.5.21 sdk
> cf96b45 Merge pull request # 130906 from serathius/streaming-validation
> 5177d2e Update kube-openapi and integrate streaming tags validation
> c65ee9f Merge pull request # 130857 from thockin/kk_small_vg_diffs
> 17f8907 Fix pkg names != dir in tests
> 17556f0 Fix import groupings
> 036eb3b Fix whitespace in validateFalse test fixture
> f922e9c Merge pull request # 130827 from thockin/kk_refactor_FunctionGen
> f758526 Merge pull request # 130795 from thockin/kk_emit_comments_before_validations
> 5157d6d Non-pointer VariableGen
> 46349f0 Emit comments before validation code
> 84220cb Refactor VariableGen - no interface needed
> e73eadd Merge pull request # 130019 from yongruilin/version-intro
> d3d1ee7 Non-pointer FunctionGen
> bd35c96 Merge pull request # 130737 from aaron-prindle/validation-gen-rename-extra-arg-flag-upstream
> d677a42 feat: extend version information with more detailed version fields
> 4733160 Refactor FunctionGen - no interface needed
> 1cd577b Merge pull request # 130730 from jpbetz/minimum-tag
> b37bb81 chore(validation-gen): rename flag --extra-pkg -> --readonly-pkg in validation-gen
> a206d35 Add +k8s:minimum validation tag
> 00c4317 Merge pull request # 130626 from BenTheElder/sort-client-gen
> 2c43877 Merge pull request # 130706 from jpbetz/handle-optional-value-types-with-defaults
> 0dc2808 sort client-gen output
> e53f5f3 Handle optional value-types with defaults
> 7b1630d Add comments to FunctionGen
> 0beeeb1 Merge pull request # 130699 from thockin/master_validation-gen_odd_cases
> 0abbe47 Disallow optional/required on non-pointer structs
> 6ef9d23 Prevent usage patterns we don't want to support
> 77ddbd1 Merge pull request # 130555 from thockin/k_k_randfill
> 7970c93 Vendor randfill
> 5423998 Use randfill, do API renames
> 35fc80f Merge pull request # 130569 from dims/update-to-latest-cadvisor-v0.52.0
> 001bab2 Merge pull request # 130489 from p0lyn0mial/upstream-fake-client-pass-opts
> 457b270 update to v1.22.0-rc.0
> 2e412a6 Merge pull request # 130627 from jpbetz/declarative-validation-cleanups
> eb82a8c ./hack/update-codegen.sh
> 8c88c87 update to latest cadvisor @ v0.52.0
> 379e759 Add all extra_pkgs needed by main API types to validation-gen
> 7582abb client-gen/fake: pass ListOptions to Watch method
> e85ab91 Merge pull request # 130349 from jpbetz/validation-gen-pr1
> c73ddd6 Add validators: immutable
> a12cdc6 Add validators: optional/required/forbidden
> 97f2399 Add validators: eachkey, eachval, subfield
> 95273b8 Add validation-gen core tests
> 17ec0c9 Add validation-gen test infrastructure
> 00d9429 Add validation-gen to codegen scripts
> a97d8d9 Add validators: opaque
> 2f3a78c Introduce validation-gen
> 1168a41 Bump gengo/v2 to latest
> 41bb13e Merge pull request # 128919 from dashpole/update_otel
> 57ed326 update go.opentelemetry.io dependencies to v1.33.0/v0.58.0
> 6da71e7 Merge pull request # 130506 from jpbetz/document-client-gen-ordering
> 9b921c2 Merge pull request # 130474 from dims/bump-x/crypto-and-x/oauth2
> 2815a57 Clarify ordering requirements of client-gen --input
> 454ac82 Merge pull request # 129688 from cpanato/update-main-go124
> 97c8f2f Bump x/oauth2 and x/crypto
> bbf7344 bump go.mod to set min go1.24
> 77adce1 Merge pull request # 129307 from LionelJouin/fix-129290
> 1ff24bf fix copyright year
> 544379e ./hack/update-vendor.sh
> 11b61eb Generate register files for all examples
> 10afef3 add simpletype pkg in v1 for register-gen test
> 32574c2 Add codegen::register to hack/update-codegen.sh
> 6056b79 Add missing imports in register-gen
> 772adfc Merge pull request # 130187 from mansikulkarni96/129084
> 7c0d8a5 Drop winsymlink go 1.23 workaround
> 47286fc Merge pull request # 130049 from aojea/avoid_ginkgo_dep
> fd49bc6 reduce dependencies in apimachinery net testing utils
> f7b5ad1 Merge pull request # 129341 from pohly/log-client-go-watch
> 456460a client-go informers: provide ListWatch *WithContext variants
> e7e5741 Merge pull request # 127709 from pohly/log-client-go-rest
> b96b266 Adding support for providing version for functions in kube_codegen.sh (# 129658)
> c353b06 client-go/rest: backoff with context support
> de2534a Merge pull request # 129629 from bobsongplus/master
> 1ac7d70 Merge pull request # 129633 from skitt/revert-go-difflib-go-spew
> 3c51579 Fix: touch /dev/null permission denied on macos
> f95bb85 Revert to go-difflib and go-spew releases
> cbf803e Merge pull request # 129139 from tklauser/client-setconfigdefaults-noerror
> fd5ea63 Merge pull request # 129349 from dims/bump-x/net-to-v0.33.0
> f42571f Update generated clients after removing always-nil setConfigDefaults error return value
> 49361de Bump x/net to v0.33.0
> f0ba1b4 Remove always-nil setConfigDefaults error return value in generated clients
> bd95f06 Merge pull request # 126387 from pohly/log-client-go-tools-cache-apis
> a377fc7 Merge pull request # 129213 from Jefftree/k-openapi
> 729d97a client-go/tools/cache: goroutine leak checking
> a6a0b3f bump kube-openapi
> c9a0498 Merge pull request # 129195 from dims/update-x/crypto/ssh-dependency
> 668b94a Update x/crypto/ssh dependency
> 4765c01 Merge pull request # 129054 from pohly/remove-import-name
> cc88ac2 Merge pull request # 129103 from liggitt/drop-winreadlinkvolume
> 4acd3fe remove import doc comments
> fd267e8 Drop use of winreadlinkvolume godebug option
> b9bb950 Merge pull request # 129083 from liggitt/go1.23windows
> ba495dc Revert to go1.22 windows filesystem stdlib behavior
> b15df64 Merge pull request # 126503 from skitt/generic-fake-client
bumping k8s.io/apiserver c09fadd...338d7b8:
> 338d7b8 Update dependencies to v0.33.1 tag
> 1fb809d Merge remote-tracking branch 'origin/master' into release-1.33
> 6aae451 Stop exposing list-via-watch from the server
> 345c8cf Merge remote-tracking branch 'origin/master' into release-1.33
> 11e6080 Merge pull request # 131196 from siyuanfoundation/forward-api
> e87c9db Move to released version of prometheus/client_golang v1.22.0 from rc.0
> 9ca332f bug fix: fix version order in emulation forward compatibility.
> d4f2fc5 Merge pull request # 131020 from wojtek-t/fix_asynchronous_error
> beaef1d Merge pull request # 131103 from ahrtr/etcd_sdk_20250328
> b9e86eb Fix race for sending errors in watch
> 1776f0c Parallelize cacher list tests
> e228aea Don't start etcd for skipped test
> 29a5d82 Stop cacher in TestWatchStreamSeparation to speed up shutdown
> 30b60eb Fix flake, non-consistent list doesn't give any guarantees about staleness
> aed144f Ensure that cacher is terminated in TestGetListRecursivePrefix
> 51e9232 bump etcd 3.5.21 sdk
> 26bd744 Merge pull request # 127053 from dashpole/tracing_context_propagation
> 37736ec Merge pull request # 129872 from seans3/websocket-https-proxy
> 6898b83 restrict trace context propagation to system:master and system:monitoring
> b1b5987 Merge pull request # 130937 from serathius/watchcache-unify-delegate-list
> 3b2a820 Websocket HTTPS proxy support
> 6811fde Unify should delegate list
> b1020ce Merge pull request # 130423 from serathius/watchcache-continue
> 3a206e1 Merge pull request # 130930 from siyuanfoundation/help
> 5a05907 Serve LISTs with exact RV and continuations from cache
> a11f874 Merge pull request # 130121 from yongruilin/featuregate-unversion-clean
> b94acad chore: update emulation version help msg.
> 8702b38 chore: Remove unused unversioned feature gate map by consolidating feature gate files
> 7d24a9e Merge pull request # 130925 from serathius/watchcache-snapshotter-interface
> 23be1a4 Merge pull request # 130924 from serathius/watchcache-delegate-precedense
> fa558b1 Create Snapshotter interface to fake the implementation
> dfc7cb5 Merge pull request # 130922 from serathius/watchcache-delegate-state
> 91724cf Change precedence order for continue and legacy exact match
> a581683 Merge pull request # 130899 from serathius/watchcache-error
> edd1d1f Extend shouldDelegateList testing incorportating state of cacher
> 1a83f0c Merge pull request # 128402 from richabanker/mvp-agg-discovery
> 50f48ce Implement watchcache returning error from etcd that caused cache reinitialization
> 2566cd2 Merge pull request # 130115 from danmillwood/danmillwood-dispatcher-test-patch
> ae08979 Replace StorageVersion API with aggregated discovery to fetch served resources by a peer for MVP
> 7db8aee Merge pull request # 130906 from serathius/streaming-validation
> 10c2760 Fix intermittent test failure
> f50e0ed Update kube-openapi and integrate streaming tags validation
> 98865c8 Merge pull request # 130863 from serathius/watchcache-negative-RV-consistent
> 0f51ac5 Merge pull request # 130560 from stlaz/remote-uid-config-beta
> c59961a Test continue with negative RV for reading consistent RV
> 52e218f Merge pull request # 130873 from serathius/watchcache-consistency-typo
> a9904ee bump RemoteRequestHeaderUID featuregate to Beta, on by default
> 3482808 Merge pull request # 130866 from serathius/watchcache-delegate-helper
> 4da0062 Fix missing recursive in consistency check, enable panic on failed check and fix typo in logs
> aac1558 Merge pull request # 130875 from aramase/aramase/f/fix_email_verified_godoc
> cc5ef43 Extract delegator.Helper interface to allow making delegate decision based on cache state
> 3a95207 Add unit test to validate email_verified in claim validation rules
> 67dfc24 fix godoc for email_verified requirement when username contains claims.email
> d750e2f Merge pull request # 130595 from tkashem/omit-admission
> ba3fbbb Merge pull request # 130688 from serathius/watchcache-validate
> 4c88a5c skip admission for unsafe delete
> fa03ee3 Merge pull request # 130347 from Jefftree/remove-v2beta1-agg-discovery
> 7a33f52 Use ValidateListOptions in watch cache
> 544ce3d Merge pull request # 130741 from googs1025/fix/data_race
> cba5376 Gate apidiscovery/v2beta1 serving with a feature gate
> 5df5358 Merge pull request # 130811 from serathius/watchcache-test-negative-rv
> 7af2504 flake: fix data race for TestApfWatchHandlePanic unit test
> 2265efa Merge pull request # 130815 from serathius/watchcache-simplify-bypass-test
> 6f6da8e Add test cases for negative resource version in TestList
> 8aa636f Merge pull request # 130813 from serathius/watchcache-consistent-list-flake
> 3a2e1b5 Simplify bypass test by just testing shouldDelegateList function
> a679925 Test bypass for negative RV
> 05ed2e0 Merge pull request # 130437 from srivastav-abhishek/fix-unsafe-conversions-test
> 6ace22f Fix flaky RunTestConsistentList
> b640464 Merge pull request # 130588 from serathius/watchcache-test-recursive
> 1b0427a Removed parallel execution for test/subtest where AllocsPerRun is used
> 84cc815 Merge pull request # 130354 from siyuanfoundation/forward-api
> f76f81a Test recursive in TestGetListCacheBypass and separate overrides
> 70820c9 Merge pull request # 130019 from yongruilin/version-intro
> 942f114 Add option to explicitly enable future gv or gvr in runtime-config.
> a91b001 Merge pull request # 130788 from jpbetz/fix-subresources
> 2b4f068 refactor: detach Info from apimachinery util version
> 5a72bc8 Add emulation forward compatibility into api enablement and RemoveDeletedKinds.
> 543428d Merge pull request # 130775 from serathius/watchcache-consistent-read
> 24d512c Fix subresource parsing for declarative validation
> b671788 feat: extend version information with more detailed version fields
> d88392f Merge pull request # 130754 from aaron-prindle/validation-gen-add-metric-and-runtime-verification-review-comments-upstream
> 3cb2448 Fix detecting consistent read when watchcache starts handling continue
> c31bd99 Merge pull request # 130751 from Jefftree/cle-promote-beta
> 4fe686a chore: change Info->Error log level related to declarative validation runtime tests and refactor panic wrapper names
> 79feac1 Merge pull request # 130777 from serathius/watchcache-consistency-test
> 1623f66 Promote CLE to beta
> 7b991eb Merge pull request # 124360 from carlory/kep-3751-quota-2
> 36c1a58 Fix typo and pass the environment variable required to enable watchcache consistency checking in GCE tests
> 8e8b957 Merge pull request # 130693 from novahe/fix/test-cases
> 2156078 Add quota support for PVC with VolumeAttributesClass
> 6056c27 Merge pull request # 130752 from serathius/watchcache-simplify-delagate
> a2c8b55 Fix test cases that may potentially cause a panic.
> ae901d5 Merge pull request # 130648 from jpbetz/semver-tolerant
> 6ed4233 Simplify shouldDelegateList
> 96b9726 Merge pull request # 130705 from aaron-prindle/validation-gen-add-metric-and-runtime-verification-upstream
> 408f503 Apply feedback
> 3832c30 Merge pull request # 130708 from fuweid/reduce-spans-in-writer
> b8750e7 feat: add declarative validation metrics and associated runtime verification tests
> 92171c8 Add normalization support to CEL semver library, enable in base env
> 1a6db11 Merge pull request # 129407 from serathius/streaming-proto-list-encoder
> 9ff9bbb *: reduce tracing events during streaming JSON objects
> 97b6cb1 chore: change error_matcher.go to use test interface instead of importing testing pkg
> 782d907 Add tolerant parse option to semver
> b2bc62b Merge pull request # 130475 from serathius/watchcache-consistency
> 67ec836 Implement streaming proto encoding
> 67d2550 Merge pull request # 130530 from pacoxu/v1.33-fg-cleanup
> 23e9b2c Implement consistency checking
> dccab55 Merge pull request # 130637 from serathius/watchcache-unify-validation
> d44a862 remove feature gate AdmissionWebhookMatchConditions that was GAed in v1.30
> 855c0d4 Merge pull request # 130555 from thockin/k_k_randfill
> 73e72d1 Unify ListOptions validation between cache and etcd
> bd0e774 remove AggregatedDiscoveryEndpoint that was GAed in v1.30
> 7ee837d Vendor randfill
> 01307e4 remove feature gate RemainingItemCount that was GAed in v1.29
> 9641d30 Use randfill, do API renames
> c2e94ca Merge pull request # 130569 from dims/update-to-latest-cadvisor-v0.52.0
> 7377dfa Merge pull request # 130417 from serathius/watchcache-compact
> e36558f update to v1.22.0-rc.0
> 4305a14 Separate compactWatchCache from increaseRV
> 337542d update to latest cadvisor @ v0.52.0
> d3e44df Merge pull request # 130589 from serathius/watchcache-opts
> c5b8df4 Merge pull request # 130543 from thockin/error_matcher_and_origin
> f422062 Pass storage.ListOptions to WaitUntilFreshAndList
> 163865f Merge pull request # 130320 from Jefftree/relax-openapi-verify
> 0b0eaa3 Fix up ErrorMatcher from feedback
> b12d7a1 Allow OpenAPI verification to pass both with and without strict alpha
> 5edb11a Merge pull request # 130571 from hakuna-matatah/debug-upstream
> 821b679 Merge pull request # 130587 from serathius/watchcache-subtests
> 6faeace Debug latencies in request handler
> 79ec453 Run lists tests in subtests
> 345ad05 Merge pull request # 130549 from jpbetz/validation-gen-pr2
> 7c0ba21 Add declarative validation utility for use from strategies
> 70fe4e2 Merge pull request # 128919 from dashpole/update_otel
> 9b3bebd update go.opentelemetry.io dependencies to v1.33.0/v0.58.0
> 990bed7 Merge pull request # 130450 from JoelSpeed/fix-contains-cidr
> 6a65641 Merge pull request # 129334 from serathius/streaming-json-list-encoder
> 6479174 Fix implementation of ContainsCIDR to allow non-equal addresses
> f2b1ab6 Merge pull request # 130474 from dims/bump-x/crypto-and-x/oauth2
> 38b01a1 Streaming JSON encoder for List
> 69cfb42 Merge pull request # 129688 from cpanato/update-main-go124
> e1e2202 Bump x/oauth2 and x/crypto
> 205c0f5 Merge pull request # 130281 from z1cheng/issue_130264
> 585eff5 bump go.mod to set min go1.24
> 82c8af5 Merge pull request # 130443 from serathius/watchcache-limit
> c576a62 Implement chunking for gzip encoder in deferredResponseWriter
> e03f7e4 Merge pull request # 130400 from serathius/storage-current-rv
> 9e52394 Remove limit support from btree store
> 3ad9385 Move GetCurrentResourceVersion to storage.Interface
> 2ebe70a Merge pull request # 130412 from serathius/watchcache-progress
> 0230ffb Merge pull request # 130399 from serathius/cache-delegator
> a458717 Move watch progress to separate package.
> a64613c Rename CacheProxy to CacheDelegator
> ed3efcd Merge pull request # 130060 from carlory/fix-quota-scope
> 1e7b28d Merge pull request # 129657 from p0lyn0mial/upstream-cacher-resilient-init-back-off
> 13a27b8 Fix a bug where the `ResourceQuota` admission plugin does not respect ANY scope change when a resource is being updated. i.e. to set/unset an existing pod's `terminationGracePeriodSeconds` field.
> fcfce5a Merge pull request # 130279 from serathius/watchcache-snapshot
> 3aea777 storage/cacher/ready: dynamically calculate the retryAfterSeconds
> 4a787e9 Merge pull request # 130344 from tosi3k/wc-upper-bound-capacity
> 09c0e7d Add snapshotting of watch cache behind a feature gate
> 710763d Merge pull request # 130118 from lucasrattz/update-anp
> efe7a1b Add watch cache capacity upper bound adjusting logic
> d522031 Ensure that btree threadedStoreIndexer implements orderedLister
> 8dccd76 Merge pull request # 130359 from my-git9/assertion1
> 4831145 Bump konnectivity-client to v0.31.2
> 95d27c9 Merge pull request # 130187 from mansikulkarni96/129084
> a3d85c2 enable go-required check
> 3a55230 Drop winsymlink go 1.23 workaround
> afb79f8 fix wrong assertion on tests
> 644f8e6 Merge pull request # 130242 from serathius/watchcache-test
> 476d81d Test continuations and exact revision LISTs
> b9bc02f Merge pull request # 130280 from serathius/watchcache-test-refactor
> b9f760c Merge pull request # 130297 from 249043822/br0004
> 1e6e6f0 Refactor TestList and validate continuations to allow testing pagination and more exact RVs in the future
> 9da16fa Fix non-recursive list should also read RequestWatchProgress feature when consistent list from cache is enabled
> f98455c Merge pull request # 122646 from liggitt/deletionTimestamp
> 8dd4460 Merge pull request # 130047 from HirazawaUi/modify-loopback-cert-valid-period
> 1bac1a3 prevent deletionTimestamp from moving into the past
> b6fda29 Merge pull request # 130190 from nkeert/test-validate-deferredResponseWriter-for-multiple-writes
> c533eff adjusting loopback certificate validity in kube-apiserver
> 938d466 Merge pull request # 130249 from seans3/bump-websockets-version
> 11288ef Add a test to validate deferredResponseWriteron multiple write calls
> ff5a72e Update gorilla/websockets library from 1.5.0 to latest 1.5.3
> 52dde33 Merge pull request # 130126 from fuweid/fix-128314
> 35a4ee0 Merge pull request # 129852 from p0lyn0mial/upstream-clock-test-cache
> 2a04234 proxy: should add PingPeriod for websocket translator
> 08a05f9 Merge pull request # 130113 from AwesomePatrol/129931-fix-3
> 23e8a6c cacher: decrease the running time of TestConsistentReadFallback
> 87cccf7 Limit ResourceQuota LIST requests to times when informer is not synced
> 8a149c9 cacher/cacher_whitebox_test: newTestCacherWithoutSyncing allow passing a clock
> c471778 Merge pull request # 129934 from serathius/graduate-btree
> 4628bb8 Merge pull request # 129416 from siyuanfoundation/refactor
> c1a2d59 Graduate BtreeWatchCache feature gate to GA
> 9bb5fd5 Merge pull request # 129929 from serathius/deprecate-separate-rpc
> 9bb4aa7 Refactor compatibility version code
> 7b8dc61 Merge pull request # 129930 from serathius/deprecate-watch-from-storage
> 66f7881 Flip SeparateCacheWatchRPC feature gate to false and deprecate it.
> 0198fdb Merge pull request # 129921 from srivastav-abhishek/fix-etcd-test
> 0167eb5 Deprecate WatchFromStorageWithoutResourceVersion
> 2ce508c Merge pull request # 129844 from cici37/bumCEL
> 55da1af Additional timeout to receive all watchEvents
> 39a73cd Merge pull request # 129813 from yongruilin/golangci-featuregate-add
> 69f7857 Update the env option.
> 52f2fda Merge pull request # 129596 from cici37/cvTest
> ee59411 feat: add a lint rule to prevent Add unversioned featuregate
> 7e0cbb5 Bump cel-go to v0.23.2.
> 6c0d90b Merge pull request # 129751 from pacoxu/EfficientWatchResumption
> 3a132bf Add test for compatible version
> 2911f5b Merge pull request # 129815 from dims/linter-to-ensure-go-cmp/cmp-is-used-only-in-tests
> a2ab8dc remove GAed EfficientWatchResumption since v1.24
> 0a703e3 Linter to ensure go-cmp/cmp is used ONLY in tests
> f6d3d88 Merge pull request # 129786 from JoelSpeed/drop-netip-variables
> a3f27ce Drop declaration of IP/CDIR type CEL variables
> e35b5a7 Merge pull request # 129732 from dims/switch-to-v2.6.3-of-gopkg.in/go-jose/go-jose.v2
> cf7237e Merge pull request # 127709 from pohly/log-client-go-rest
> 736476d update github.com/coreos/go-oidc to v2.3.0
> 6885e99 Merge pull request # 129538 from hzxuzhonghu/http2-clean
> c2262d5 client-go/rest: backoff with context support
> 6e7ca2c Switch to gopkg.in/go-jose/go-jose.v2 @ v2.6.3
> 0e1bb96 Merge pull request # 129679 from pacoxu/remove-APIListChunking
> 29de537 Cleanupï: only initiate http2 server options when http2 is not disabled
> b66aedf remove APIListChunking which was GAed since v1.29
> 626adbf Merge pull request # 129303 from sttts/sttts-vap-jsonpatch-typeresolver-tests
> ae92d91 Merge pull request # 129628 from 249043822/br004
> ca7102a apiserver/admission/cel: add unit tests for JSONPatch expressions
> 2387b5d Merge pull request # 129633 from skitt/revert-go-difflib-go-spew
> e802cf6 remove duplicate getAttrsFunc calls to reduce temporary memory allocations
> 2c1a1fa Merge pull request # 129547 from serathius/watchcache-bypass-test-valid
> 695a3a4 Revert to go-difflib and go-spew releases
> cd99ead Merge pull request # 129622 from dims/update-to-latest-kustomize-v5.6.0
> a6c0914 Only test requests that pass validation
> 37d4665 Merge pull request # 127375 from omerap12/issue_126311
> 5f060d9 Drop github.com/asaskevich/govalidator
> 76f1672 Merge pull request # 129590 from wojtek-t/cleanup_feature_gates
> 7ca4de7 lint: removed empty line
> 30363fd Remove WatchBookmark feature gate
> 81ab7e0 Add test for CEL reserved symbols without double underscore
> 5edcd3c Merge pull request # 124087 from krzysdabro/tests-apiserver-options-kms
> e62b626 Merge pull request # 129443 from serathius/watchcache-proxy
> 2146712 apiserver: decrease timeout for TestKMSHealthzEndpoint
> 6c47046 Merge pull request # 129439 from serathius/refactor-delegate-2
> 74be087 Extract and unify cache bypass logic by creating a CacheProxy struct
> b431778 Refactor shouldDelegateList
> a2cdf2c Merge pull request # 129540 from serathius/test-list-cache-bypass
> 2241ea0 Merge pull request # 129542 from serathius/watchcache-benchmark-namespace
> 3c47ed7 Test all possible combinations of input for shouldDelegateList
> 8161d73 Add benchmarking of namespace index
> c7ea661 Merge pull request # 129441 from serathius/watchcache-benchmark
> 893803d Merge pull request # 129440 from serathius/watchcache-extract-list-response
> fd21d18 Improve benchmark to handle multiple dimensions
> 2cad252 Merge pull request # 129430 from MadhavJivrajani/go124-webhook-regex-ut
> 62c90b1 Extract list response struct to manage all the response fields
> e6eb589 Merge pull request # 129349 from dims/bump-x/net-to-v0.33.0
> 7c924dc webhook: alter regex to account for x509sha1 GODEBUG removal
> 006dd59 Merge pull request # 128872 from alvaroaleman/generics
> 825f36b Bump x/net to v0.33.0
> 84b3c4c Use generic btree in watchcache
> a53d8f1 Update github.com/google/btree
> 494066f Merge pull request # 128279 from Jefftree/compat-133
> 15b54ba Expand emulated version range to n-3 with 1.31 floor
> c7fb780 Merge pull request # 129074 from siyuanfoundation/fgv
> 0daeb9f Add Validation to versioned feature specs.
> b3597c0 Merge pull request # 129205 from tosi3k/wc-configurable-retention
> f5b4a60 Merge pull request # 129213 from Jefftree/k-openapi
> 0dcf3e9 Configure watch cache history window based on request timeout
> 665a8df Merge pull request # 128343 from Jefftree/responsewriter-test
> 68ddbb0 bump kube-openapi
> b62222b Merge pull request # 129195 from dims/update-x/crypto/ssh-dependency
> ada3ee1 add test for inmemory response writer
> 6ecac9f Merge pull request # 128844 from cheftako/updateANP
> dbfbe37 Update x/crypto/ssh dependency
> 988c0f8 Merge pull request # 129054 from pohly/remove-import-name
> c8d9720 Bump konnectivity-client to v0.31.1
> 0a3c895 Merge pull request # 128890 from kei01234kei/output_log_when_server_shutdown_is_failed
> b846629 remove import doc comments
> 47024d9 Merge pull request # 128862 from MariamFahmy98/map-unit-tests
> 753940e 📝 output log when server shutdown is failed
> ea0b9ce Merge pull request # 128621 from kmala/master
> b858201 fix: remove duplicated unit tests in JSONPatch and ApplyConfiguration
> df1723c Merge pull request # 127897 from modulitos/add-x509-uid-to-user
> d513755 update the github.com/golang-jwt/jwt/v4 dependency
> 3658357 Merge pull request # 129103 from liggitt/drop-winreadlinkvolume
> 026bd87 set user.DefaultInfo.UID from x509 cert
> 9add4d0 Drop use of winreadlinkvolume godebug option
> 99abade Merge pull request # 129081 from stlaz/fg_remote_uid
> 79e6f1f Merge pull request # 129083 from liggitt/go1.23windows
> 5047b8f featuregate UID in RequestHeader authenticator
> aaeb01b Revert to go1.22 windows filesystem stdlib behavior
> cccad30 Merge pull request # 128722 from dims/possible-fix-for-alpha-feature-breaking-tests
> 51b4b49 Possible fix for alpha CI jobs failing with AllowUnsafeMalformedObjectDeletion switched on
bumping k8s.io/apimachinery 59e9003...173776a:
> 173776a Merge pull request # 131708 from tigrato/automated-cherry-pick-of-# 131702-upstream-release-1.33
> a3d1fde fix: fixes a possible panic in `NewYAMLToJSONDecoder`
> 955939f bump etcd 3.5.21 sdk
> e8a77bd Merge pull request # 130910 from googs1025/fix/datarace
> 7e8c77e Merge pull request # 130906 from serathius/streaming-validation
> 27fd396 flake: fix data race for func TestBackoff_Step
> 8bcc6f1 Update kube-openapi and integrate streaming tags validation
> 6ce776c Merge pull request # 130857 from thockin/kk_small_vg_diffs
> f2c94d6 Comment on origin and JSON schema
> b63ba07 Use origin in validateFalse's own test
> beddba4 Use test.Helper in helper funcs
> eaf4038 Merge pull request # 130354 from siyuanfoundation/forward-api
> c8bf404 Merge pull request # 130019 from yongruilin/version-intro
> 39750cd Add emulation forward compatibility into api enablement and RemoveDeletedKinds.
> a04ff37 Merge pull request # 122550 from danwinship/tighten-ip-validation
> 18f4642 refactor: detach Info from apimachinery util version
> 2eee037 Merge pull request # 130705 from aaron-prindle/validation-gen-add-metric-and-runtime-verification-upstream
> 7186701 Fix IP/CIDR validation to allow updates to existing invalid objects
> a78ae8b feat: extend version information with more detailed version fields
> 2687636 Merge pull request # 130739 from jpbetz/declarative-validation-test-infra
> f33bb5d chore: change error_matcher.go to use test interface instead of importing testing pkg
> 72340d2 Add legacy versions of IsValidIP/IsValidCIDR
> d9e6c50 Introduce versioned validation test utilitizes and add fuzz tester
> 8aa42c4 Slightly improve EndpointSlice address validation
> e79d000 Merge pull request # 129407 from serathius/streaming-proto-list-encoder
> 5b974f2 Add validation.IsValidInterfaceAddress
> 87bb4f9 Merge pull request # 130730 from jpbetz/minimum-tag
> e0ec816 Implement streaming proto encoding
> a18d60b Add +k8s:minimum validation tag
> 6e3d6ca Merge pull request # 128786 from danwinship/bad-ip-warnings
> 56015c7 Merge pull request # 130699 from thockin/master_validation-gen_odd_cases
> fe80b85 Add utilvalidation.GetWarningsForIP and .GetWarningsForCIDR
> 40f26b3 Merge pull request # 130695 from yongruilin/validation-gen_coveredbydeclarative
> af97bd6 Prevent usage patterns we don't want to support
> ba7db19 Split out IP validation functions into their own file
> 06dde8a Add CoveredByDeclarative to field error struct
> ee322b2 Merge pull request # 130666 from thockin/yaml_json_ambiguous_decode
> e25aab0 Merge pull request # 130555 from thockin/k_k_randfill
> 9b3d085 Better handling of YAML that tastes like JSON
> a18d7f2 Vendor randfill
> 78ddbb8 Use randfill, do API renames
> ac04c7e Merge pull request # 130569 from dims/update-to-latest-cadvisor-v0.52.0
> a3f7d4e Merge pull request # 130543 from thockin/error_matcher_and_origin
> 7802db1 update to v1.22.0-rc.0
> a70cc77 Fix up ErrorMatcher from feedback
> 4dfd1a6 update to latest cadvisor @ v0.52.0
> b5eba29 Merge pull request # 130511 from z1cheng/issue_130395
> e93b7f2 Merge pull request # 130549 from jpbetz/validation-gen-pr2
> e8d821e Implement tests for encoding collections in Proto
> 39f6713 Add declarative validation to scheme
> 9dca0b5 Merge pull request # 130349 from jpbetz/validation-gen-pr1
> 14ab970 Add validators: immutable
> 93247ca Add validators: optional/required/forbidden
> f6058d5 Add validators: eachkey, eachval, subfield
> 77caaf9 Add validation-gen test infrastructure
> 13b1842 Introduce validation-gen
> 4e96674 Merge pull request # 128919 from dashpole/update_otel
> ded50ec update go.opentelemetry.io dependencies to v1.33.0/v0.58.0
> a3e3122 Merge pull request # 130388 from thockin/error_matcher_and_origin
> 7d0dbe2 Merge pull request # 129334 from serathius/streaming-json-list-encoder
> 46d8d84 Add an error matcher, convert 2 tests
> 609a765 Merge pull request # 130474 from dims/bump-x/crypto-and-x/oauth2
> 1e89b89 Streaming JSON encoder for List
> fa95ab3 Fix nits from PR 130355
> 6c5685c Merge pull request # 130355 from yongruilin/validation_origin
> f7c9d8b Bump x/oauth2 and x/crypto
> 758f86d Merge pull request # 129688 from cpanato/update-main-go124
> 0571dbf test: convert ValidateEndpointsCreate to use error Origin field in test
> 68b2a81 Switch to private instances of rand for seeding for tests
> da1b1a9 feat: Add Origin field to Error and related methods
> aac66c8 bump go.mod to set min go1.24
> ee1e055 Merge pull request # 130220 from serathius/streaming-json-tests
> a783532 Merge pull request # 130187 from mansikulkarni96/129084
> e38241d Add tests for encoding collections in JSON for KEP-5116
> 0a41670 Drop winsymlink go 1.23 workaround
> 47e7fa9 Merge pull request # 130151 from marosset/windows-unit-tests-externaljwt-plugin-fixes
> 11b535c fixing various unit tests on Windows that create abstract sockets
> 46c230e Merge pull request # 130049 from aojea/avoid_ginkgo_dep
> a19f1f8 Merge pull request # 129792 from likakuli/fix-errshortbuffer
> d8c2c0a reduce dependencies in apimachinery net testing utils
> 1235242 Merge pull request # 129341 from pohly/log-client-go-watch
> f7fd8b3 fix: Fix the issue of relist caused by client-side timeout
> a2cb7d3 Merge pull request # 125046 from tklauser/min-max-builtins
> 675c4f7 client-go + apimachinery watch: context support
> 4c61591 Merge pull request # 129815 from dims/linter-to-ensure-go-cmp/cmp-is-used-only-in-tests
> b93cf32 Use Go 1.21 min/max builtins
> d5dedd0 Linter to ensure go-cmp/cmp is used ONLY in tests
> 45d29dc Merge pull request # 129611 from carlory/cleanup-WatchBookmark
> c74304d Merge pull request # 129346 from pohly/log-client-go-apimachinery-wait
> 5036924 remove WatchBookmark feature-gate comment from types.go
> f863467 Merge pull request # 129633 from skitt/revert-go-difflib-go-spew
> b6d30bd apimachinery wait: support contextual logging
> 808ab77 Revert to go-difflib and go-spew releases
> 3e8e52d Merge pull request # 129349 from dims/bump-x/net-to-v0.33.0
> c485e50 Bump x/net to v0.33.0
> 307a3dd Merge pull request # 126387 from pohly/log-client-go-tools-cache-apis
> a1a247a Merge pull request # 129257 from liggitt/coerce-labels-annotations
> 6091c6a k8s.io/apimachinery: add HandleCrashWithLogger and HandleErrorWithLogger
> 8d8a7ac Coerce null label and annotation values to empty string
> 767f17a Merge pull request # 129213 from Jefftree/k-openapi
> ff1373e bump kube-openapi
> cfa44a1 Merge pull request # 128659 from saschagrunert/google-go-protobuf
> 5765d81 Replace `github.com/golang/protobuf` with `google.golang.org/protobuf`
> 7249ce1 Merge pull request # 129195 from dims/update-x/crypto/ssh-dependency
> f228881 Update x/crypto/ssh dependency
> d2cfef5 Merge pull request # 129170 from benluddy/cyclic-marshaler-cache-race
> 146e532 Merge pull request # 129054 from pohly/remove-import-name
> 373952f Fix data race in CBOR serializer's custom marshaler type cache.
> 6e120e1 Merge pull request # 127897 from modulitos/add-x509-uid-to-user
> 15f29b9 remove import doc comments
> 8c60292 Merge pull request # 129103 from liggitt/drop-winreadlinkvolume
> aa837c2 set user.DefaultInfo.UID from x509 cert
> f9c043a Drop use of winreadlinkvolume godebug option
> a0ca814 Merge pull request # 129083 from liggitt/go1.23windows
> 65d79dc Revert to go1.22 windows filesystem stdlib behavior
> 96b97de Merge pull request # 127513 from tkashem/delete-undecryptable
bumping k8s.io/client-go 86ff7a1...e7397e5:
> e7397e5 Update dependencies to v0.33.1 tag
> ecbbb06 bump etcd 3.5.21 sdk
> 2086688 Merge pull request # 129970 from mortent/AddResourceV1beta2API
> e359642 Merge pull request # 130556 from sreeram-venkitesh/kep-4960-container-stop-signals
> dba34c7 Run make update
> 3bf0a05 Merge pull request # 130797 from jm-franc/configurable-tolerance
> 7a03a3b Generated files
> 1676beb Refresh autogenerated files following the configurable tolerance updates.
> 387edb8 Merge pull request # 130967 from aojea/listers
> a27e26d Merge pull request # 129872 from seans3/websocket-https-proxy
> 21dc3b4 benchmark to show inefficient linear search lookup
> e782ad6 Merge pull request # 130764 from cici37/partitionableDevice
> c77f9e4 Websocket HTTPS proxy support
> 379ed45 Auto gen
> b0ed730 Merge pull request # 130844 from danwinship/improved-traffic-distribution
> a9cdb02 Merge pull request # 130447 from pohly/dra-device-taints
> 789d60d update generate docs for PreferSameTrafficDistribution
> 169f1af Merge pull request # 130906 from serathius/streaming-validation
> 71c858c DRA: generated files for device taints API
> ac9f6ff Merge pull request # 130901 from deads2k/perms
> 9475320 Update kube-openapi and integrate streaming tags validation
> 7ed5fa7 Implement KEP 4876 Mutable CSINode (# 130007)
> c8ae9cf add API approvers to generated applyconfigurations
> c5b5cae Merge pull request # 129954 from iholder101/swap/capacity-on-node-sys-info
> b4e9c91 Merge pull request # 130721 from yanhuan0802/fix-informer-typo
> 9a7d64c add auto-generated files: ./hack/update-codegen.sh
> 97feb5b Merge pull request # 130347 from Jefftree/remove-v2beta1-agg-discovery
> 4ba25ca fix: shared informer typos
> 8ddf440 Gate apidiscovery/v2beta1 serving with a feature gate
> 595b7ca Merge pull request # 130725 from jpbetz/replication-controller-minimums-to-declarative
> 5f67685 Merge pull request # 129345 from pohly/log-client-go-workqueue
> d6ee382 Add declarative default for RC.Spec.MinReadySeconds
> 7faeb31 Merge pull request # 130751 from Jefftree/cle-promote-beta
> a96aa53 client-go workqueue: add optional logger
> 5adc342 Add declarative default for RC.Spec.Replicas
> 8489267 Merge pull request # 130693 from novahe/fix/test-cases
> 0a56d35 generated
> 8ee5c99 Merge pull request # 130748 from jpbetz/revert-125102
> 5c7f206 Fix test cases that may potentially cause a panic.
> dbe73bc Add LeaseCandidate v1beta1
> bcd3642 Revert PR 125102: Add unit tests to client-go/tools/cache/listers.go
> 92865bf Merge pull request # 125102 from 0xMALVEE/unit-tests-listers.go
> 65ca8d8 Merge pull request # 128499 from stlaz/ctb_betav1
> 8410e24 testes written for cache/listers.go
> 2241515 generate code
> a50f4a6 Merge pull request # 130555 from thockin/k_k_randfill
> 1459662 Vendor randfill
> 4a6072d Use randfill, do API renames
> b3c8744 Merge pull request # 130569 from dims/update-to-latest-cadvisor-v0.52.0
> d42a6bb Merge pull request # 130352 from natasha41575/kubelet-pod-observedgen
> dd81c64 update to v1.22.0-rc.0
> 0445543 Merge pull request # 130635 from zimnx/fix-websocket-read-error
> 3c80fbb run 'make update'
> 9cfcaac update to latest cadvisor @ v0.52.0
> d5f336d Merge pull request # 130489 from p0lyn0mial/upstream-fake-client-pass-opts
> c1ee4cc Return correct error upon websocket message read failure
> a48b937 Merge pull request # 130470 from p0lyn0mial/upstream-fake-client-opts-watch
> 7b0f098 ./hack/update-codegen.sh
> ca10b28 Merge pull request # 128586 from mortent/DRAPrioritizedList
> 2790aee client-go/gentype/fake: sets opts.Watch true
> ec8a292 Merge pull request # 130515 from Jefftree/revert-cle-beta-types
> 2143ace Run make update
> 05e64ee Merge pull request # 128919 from dashpole/update_otel
> 41d7de3 Revert "LeaseCandidate alpha -> beta,"
> 030621a update go.opentelemetry.io dependencies to v1.33.0/v0.58.0
> 29076db Revert "generated"
> cb16ee3 Merge pull request # 130474 from dims/bump-x/crypto-and-x/oauth2
> ebce4d7 Merge pull request # 130291 from Jefftree/cle-beta
> 9dffd3c Bump x/oauth2 and x/crypto
> 8247f1e Merge pull request # 129338 from pohly/log-client-go-certificates
> 50aba71 generated
> b46275a Merge pull request # 129688 from cpanato/update-main-go124
> d0f5d55 client-go certificate: context-aware APIs and logging
> e6e6fcf LeaseCandidate alpha -> beta,
> a126675 bump go.mod to set min go1.24
> 8dd5edb Merge pull request # 130359 from my-git9/assertion1
> 8fa90a0 Merge pull request # 130187 from mansikulkarni96/129084
> d8b34c3 fix wrong assertion on tests
> c92258a Drop winsymlink go 1.23 workaround
> 9c375bc Merge pull request # 129790 from aojea/event_name
> d067ae2 Merge pull request # 130269 from tmmorin/fix-optimitically-typo
> 023460f events: ensure the name is valid
> 84ec134 Merge pull request # 130047 from HirazawaUi/modify-loopback-cert-valid-period
> 89a3804 fix typo: optimitically -> optimistically
> 72c2d4d Merge pull request # 130249 from seans3/bump-websockets-version
> 5c24986 adjusting loopback certificate validity in kube-apiserver
> 7392886 Update gorilla/websockets library from 1.5.0 to latest 1.5.3
> 90ccd59 Merge pull request # 130105 from seans3/websocket-logging-level
> bf05f9c Merge pull request # 130039 from p0lyn0mial/upstream-fake-client-improve-unit-test
> 3ead27a Update websocket logging levels for better debuggability
> 8683d2d Merge pull request # 130049 from aojea/avoid_ginkgo_dep
> 2b1c073 fake/clientset: improve TestNewSimpleClientset
> fb7de29 reduce dependencies in apimachinery net testing utils
> 07d61b6 Merge pull request # 129341 from pohly/log-client-go-watch
> 362c5e8 Merge pull request # 129568 from deads2k/tighten-fifo-interface
> 57bc261 client-go watch: NewIndexerInformerWatcherWithContext -> WithLogger
> f203084 Merge pull request # 129330 from pohly/log-client-go-transport
> f2d9cfb switch to using the real FIFO
> e8a7cb0 client-go informers: provide ListWatch *WithContext variants
> ce24f3c Merge pull request # 129815 from dims/linter-to-ensure-go-cmp/cmp-is-used-only-in-tests
> 82fcce0 client-go/transport: structured, contextual logging
> 43bf1a1 make a real FIFO implementation
> bad1caa client-go + apimachinery watch: context support
> de67e02 Linter to ensure go-cmp/cmp is used ONLY in tests
> 52af3bd Remove cache.ErrRequeue
> 97f3d26 Merge pull request # 128546 from atiratree/pod-replacement-policy-terminating-pods
> d853ccf Remove Queue.AddIfNotPresent
> df7621a update generated files and feature gates
> f29637f shrink the cache.Queue interface to what is actually used
> 9f1cce4 `client-go`: transform `watchErrorStream` to wrap the underlying error (# 129765)
> 3b09c13 Merge pull request # 128971 from aojea/servicecidr_ga
> 3617101 Merge pull request # 127709 from pohly/log-client-go-rest
> a9177f9 make update
> be86cb5 client-go rest: store logger in Result
> 5d128ad client-go/rest: finish conversion to contextual logging
> 7aa9904 client-go/rest: backoff with context support
> 2b2015d client-go/test: warning handler with contextual logging
> 9897373 Merge pull request # 129631 from kishen-v/update-client-go-docs
> 49eb6dc Merge pull request # 129633 from skitt/revert-go-difflib-go-spew
> ea0b82e Update compatibility matrix and maintenance status upto release-1.32
> 2d999b8 Revert to go-difflib and go-spew releases
> 151d631 Merge pull request # 129615 from pohly/log-client-go-tools-cache-apis-fix
> 40cace8 client-go/tools/cache: fix TestAddWhileActive
> e421aed Merge pull request # 129139 from tklauser/client-setconfigdefaults-noerror
> 26c6fd6 Merge pull request # 129343 from pohly/log-client-go-v1-event
> 9f31100 Update generated clients after removing always-nil setConfigDefaults error return value
> ca1e525 Merge pull request # 129349 from dims/bump-x/net-to-v0.33.0
> 1047529 client-go event: add WithContext expansion methods
> 2ad95cf Merge pull request # 128872 from alvaroaleman/generics
> 6584190 Bump x/net to v0.33.0
> 91ed5e1 Update github.com/google/btree
> da6e294 Merge pull request # 129420 from pohly/client-go-tools-cache-testhammercontroller-fix
> 498e3ef client-go cache: fix TestHammerController
> ea791f2 Merge pull request # 126387 from pohly/log-client-go-tools-cache-apis
> 67da6d1 Merge pull request # 129212 from Jefftree/add-clientgo-readme
> 5d289bc client-go/tools/cache: add APIs with context parameter
> d5ac3db Merge pull request # 1394 from Jefftree/patch-1
> ec0ec91 Add client-go README
> b836a27 client-go/tools/cache: goroutine leak checking
> 61ee2c5 Merge pull request # 129213 from Jefftree/k-openapi
> a6e6f66 Delete README.md
> 540fb4f bump kube-openapi
> ab443a5 Merge pull request # 128659 from saschagrunert/google-go-protobuf
> fae881e Merge pull request # 129041 from aojea/flowcontrol
> be40e97 Replace `github.com/golang/protobuf` with `google.golang.org/protobuf`
> 633c24c Merge pull request # 129195 from dims/update-x/crypto/ssh-dependency
> 92b4ec7 flowcontrol: remove testing dependencies
> e82d0c2 Update x/crypto/ssh dependency
> 1df7a02 Merge pull request # 129054 from pohly/remove-import-name
> 706280d Merge pull request # 128753 from skitt/skitt-reviewer-client-go
> 70a4950 remove import doc comments
> 8e21410 Merge pull request # 129103 from liggitt/drop-winreadlinkvolume
> 111d4bc Add myself to client-go reviewers
> e95e61c Drop use of winreadlinkvolume godebug option
> f118320 Merge pull request # 129083 from liggitt/go1.23windows
> 06af948 Revert to go1.22 windows filesystem stdlib behavior
> 3704508 Merge pull request # 126503 from skitt/generic-fake-client
> eb282ed Align fake client-go clients with the main interface
bumping knative.dev/reconciler-test f46fa65...9a20896:
> 9a20896 upgrade to latest dependencies (# 797)
bumping golang.org/x/mod dc121ce...9d33331:
> 9d33331 x/mod: add the ignore directive
> ae88a97 all: change from sort functions to slices functions
bumping github.com/prometheus/client_golang 48e12a1...d50be25:
> d50be25 Cut 1.22.0 (# 1793)
> 1043db7 Cut 1.22.0-rc.0 (# 1768)
> e575c9c promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package (# 1765)
> f2276aa Merge pull request # 1764 from prometheus/dependabot/github_actions/github-actions-bf199c20a5
> a3548c5 Merge pull request # 1754 from saswatamcode/exp-eh
> 9df772c build(deps): bump peter-evans/create-pull-request
> c5cf981 Merge pull request # 1762 from prometheus/release-1.21
> 60fd2b0 Remove go.work file for now
> e84c305 exp: Reset snappy buf (# 1756)
> 8a42da3 Fix ios build. (# 1758)
> 8f9d0de exp: Add dependabot config
> c351d10 Merge pull request # 1753 from prometheus/dependabot/go_modules/github.com/google/go-cmp-0.7.0
> 40c62f7 Merge pull request # 1757 from prometheus/revert-121cas
> 8c4c8fe Merge pull request # 1752 from prometheus/dependabot/go_modules/github.com/klauspost/compress-1.18.0
> 8e74257 build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0
> eaf03ef Cut 1.21.0 (# 1737)
> 689f590 Cut 1.21.1
> 25fdd48 Merge pull request # 1751 from prometheus/dependabot/github_actions/github-actions-1d46c514bf
> 3e9bb22 build(deps): bump github.com/klauspost/compress from 1.17.11 to 1.18.0
> f1f89dc Cut 1.21.0-rc.0 (# 1718)
> 9e567a7 Revert "Add: exponential backoff for CAS operat…1 parent e02b045 commit 0d568f1
854 files changed
Lines changed: 56884 additions & 41803 deletions
File tree
- vendor
- github.com
- go-jose/go-jose/v3
- golang/protobuf/proto
- google/gofuzz
- klauspost/compress
- flate
- fse
- huff0
- internal
- cpuinfo
- le
- snapref
- s2
- zstd
- internal/xxhash
- prometheus/client_golang/prometheus
- internal
- promhttp
- internal
- golang.org/x
- crypto/bcrypt
- mod
- module
- semver
- net
- http2
- trace
- oauth2
- sync/errgroup
- tools
- go
- ast/astutil
- types/objectpath
- internal
- imports
- modindex
- typesinternal
- google.golang.org
- genproto/googleapis
- api/httpbody
- rpc/status
- grpc
- binarylog/grpc_binarylog_v1
- credentials
- insecure
- health/grpc_health_v1
- internal
- credentials
- envconfig
- grpcsync
- resolver/delegatingresolver
- status
- transport
- stats
- protobuf
- internal/editionssupport
- reflect/protodesc
- types/gofeaturespb
- k8s.io
- apiextensions-apiserver/pkg/apis/apiextensions
- v1
- apimachinery/pkg
- apis/meta
- internalversion
- v1beta1
- v1
- unstructured
- validation
- api
- errors
- meta
- operation
- validation
- conversion
- queryparams
- fields
- labels
- runtime
- serializer
- cbor/internal/modes
- json
- protobuf
- types
- util
- diff
- errors
- framer
- intstr
- runtime
- sets
- validation
- field
- wait
- yaml
- version
- watch
- api
- admissionregistration
- v1alpha1
- v1beta1
- v1
- admission/v1
- apidiscovery
- v2beta1
- v2
- apiserverinternal/v1alpha1
- apps
- v1beta1
- v1beta2
- v1
- authentication
- v1alpha1
- v1beta1
- v1
- authorization
- v1beta1
- v1
- autoscaling
- v1
- v2beta1
- v2beta2
- v2
- batch
- v1beta1
- v1
- certificates
- v1alpha1
- v1beta1
- v1
- coordination
- v1alpha2
- v1beta1
- v1
- core/v1
- discovery
- v1beta1
- v1
- events
- v1beta1
- v1
- extensions/v1beta1
- flowcontrol
- v1beta1
- v1beta2
- v1beta3
- v1
- imagepolicy/v1alpha1
- networking
- v1alpha1
- v1beta1
- v1
- node
- v1alpha1
- v1beta1
- v1
- policy
- v1beta1
- v1
- rbac
- v1alpha1
- v1beta1
- v1
- resource
- v1alpha3
- v1beta1
- v1beta2
- scheduling
- v1alpha1
- v1beta1
- v1
- storagemigration/v1alpha1
- storage
- v1alpha1
- v1beta1
- v1
- client-go
- applyconfigurations
- apps
- v1beta1
- v1beta2
- v1
- autoscaling/v2
- certificates/v1beta1
- coordination/v1beta1
- core/v1
- discovery
- v1beta1
- v1
- extensions/v1beta1
- internal
- networking/v1
- resource
- v1alpha3
- v1beta1
- v1beta2
- storage
- v1alpha1
- v1beta1
- v1
- discovery
- features
- gentype
- informers
- admissionregistration
- v1alpha1
- v1beta1
- v1
- apiserverinternal/v1alpha1
- apps
- v1beta1
- v1beta2
- v1
- autoscaling
- v1
- v2beta1
- v2beta2
- v2
- batch
- v1beta1
- v1
- certificates
- v1alpha1
- v1beta1
- v1
- coordination
- v1alpha2
- v1beta1
- v1
- core/v1
- discovery
- v1beta1
- v1
- events
- v1beta1
- v1
- extensions/v1beta1
- flowcontrol
- v1beta1
- v1beta2
- v1beta3
- v1
- networking
- v1alpha1
- v1beta1
- v1
- node
- v1alpha1
- v1beta1
- v1
- policy
- v1beta1
- v1
- rbac
- v1alpha1
- v1beta1
- v1
- resource
- v1alpha3
- v1beta1
- v1beta2
- scheduling
- v1alpha1
- v1beta1
- v1
- storagemigration/v1alpha1
- storage
- v1alpha1
- v1beta1
- v1
- kubernetes
- fake
- scheme
- typed
- admissionregistration
- v1alpha1
- v1beta1
- v1
- apiserverinternal/v1alpha1
- apps
- v1beta1
- v1beta2
- v1
- authentication
- v1alpha1
- v1beta1
- v1
- authorization
- v1beta1
- v1
- autoscaling
- v1
- v2beta1
- v2beta2
- v2
- batch
- v1beta1
- v1
- certificates
- v1alpha1
- v1beta1
- fake
- v1
- coordination
- v1alpha2
- v1beta1
- fake
- v1
- core/v1
- fake
- discovery
- v1beta1
- v1
- events
- v1beta1
- v1
- extensions/v1beta1
- flowcontrol
- v1beta1
- v1beta2
- v1beta3
- v1
- networking
- v1alpha1
- v1beta1
- v1
- fake
- node
- v1alpha1
- v1beta1
- v1
- policy
- v1beta1
- v1
- rbac
- v1alpha1
- v1beta1
- v1
- resource
- v1alpha3
- fake
- v1beta1
- v1beta2
- fake
- scheduling
- v1alpha1
- v1beta1
- v1
- storagemigration/v1alpha1
- storage
- v1alpha1
- v1beta1
- v1
- listers
- certificates/v1beta1
- coordination/v1beta1
- networking/v1
- resource
- v1alpha3
- v1beta2
- pkg
- apis/clientauthentication
- v1beta1
- v1
- version
- rest
- tools
- cache
- clientcmd
- api
- v1
- leaderelection
- record
- util
- transport
- util
- cert
- consistencydetector
- flowcontrol
- workqueue
- code-generator
- cmd
- client-gen
- args
- generators
- fake
- informer-gen/generators
- register-gen/generators
- gengo/v2
- generator
- namer
- parser
- types
- kube-openapi/pkg
- generators
- rules
- spec3
- utils/clock/testing
- knative.dev
- eventing/pkg
- apis/sources/v1alpha1
- kncloudevents
- pkg
- apis/duck
- v1
- codegen/cmd/injection-gen
- generators
- namer
- configmap
- parser
- resolver
- test
- helpers
- zipkin
- version
- webhook
- json
- resourcesemantics/validation
- sigs.k8s.io/randfill
- bytesource
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
72 | | - | |
| 71 | + | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
| |||
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
82 | | - | |
| 81 | + | |
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
| |||
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
101 | 100 | | |
102 | 101 | | |
103 | | - | |
| 102 | + | |
104 | 103 | | |
105 | | - | |
| 104 | + | |
106 | 105 | | |
107 | 106 | | |
108 | | - | |
109 | | - | |
110 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
111 | 110 | | |
112 | 111 | | |
113 | 112 | | |
114 | 113 | | |
115 | 114 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
120 | 119 | | |
121 | | - | |
| 120 | + | |
122 | 121 | | |
123 | 122 | | |
124 | | - | |
| 123 | + | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
0 commit comments