Skip to content

Commit 96601e4

Browse files
Bob Gaydosopenshift-cherrypick-robot
authored andcommitted
bug 1686775 - Typo in Example #1
1 parent 155db20 commit 96601e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev_guide/pod_autoscaling.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ spec:
125125
scaleTargetRef:
126126
kind: DeploymentConfig <2>
127127
name: frontend <3>
128-
apiVersion: apps/v1 <4>
128+
apiVersion: apps.openshift.io/v1 <4>
129129
subresource: scale
130130
minReplicas: 1 <5>
131131
maxReplicas: 10 <6>
@@ -153,7 +153,7 @@ metadata:
153153
name: hpa-resource-metrics-cpu <1>
154154
spec:
155155
scaleTargetRef:
156-
apiVersion: apps/v1 <2>
156+
apiVersion: apps.openshift.io/v1 <2>
157157
kind: ReplicationController <3>
158158
name: hello-hpa-cpu <4>
159159
minReplicas: 1 <5>

0 commit comments

Comments
 (0)