mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Updated spec.schedulername to spec.schedulerName.
This commit is contained in:
parent
01bfbb5fa0
commit
7886bf8166
@ -2319,7 +2319,7 @@ type PodSpec struct {
|
|||||||
// If specified, the pod will be dispatched by specified scheduler.
|
// If specified, the pod will be dispatched by specified scheduler.
|
||||||
// If not specified, the pod will be dispatched by default scheduler.
|
// If not specified, the pod will be dispatched by default scheduler.
|
||||||
// +optional
|
// +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.
|
// If specified, the pod's tolerations.
|
||||||
// +optional
|
// +optional
|
||||||
Tolerations []Toleration `json:"tolerations,omitempty" protobuf:"bytes,22,opt,name=tolerations"`
|
Tolerations []Toleration `json:"tolerations,omitempty" protobuf:"bytes,22,opt,name=tolerations"`
|
||||||
|
Loading…
Reference in New Issue
Block a user