2023-05-03 11:06:20 +02:00
|
|
|
== Why is this an issue?
|
|
|
|
|
2023-03-02 10:52:51 +01:00
|
|
|
include::../description.adoc[]
|
|
|
|
|
2023-05-03 11:06:20 +02:00
|
|
|
=== Noncompliant code example
|
2023-03-02 10:52:51 +01:00
|
|
|
|
2023-07-20 11:27:20 +02:00
|
|
|
[source,kubernetes]
|
2023-03-02 10:52:51 +01:00
|
|
|
----
|
|
|
|
apiVersion: v1
|
2023-07-20 11:27:20 +02:00
|
|
|
kind: Pod
|
|
|
|
metadata:
|
|
|
|
name: example
|
|
|
|
spec:
|
|
|
|
containers: # TODO
|
|
|
|
- image: k8s.gcr.io/test-webserver
|
|
|
|
name: example
|
|
|
|
volumeMounts:
|
|
|
|
- mountPath: /data
|
|
|
|
name: example
|
2023-03-02 10:52:51 +01:00
|
|
|
----
|
|
|
|
|
|
|
|
include::../see.adoc[]
|
|
|
|
|
|
|
|
ifdef::env-github,rspecator-view[]
|
|
|
|
|
|
|
|
'''
|
|
|
|
== Implementation Specification
|
|
|
|
(visible only on this page)
|
|
|
|
|
|
|
|
include::../message.adoc[]
|
|
|
|
|
|
|
|
'''
|
|
|
|
== Comments And Links
|
|
|
|
(visible only on this page)
|
|
|
|
|
|
|
|
include::../comments-and-links.adoc[]
|
2023-06-22 10:38:01 +02:00
|
|
|
|
2023-03-02 10:52:51 +01:00
|
|
|
endif::env-github,rspecator-view[]
|