From 67add52f8a5eff081e70017283d8f60bfd3a3414 Mon Sep 17 00:00:00 2001 From: Ravi Gadde Date: Fri, 16 Jun 2017 16:15:59 -0700 Subject: Updated the Binding definition --- contributors/design-proposals/scheduler_extender.md | 4 ++-- 1 file 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 -- cgit v1.2.3