diff options
| author | Ravi Gadde <ravi.gadde@gmail.com> | 2017-06-16 16:15:59 -0700 |
|---|---|---|
| committer | Ravi Gadde <ravi.gadde@gmail.com> | 2017-06-16 16:15:59 -0700 |
| commit | 67add52f8a5eff081e70017283d8f60bfd3a3414 (patch) | |
| tree | 5277b730cab87c37afd2616d11e7e7913a27b8d6 | |
| parent | bf52673c1f647e5d2208d341a33c36ea18eeb79a (diff) | |
Updated the Binding definition
| -rw-r--r-- | contributors/design-proposals/scheduler_extender.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/design-proposals/scheduler_extender.md b/contributors/design-proposals/scheduler_extender.md index ff7b23ca..b4272664 100644 --- a/contributors/design-proposals/scheduler_extender.md +++ b/contributors/design-proposals/scheduler_extender.md @@ -108,8 +108,8 @@ be optionally implemented by the extender. When it is implemented, it is the ext responbility to issue the bind call to the apiserver. Pod name, namespace, UID and Node name are passed to the extender. ```go -// Binding represents the binding of a pod to a node. -type Binding struct { +// ExtenderBindingArgs represents the arguments to an extender for binding a pod to a node. +type ExtenderBindingArgs struct { // PodName is the name of the pod being bound PodName string // PodNamespace is the namespace of the pod being bound |
