File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/policy Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ Kubernetes policies are configurations that manage other configurations or runti
16
16
17
17
Some API objects act as policies. Here are some examples:
18
18
* [ NetworkPolicies] ( /docs/concepts/services-networking/network-policies/ ) can be used to restrict ingress and egress traffic for a workload.
19
- * [ LimitRanges] ( /docs/concepts/policy/limit-range/ ) manage resource allocation constraints across different object kinds.
20
- * [ ResourceQuotas] ( /docs/concepts/policy/resource-quotas/ ) limit resource consumption for a {{< glossary_tooltip text="namespace" term_id="namespace" >}}.
19
+ * [ LimitRanges] ( /docs/concepts/policy/limit-range/ ) manage resource allocation constraints across different object kinds.
20
+ * [ ResourceQuotas] ( /docs/concepts/policy/resource-quotas/ ) limit resource consumption for a {{< glossary_tooltip text="namespace" term_id="namespace" >}}.
21
21
22
22
## Apply policies using admission controllers
23
23
You can’t perform that action at this time.
0 commit comments