Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.1 KB

Binding.md

File metadata and controls

53 lines (34 loc) · 1.1 KB

Binding

write

api.v1.namespaces(namespace).pods(name).binding.post

create binding of a Pod

Path

Parameter Description
name name of the Binding
namespace object name and auth scope, such as for teams and projects

Query

Parameter Description
qs Querystring object
qs.pretty If 'true', then the output is pretty printed.

Body

Parameter Description
body #/definitions/io.k8s.api.core.v1.Binding

api.v1.namespaces(namespace).bindings.post

create a Binding

Path

Parameter Description
namespace object name and auth scope, such as for teams and projects

Query

Parameter Description
qs Querystring object
qs.pretty If 'true', then the output is pretty printed.

Body

Parameter Description
body #/definitions/io.k8s.api.core.v1.Binding