Chore: Remove repetitive words (#84132)

remove repetitive words

Signed-off-by: carrychair <linghuchong404@gmail.com>
This commit is contained in:
carrychair
2024-03-11 20:55:18 +08:00
committed by GitHub
parent 2d0fc3ef33
commit 0913324668
6 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ func GetOpenAPIDefinitions(builders []APIGroupBuilder) common.GetOpenAPIDefiniti
}
}
// Modify the the OpenAPI spec to include the additional routes.
// Modify the OpenAPI spec to include the additional routes.
// Currently this requires: https://github.com/kubernetes/kube-openapi/pull/420
// In future k8s release, the hook will use Config3 rather than the same hook for both v2 and v3
func getOpenAPIPostProcessor(version string, builders []APIGroupBuilder) func(*spec3.OpenAPI) (*spec3.OpenAPI, error) {