We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155db20 commit 96601e4Copy full SHA for 96601e4
dev_guide/pod_autoscaling.adoc
@@ -125,7 +125,7 @@ spec:
125
scaleTargetRef:
126
kind: DeploymentConfig <2>
127
name: frontend <3>
128
- apiVersion: apps/v1 <4>
+ apiVersion: apps.openshift.io/v1 <4>
129
subresource: scale
130
minReplicas: 1 <5>
131
maxReplicas: 10 <6>
@@ -153,7 +153,7 @@ metadata:
153
name: hpa-resource-metrics-cpu <1>
154
spec:
155
156
- apiVersion: apps/v1 <2>
+ apiVersion: apps.openshift.io/v1 <2>
157
kind: ReplicationController <3>
158
name: hello-hpa-cpu <4>
159
0 commit comments