mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-30 20:27:49 +00:00
The podman kube generate command can now generate a Deployment kind when the --ype flag is set to deployment. By default, a Pod spec will be generated if --type flag is not set. Add --replicas flag to kube generate to allow users to set the value of replicas in the generated yaml when generating a Deployment kind. Add e2e and minikube tests for this feature. Signed-off-by: Urvashi Mohnani <umohnani@redhat.com> |
||
|---|---|---|
| .. | ||
| api | ||
| apimachinery | ||
| README.md | ||
The code in this directory was copied from Kubernetes version 0.22.5:
- https://github.com/kubernetes/apimachinery/tree/v0.22.5
- https://github.com/kubernetes/api/tree/v0.22.5
The code is heavily modified by the Podman team (mostly removing unneeded code) to reduce the resulting binary size. The copyright belongs to the Kubernetes Authors and is licensed under Apache-2.0, also check the license headers in the files.