mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-23 21:57:30 +00:00
published by bot
(https://github.com/kubernetes/contrib/tree/master/mungegithub) copied from https://github.com/kubernetes/kubernetes.git, branch master, last commit is 4f8f6006cf17a3189fbd51a83fe3864d247d6796
This commit is contained in:
parent
14ee64eb52
commit
98aceecbfb
@ -1,5 +1,4 @@
|
|||||||
approvers:
|
approvers:
|
||||||
- bgrant0607
|
|
||||||
- erictune
|
- erictune
|
||||||
- lavalamp
|
- lavalamp
|
||||||
- smarterclayton
|
- smarterclayton
|
||||||
@ -9,7 +8,6 @@ reviewers:
|
|||||||
- lavalamp
|
- lavalamp
|
||||||
- smarterclayton
|
- smarterclayton
|
||||||
- wojtek-t
|
- wojtek-t
|
||||||
- bgrant0607
|
|
||||||
- deads2k
|
- deads2k
|
||||||
- yujuhong
|
- yujuhong
|
||||||
- brendandburns
|
- brendandburns
|
||||||
|
@ -561,8 +561,7 @@ type KubeSchedulerConfiguration struct {
|
|||||||
// kubeAPIBurst is the QPS burst to use while talking with kubernetes apiserver.
|
// kubeAPIBurst is the QPS burst to use while talking with kubernetes apiserver.
|
||||||
KubeAPIBurst int32
|
KubeAPIBurst int32
|
||||||
// schedulerName is name of the scheduler, used to select which pods
|
// schedulerName is name of the scheduler, used to select which pods
|
||||||
// will be processed by this scheduler, based on pod's annotation with
|
// will be processed by this scheduler, based on pod's "spec.SchedulerName".
|
||||||
// key 'scheduler.alpha.kubernetes.io/name'.
|
|
||||||
SchedulerName string
|
SchedulerName string
|
||||||
// RequiredDuringScheduling affinity is not symmetric, but there is an implicit PreferredDuringScheduling affinity rule
|
// RequiredDuringScheduling affinity is not symmetric, but there is an implicit PreferredDuringScheduling affinity rule
|
||||||
// corresponding to every RequiredDuringScheduling affinity rule.
|
// corresponding to every RequiredDuringScheduling affinity rule.
|
||||||
|
@ -122,8 +122,7 @@ type KubeSchedulerConfiguration struct {
|
|||||||
// kubeAPIBurst is the QPS burst to use while talking with kubernetes apiserver.
|
// kubeAPIBurst is the QPS burst to use while talking with kubernetes apiserver.
|
||||||
KubeAPIBurst int `json:"kubeAPIBurst"`
|
KubeAPIBurst int `json:"kubeAPIBurst"`
|
||||||
// schedulerName is name of the scheduler, used to select which pods
|
// schedulerName is name of the scheduler, used to select which pods
|
||||||
// will be processed by this scheduler, based on pod's annotation with
|
// will be processed by this scheduler, based on pod's "spec.SchedulerName".
|
||||||
// key 'scheduler.alpha.kubernetes.io/name'.
|
|
||||||
SchedulerName string `json:"schedulerName"`
|
SchedulerName string `json:"schedulerName"`
|
||||||
// RequiredDuringScheduling affinity is not symmetric, but there is an implicit PreferredDuringScheduling affinity rule
|
// RequiredDuringScheduling affinity is not symmetric, but there is an implicit PreferredDuringScheduling affinity rule
|
||||||
// corresponding to every RequiredDuringScheduling affinity rule.
|
// corresponding to every RequiredDuringScheduling affinity rule.
|
||||||
|
1
vendor/k8s.io/apimachinery/pkg/api/errors/OWNERS
generated
vendored
1
vendor/k8s.io/apimachinery/pkg/api/errors/OWNERS
generated
vendored
@ -3,7 +3,6 @@ reviewers:
|
|||||||
- lavalamp
|
- lavalamp
|
||||||
- smarterclayton
|
- smarterclayton
|
||||||
- wojtek-t
|
- wojtek-t
|
||||||
- bgrant0607
|
|
||||||
- deads2k
|
- deads2k
|
||||||
- brendandburns
|
- brendandburns
|
||||||
- derekwaynecarr
|
- derekwaynecarr
|
||||||
|
Loading…
Reference in New Issue
Block a user