Merge pull request #107178 from SataQiu/deprecated-20211222

kube-controller-manager: remove unused option deployment-controller-sync-period for deployment controller
This commit is contained in:
Kubernetes Prow Robot
2022-04-01 21:22:10 -07:00
committed by GitHub
10 changed files with 3 additions and 38 deletions

View File

@@ -48607,19 +48607,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"},
}
}