We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3924fd4 commit d5d5808Copy full SHA for d5d5808
dev_guide/pod_autoscaling.adoc
@@ -121,7 +121,7 @@ spec:
121
scaleTargetRef:
122
kind: DeploymentConfig <2>
123
name: frontend <3>
124
- apiVersion: apps/v1 <4>
+ apiVersion: apps.openshift.io/v1 <4>
125
subresource: scale
126
minReplicas: 1 <5>
127
maxReplicas: 10 <6>
@@ -149,7 +149,7 @@ metadata:
149
name: hpa-resource-metrics-cpu <1>
150
spec:
151
152
- apiVersion: apps/v1 <2>
+ apiVersion: apps.openshift.io/v1 <2>
153
kind: ReplicationController <3>
154
name: hello-hpa-cpu <4>
155
0 commit comments