mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Merge pull request #29099 from lixiaobing10051267/masterRequest
Automatic merge from submit-queue The directory of file "request.go" has been changed, need to modify In file "docs/devel/api_changes.md", line 402: "library](../../pkg/client/unversioned/request.go) has custom conversion code for" Here the directory of request.go "pkg/client/unversioned" has been changed to "pkg/client/restclient", need to modify.
This commit is contained in:
commit
cdfe7b7b42
2
docs/devel/api_changes.md
Normal file → Executable file
2
docs/devel/api_changes.md
Normal file → Executable file
@ -399,7 +399,7 @@ have to do more later. The files you want are
|
|||||||
|
|
||||||
Note that the conversion machinery doesn't generically handle conversion of
|
Note that the conversion machinery doesn't generically handle conversion of
|
||||||
values, such as various kinds of field references and API constants. [The client
|
values, such as various kinds of field references and API constants. [The client
|
||||||
library](../../pkg/client/unversioned/request.go) has custom conversion code for
|
library](../../pkg/client/restclient/request.go) has custom conversion code for
|
||||||
field references. You also need to add a call to
|
field references. You also need to add a call to
|
||||||
api.Scheme.AddFieldLabelConversionFunc with a mapping function that understands
|
api.Scheme.AddFieldLabelConversionFunc with a mapping function that understands
|
||||||
supported translations.
|
supported translations.
|
||||||
|
Loading…
Reference in New Issue
Block a user