remove unused option deployment-controller-sync-period for deployment controller

This commit is contained in:
SataQiu
2022-03-30 20:00:53 +08:00
parent 2e55595d3b
commit 9ac1b4b68f
10 changed files with 3 additions and 38 deletions

View File

@@ -48488,19 +48488,10 @@ func schema_k8sio_kube_controller_manager_config_v1alpha1_DeploymentControllerCo
Format: "int32",
},
},
"DeploymentControllerSyncPeriod": {
SchemaProps: spec.SchemaProps{
Description: "deploymentControllerSyncPeriod is the period for syncing the deployments.",
Default: 0,
Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Duration"),
},
},
},
Required: []string{"ConcurrentDeploymentSyncs", "DeploymentControllerSyncPeriod"},
Required: []string{"ConcurrentDeploymentSyncs"},
},
},
Dependencies: []string{
"k8s.io/apimachinery/pkg/apis/meta/v1.Duration"},
}
}