API Version Incorrect (#15734)

pull/15981/head
oneoneonepig 2019-08-21 10:53:20 +08:00 committed by Kubernetes Prow Robot
parent d61d3bee53
commit d66304c4b1
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ For example, if you had your monitoring system collecting metrics about network
you could update the definition above using `kubectl edit` to look like this:
```yaml
apiVersion: autoscaling/v2beta1
apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
metadata:
name: php-apache