From 7886bf8166c3eb667c51f9c8e83292b757e2cd08 Mon Sep 17 00:00:00 2001 From: Klaus Ma Date: Wed, 22 Feb 2017 07:58:50 +0800 Subject: [PATCH] Updated spec.schedulername to spec.schedulerName. --- pkg/api/v1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/v1/types.go b/pkg/api/v1/types.go index 64842ed6cd5..306c222c4dc 100644 --- a/pkg/api/v1/types.go +++ b/pkg/api/v1/types.go @@ -2319,7 +2319,7 @@ type PodSpec struct { // If specified, the pod will be dispatched by specified scheduler. // If not specified, the pod will be dispatched by default scheduler. // +optional - SchedulerName string `json:"schedulername,omitempty" protobuf:"bytes,19,opt,name=schedulername"` + SchedulerName string `json:"schedulerName,omitempty" protobuf:"bytes,19,opt,name=schedulerName"` // If specified, the pod's tolerations. // +optional Tolerations []Toleration `json:"tolerations,omitempty" protobuf:"bytes,22,opt,name=tolerations"`