diff options
-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 | | |