Skip to content

Commit a8119a3

Browse files
author
Bob Gaydos
committed
bug 1686775 - Typo in Example openshift#1
1 parent dcda716 commit a8119a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev_guide/pod_autoscaling.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ spec:
121121
scaleTargetRef:
122122
kind: DeploymentConfig <2>
123123
name: frontend <3>
124-
apiVersion: apps/v1 <4>
124+
apiVersion: apps.openshift.io/v1 <4>
125125
subresource: scale
126126
minReplicas: 1 <5>
127127
maxReplicas: 10 <6>
@@ -149,7 +149,7 @@ metadata:
149149
name: hpa-resource-metrics-cpu <1>
150150
spec:
151151
scaleTargetRef:
152-
apiVersion: apps/v1 <2>
152+
apiVersion: apps.openshift.io/v1 <2>
153153
kind: ReplicationController <3>
154154
name: hello-hpa-cpu <4>
155155
minReplicas: 1 <5>

0 commit comments

Comments
 (0)