diff --git a/content/zh-cn/docs/reference/config-api/kube-scheduler-config.v1beta3.md b/content/zh-cn/docs/reference/config-api/kube-scheduler-config.v1beta3.md index 6db16ca75e..60fb03f3e9 100644 --- a/content/zh-cn/docs/reference/config-api/kube-scheduler-config.v1beta3.md +++ b/content/zh-cn/docs/reference/config-api/kube-scheduler-config.v1beta3.md @@ -24,6 +24,248 @@ auto_generated: true - [PodTopologySpreadArgs](#kubescheduler-config-k8s-io-v1beta3-PodTopologySpreadArgs) - [VolumeBindingArgs](#kubescheduler-config-k8s-io-v1beta3-VolumeBindingArgs) +## `ClientConnectionConfiguration` {#ClientConnectionConfiguration} + + +**出现在:** + +- [KubeSchedulerConfiguration](#kubescheduler-config-k8s-io-v1beta3-KubeSchedulerConfiguration) + + +
ClientConnectionConfiguration 中包含用来构造客户端所需的细节。
+ +字段 | 描述 |
---|---|
kubeconfig [必需]+ string
+ |
+
+
+ 此字段为指向 KubeConfig 文件的路径。 + |
+
acceptContentTypes [必需]+ string
+ |
+
+
+
+ |
+
contentType [必需]+ string
+ |
+
+
+
+ |
+
qps [必需]+ float32
+ |
+
+
+
|
+
burst [必需]+ int32
+ |
+
+
+
|
+
DebuggingConfiguration 保存与调试功能相关的配置。
+ +字段 | 描述 |
---|---|
enableProfiling [必需]+ bool
+ |
+
+
+ 此字段允许通过 Web 接口 host:port/debug/pprof/ 执行性能分析。 + |
+
enableContentionProfiling [必需]+ bool
+ |
+
+
+ 此字段在 |
+
+LeaderElectionConfiguration 为能够支持领导者选举的组件定义其领导者选举客户端的配置。 +
+ +字段 | 描述 |
---|---|
leaderElect [必需]+ bool
+ |
+
+
+
+ |
+
leaseDuration [必需]+ meta/v1.Duration
+ |
+
+
+
+ |
+
renewDeadline [必需]+ meta/v1.Duration
+ |
+
+
+
+ |
+
retryPeriod [必需]+ meta/v1.Duration
+ |
+
+
+
+ |
+
resourceLock [必需]+ string
+ |
+
+
+ resourceLock 给出在领导者选举期间要作为锁来使用的资源对象类型。 + |
+
resourceName [必需]+ string
+ |
+
+
+ resourceName 给出在领导者选举期间要作为锁来使用的资源对象名称。 + |
+
resourceNamespace [必需]+ string
+ |
+
+
+ resourceNamespace 给出在领导者选举期间要作为锁来使用的资源对象所在名字空间。 + |
+
ClientConnectionConfiguration 中包含用来构造客户端所需的细节。
- -字段 | 描述 |
---|---|
kubeconfig [必需]- string
- |
-
-
- 此字段为指向 KubeConfig 文件的路径。 - |
-
acceptContentTypes [必需]- string
- |
-
-
-
- |
-
contentType [必需]- string
- |
-
-
-
- |
-
qps [必需]- float32
- |
-
-
-
|
-
burst [必需]- int32
- |
-
-
-
|
-
DebuggingConfiguration 保存与调试功能相关的配置。
- -字段 | 描述 |
---|---|
enableProfiling [必需]- bool
- |
-
-
- 此字段允许通过 Web 接口 host:port/debug/pprof/ 执行性能分析。 - |
-
enableContentionProfiling [必需]- bool
- |
-
-
- 此字段在 |
-
-LeaderElectionConfiguration 为能够支持领导者选举的组件定义其领导者选举客户端的配置。 -
- -字段 | 描述 |
---|---|
leaderElect [必需]- bool
- |
-
-
-
- |
-
leaseDuration [必需]- meta/v1.Duration
- |
-
-
-
- |
-
renewDeadline [必需]- meta/v1.Duration
- |
-
-
-
- |
-
retryPeriod [必需]- meta/v1.Duration
- |
-
-
-
- |
-
resourceLock [必需]- string
- |
-
-
- resourceLock 给出在领导者选举期间要作为锁来使用的资源对象类型。 - |
-
resourceName [必需]- string
- |
-
-
- resourceName 给出在领导者选举期间要作为锁来使用的资源对象名称。 - |
-
resourceNamespace [必需]- string
- |
-
-
- resourceNamespace 给出在领导者选举期间要作为锁来使用的资源对象所在名字空间。 - |
-