diff --git a/docs/kubernetes_support.md b/docs/kubernetes_support.md index 91f68b7a2d..e7b39a07a6 100644 --- a/docs/kubernetes_support.md +++ b/docs/kubernetes_support.md @@ -12,7 +12,7 @@ Note: **N/A** means that the option cannot be supported in a single-node Podman | initContainers | ✅ | | imagePullSecrets | | | enableServiceLinks | | -| os.name | | +| os\.name | | | volumes | | | nodeSelector | N/A | | nodeName | N/A | @@ -42,7 +42,7 @@ Note: **N/A** means that the option cannot be supported in a single-node Podman | hostAliases.hostnames | ✅ | | hostAliases.ip | ✅ | | dnsConfig.nameservers | ✅ | -| dnsConfig.options.name | ✅ | +| dnsConfig\.options.name | ✅ | | dnsConfig.options.value | ✅ | | dnsConfig.searches | ✅ | | dnsPolicy | | @@ -64,7 +64,7 @@ Note: **N/A** means that the option cannot be supported in a single-node Podman | securityContext.seLinuxOptions.role | | | securityContext.seLinuxOptions.type | | | securityContext.seLinuxOptions.user | | -| securityContext.sysctls.name | | +| securityContext\.sysctls.name | | | securityContext.sysctls.value | | | securityContext.windowsOptions.gmsaCredentialSpec | | | securityContext.windowsOptions.hostProcess | | @@ -83,31 +83,31 @@ Note: **N/A** means that the option cannot be supported in a single-node Podman | ports.containerPort | ✅ | | ports.hostIP | ✅ | | ports.hostPort | ✅ | -| ports.name | ✅ | +| ports\.name | ✅ | | ports.protocol | ✅ | -| env.name | ✅ | +| env\.name | ✅ | | env.value | ✅ | | env.valueFrom.configMapKeyRef.key | ✅ | -| env.valueFrom.configMapKeyRef.name | ✅ | +| env\.valueFrom.configMapKeyRef.name | ✅ | | env.valueFrom.configMapKeyRef.optional | ✅ | | env.valueFrom.fieldRef | ✅ | | env.valueFrom.resourceFieldRef | ✅ | | env.valueFrom.secretKeyRef.key | ✅ | -| env.valueFrom.secretKeyRef.name | ✅ | +| env\.valueFrom.secretKeyRef.name | ✅ | | env.valueFrom.secretKeyRef.optional | ✅ | -| envFrom.configMapRef.name | ✅ | +| envFrom\.configMapRef.name | ✅ | | envFrom.configMapRef.optional | ✅ | | envFrom.prefix | | -| envFrom.secretRef.name | ✅ | +| envFrom\.secretRef.name | ✅ | | envFrom.secretRef.optional | ✅ | | volumeMounts.mountPath | ✅ | -| volumeMounts.name | ✅ | +| volumeMounts\.name | ✅ | | volumeMounts.mountPropagation | | | volumeMounts.readOnly | ✅ | | volumeMounts.subPath | | | volumeMounts.subPathExpr | | | volumeDevices.devicePath | | -| volumeDevices.name | | +| volumeDevices\.name | | | resources.limits | ✅ | | resources.requests | ✅ | | lifecycle.postStart | | diff --git a/docs/source/markdown/podman-container-clone.1.md.in b/docs/source/markdown/podman-container-clone.1.md.in index fd26774623..9dad62e578 100644 --- a/docs/source/markdown/podman-container-clone.1.md.in +++ b/docs/source/markdown/podman-container-clone.1.md.in @@ -78,7 +78,7 @@ the swap value. #### **--name** -Set a custom name for the cloned container. The default if not specified is of the syntax: **-clone** +Set a custom name for the cloned container. The default if not specified is of the syntax: **\-clone** #### **--pod**=*name* diff --git a/docs/source/markdown/podman-pod-clone.1.md.in b/docs/source/markdown/podman-pod-clone.1.md.in index f68b510f4b..56ccd26687 100644 --- a/docs/source/markdown/podman-pod-clone.1.md.in +++ b/docs/source/markdown/podman-pod-clone.1.md.in @@ -63,7 +63,7 @@ Print usage statement. #### **--name**, **-n** -Set a custom name for the cloned pod. The default if not specified is of the syntax: **-clone** +Set a custom name for the cloned pod. The default if not specified is of the syntax: **\-clone** @@option pid.pod