Merge pull request #2950 from tmatias/add_metadata_name

add metadata name to HPA v2 example
This commit is contained in:
k8s-ci-robot 2018-11-26 13:56:45 -08:00 committed by GitHub
commit 4fc2b6bf79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -211,6 +211,8 @@ the ReplicationController being autoscaled.
```yaml
kind: HorizontalPodAutoscaler
apiVersion: autoscaling/v2alpha1
metadata:
name: WebFrontend
spec:
scaleTargetRef:
kind: ReplicationController