From 27279a6b21af8fc4422c9ec10623cddf8490acb6 Mon Sep 17 00:00:00 2001 From: lixiaobing10051267 Date: Mon, 18 Jul 2016 17:24:55 +0800 Subject: [PATCH] The directory of file "api_changes.md" has been changed, need to modify --- docs/devel/api_changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 docs/devel/api_changes.md 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.