Files
website/content/zh/examples/admin/resource/cpu-constraints.yaml
chenrui d6bdb664fb zh-trans: add broken link references (#11310)
* zh-trans: add broken link references

* zh-trans: another batch of needed references

* zh-trans: add needed community/static/cncf-code-of-conduct.md ref
2018-11-26 03:06:25 -08:00

12 lines
160 B
YAML

apiVersion: v1
kind: LimitRange
metadata:
name: cpu-min-max-demo-lr
spec:
limits:
- max:
cpu: "800m"
min:
cpu: "200m"
type: Container