Autogenerated

This commit is contained in:
Wojciech Tyczyński
2023-03-06 11:18:12 +01:00
parent 760acbbbe3
commit 280651abcc
2 changed files with 8 additions and 8 deletions

View File

@@ -57366,14 +57366,14 @@ func schema_k8sio_kubelet_config_v1beta1_KubeletConfiguration(ref common.Referen
},
"eventRecordQPS": {
SchemaProps: spec.SchemaProps{
Description: "eventRecordQPS is the maximum event creations per second. If 0, there is no limit enforced. The value cannot be a negative number. Default: 5",
Description: "eventRecordQPS is the maximum event creations per second. If 0, there is no limit enforced. The value cannot be a negative number. Default: 50",
Type: []string{"integer"},
Format: "int32",
},
},
"eventBurst": {
SchemaProps: spec.SchemaProps{
Description: "eventBurst is the maximum size of a burst of event creations, temporarily allows event creations to burst to this number, while still not exceeding eventRecordQPS. This field canot be a negative number and it is only used when eventRecordQPS > 0. Default: 10",
Description: "eventBurst is the maximum size of a burst of event creations, temporarily allows event creations to burst to this number, while still not exceeding eventRecordQPS. This field canot be a negative number and it is only used when eventRecordQPS > 0. Default: 100",
Type: []string{"integer"},
Format: "int32",
},
@@ -57687,14 +57687,14 @@ func schema_k8sio_kubelet_config_v1beta1_KubeletConfiguration(ref common.Referen
},
"kubeAPIQPS": {
SchemaProps: spec.SchemaProps{
Description: "kubeAPIQPS is the QPS to use while talking with kubernetes apiserver. Default: 5",
Description: "kubeAPIQPS is the QPS to use while talking with kubernetes apiserver. Default: 50",
Type: []string{"integer"},
Format: "int32",
},
},
"kubeAPIBurst": {
SchemaProps: spec.SchemaProps{
Description: "kubeAPIBurst is the burst to allow while talking with kubernetes API server. This field cannot be a negative number. Default: 10",
Description: "kubeAPIBurst is the burst to allow while talking with kubernetes API server. This field cannot be a negative number. Default: 100",
Type: []string{"integer"},
Format: "int32",
},