Correcting API version in example (#13670)

API version of KubeSchedulerConfiguration is corrected to kubescheduler.config.k8s.io
pull/13561/head^2
Rajesh Deshpande 2019-04-09 06:45:07 +05:30 committed by Kubernetes Prow Robot
parent 5f6cc2de23
commit d3cd85d496
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ smaller than 5.
Below is an example configuration that sets `percentageOfNodesToScore` to 50%.
```yaml
apiVersion: componentconfig/v1alpha1
apiVersion: kubescheduler.config.k8s.io/v1alpha1
kind: KubeSchedulerConfiguration
algorithmSource:
provider: DefaultProvider