Merge pull request #14842 from umohnani8/play-kube

Update play kube docs
This commit is contained in:
openshift-ci[bot] 2022-07-07 13:30:27 +00:00 committed by GitHub
commit 1855b63e5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -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 | |