diff --git a/docs/devel/api_changes.md b/docs/devel/api_changes.md old mode 100644 new mode 100755 index 57787c723f8..20ee745d9ac --- a/docs/devel/api_changes.md +++ b/docs/devel/api_changes.md @@ -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 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 api.Scheme.AddFieldLabelConversionFunc with a mapping function that understands supported translations.