From 1267515e1d1a4862c8d321c588e861766a3efc2f Mon Sep 17 00:00:00 2001 From: Urvashi Mohnani Date: Wed, 6 Jul 2022 10:12:03 -0400 Subject: Update play kube docs Update play kube docs with supported fields for configMap and deployment kinds. Signed-off-by: Urvashi Mohnani --- docs/play_kube_support.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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 | | -- cgit v1.2.3-54-g00ecf