diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-07-07 13:30:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-07 13:30:27 +0000 |
commit | 1855b63e5acc4d96dcbb0c4269b8c40498cdd000 (patch) | |
tree | de30acb58fcb8200d1cf4807668a1ff5fca63467 | |
parent | 07a7a891ae715414855e8eb929f7df359cbb6d77 (diff) | |
parent | 1267515e1d1a4862c8d321c588e861766a3efc2f (diff) | |
download | podman-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.md | 23 |
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 | | |