mirror of https://github.com/containers/podman.git
Merge pull request #14842 from umohnani8/play-kube
Update play kube docs
This commit is contained in:
commit
1855b63e5a
|
@ -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 | |
|
||||
|
|
Loading…
Reference in New Issue