From 50085e4202338c57019f1e612f7661488d462576 Mon Sep 17 00:00:00 2001 From: Hendrik Buchwald Date: Tue, 19 Dec 2023 16:50:17 +0100 Subject: [PATCH] Add implementation details --- rules/S6869/kubernetes/rule.adoc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/rules/S6869/kubernetes/rule.adoc b/rules/S6869/kubernetes/rule.adoc index 4e9b90d85b4..211e1f9e2cd 100644 --- a/rules/S6869/kubernetes/rule.adoc +++ b/rules/S6869/kubernetes/rule.adoc @@ -72,3 +72,22 @@ container. Alternatively, a default limit for a namespace can be set with === Standards * CWE - https://cwe.mitre.org/data/definitions/770[CWE-770 - Allocation of Resources Without Limits or Throttling] + + +ifdef::env-github,rspecator-view[] + +''' +== Implementation Specification +(visible only on this page) + +=== Message + +Specify a CPU limit for this container. + + +=== Highlighting + +* Highlight the `containers` property. + + +endif::env-github,rspecator-view[]