diff options
author | Urvashi Mohnani <umohnani@redhat.com> | 2022-07-06 10:12:03 -0400 |
---|---|---|
committer | Urvashi Mohnani <umohnani@redhat.com> | 2022-07-06 10:12:37 -0400 |
commit | 1267515e1d1a4862c8d321c588e861766a3efc2f (patch) | |
tree | 759b06766d741f8f516f2023ba5d9abc64e45171 /docs/play_kube_support.md | |
parent | 49df3cc5cb7e6a1d9e28cacfa86562abbdf48fd9 (diff) | |
download | podman-1267515e1d1a4862c8d321c588e861766a3efc2f.tar.gz podman-1267515e1d1a4862c8d321c588e861766a3efc2f.tar.bz2 podman-1267515e1d1a4862c8d321c588e861766a3efc2f.zip |
Update play kube docs
Update play kube docs with supported fields for
configMap and deployment kinds.
Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
Diffstat (limited to 'docs/play_kube_support.md')
-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 | | |