Add translation for ReplicaSet in ID localization (#16722)

* Add translation for ReplicaSet in ID localization

* Add controllers/frontend.yaml, controllers/hpa-rs.yaml and pods/pod-rs.yaml to example folder
This commit is contained in:
Joshua Bezaleel Abednego
2019-10-18 09:49:58 +07:00
committed by Kubernetes Prow Robot
parent 78e40f5dd4
commit 643c14ae7d
4 changed files with 353 additions and 0 deletions
@@ -0,0 +1,11 @@
apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: frontend-scaler
spec:
scaleTargetRef:
kind: ReplicaSet
name: frontend
minReplicas: 3
maxReplicas: 10
targetCPUUtilizationPercentage: 50