Fixes #27095 : Removing registrytoken field from doc as it is deprecated by identitytoken field

Signed-off-by: milindchawre <milindchawre@gmail.com>
Upstream-commit: 72dd684c88976b7c76cceeafe0ab6c98c8963b62
Component: engine
This commit is contained in:
milindchawre
2016-10-13 06:30:34 +00:00
parent 086cdbe518
commit e3ae59fba6
3 changed files with 3 additions and 3 deletions

View File

@ -1786,7 +1786,7 @@ a base64-encoded AuthConfig object.
```
{
"registrytoken": "9cbaf023786cd7..."
"identitytoken": "9cbaf023786cd7..."
}
```

View File

@ -1787,7 +1787,7 @@ a base64-encoded AuthConfig object.
```
{
"registrytoken": "9cbaf023786cd7..."
"identitytoken": "9cbaf023786cd7..."
}
```

View File

@ -1858,7 +1858,7 @@ a base64-encoded AuthConfig object.
```
{
"registrytoken": "9cbaf023786cd7..."
"identitytoken": "9cbaf023786cd7..."
}
```