39 lines
596 B
Plaintext
Raw Normal View History

== Why is this an issue?
include::../description.adoc[]
=== Noncompliant code example
[source,kubernetes]
----
apiVersion: v1
kind: Pod
metadata:
name: example
spec:
containers: # TODO
- image: k8s.gcr.io/test-webserver
name: example
volumeMounts:
- mountPath: /data
name: example
----
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[]
endif::env-github,rspecator-view[]