aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2022-07-07 13:30:27 +0000
committerGitHub <noreply@github.com>2022-07-07 13:30:27 +0000
commit1855b63e5acc4d96dcbb0c4269b8c40498cdd000 (patch)
treede30acb58fcb8200d1cf4807668a1ff5fca63467
parent07a7a891ae715414855e8eb929f7df359cbb6d77 (diff)
parent1267515e1d1a4862c8d321c588e861766a3efc2f (diff)
downloadpodman-1855b63e5acc4d96dcbb0c4269b8c40498cdd000.tar.gz
podman-1855b63e5acc4d96dcbb0c4269b8c40498cdd000.tar.bz2
podman-1855b63e5acc4d96dcbb0c4269b8c40498cdd000.zip
Merge pull request #14842 from umohnani8/play-kube
Update play kube docs
-rw-r--r--docs/play_kube_support.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/play_kube_support.md b/docs/play_kube_support.md
index cf983bc04..3cfd3fa50 100644
--- a/docs/play_kube_support.md
+++ b/docs/play_kube_support.md
@@ -150,3 +150,26 @@ Note: **N/A** means that the option cannot be supported in a single-node Podman
| selector | |
| resources.limits | |
| resources.requests | ✅ |
+
+## ConfigMap Fields
+
+| Field | Support |
+|------------|---------|
+| binaryData | |
+| data | ✅ |
+| immutable | |
+
+## Deployment Fields
+
+| Field | Support |
+|---------------------------------------|---------|
+| replicas | ✅ |
+| selector | ✅ |
+| template | ✅ |
+| minReadySeconds | |
+| strategy.type | |
+| strategy.rollingUpdate.maxSurge | |
+| strategy.rollingUpdate.maxUnavailable | |
+| revisionHistoryLimit | |
+| progressDeadlineSeconds | |
+| paused | |