diff options
| author | Tiago Matias <tmatias10@gmail.com> | 2018-11-19 10:30:25 -0200 |
|---|---|---|
| committer | Tiago Matias <tmatias10@gmail.com> | 2018-11-19 10:30:25 -0200 |
| commit | c37110149d09d4e75deeb40899e344c0186be3fb (patch) | |
| tree | b0717ba9d47ab708fb6fc942671baf92c7c3e32f | |
| parent | c4e87a2524c331f338912595daa50406bc9973c9 (diff) | |
add metadata name to HPA v2 example
| -rw-r--r-- | contributors/design-proposals/autoscaling/hpa-v2.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contributors/design-proposals/autoscaling/hpa-v2.md b/contributors/design-proposals/autoscaling/hpa-v2.md index fba4364c..e01fa299 100644 --- a/contributors/design-proposals/autoscaling/hpa-v2.md +++ b/contributors/design-proposals/autoscaling/hpa-v2.md @@ -211,6 +211,8 @@ the ReplicationController being autoscaled. ```yaml kind: HorizontalPodAutoscaler apiVersion: autoscaling/v2alpha1 +metadata: + name: WebFrontend spec: scaleTargetRef: kind: ReplicationController |
