Fix issue in reference docs where query parameters were listed as path params and body params were listed as query params.

This commit is contained in:
Phillip Wittrock
2017-01-13 15:08:36 -08:00
parent 2456376b44
commit 72928098ef
541 changed files with 19392 additions and 7312 deletions
@@ -12,6 +12,8 @@ Binding ties one object to another. For example, a pod is bound to a node by a s
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata
target <br /> *[ObjectReference](#objectreference-v1)* | The target object that you want to bind to the standard object.