Skip to content

Commit 4fc2b6b

Browse files
authored
Merge pull request #2950 from tmatias/add_metadata_name
add metadata name to HPA v2 example
2 parents 0b6d1ca + c371101 commit 4fc2b6b

File tree

1 file changed

+2
-0
lines changed
  • contributors/design-proposals/autoscaling

1 file changed

+2
-0
lines changed

contributors/design-proposals/autoscaling/hpa-v2.md

+2
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ the ReplicationController being autoscaled.
211211
```yaml
212212
kind: HorizontalPodAutoscaler
213213
apiVersion: autoscaling/v2alpha1
214+
metadata:
215+
name: WebFrontend
214216
spec:
215217
scaleTargetRef:
216218
kind: ReplicationController

0 commit comments

Comments
 (0)