automation-tests/cmd/podman/kube
Niall Crowe 5f719b533e podman kube play/down --read from URL
`podman kube play` can create pods and containers from YAML
read from a URL poiniting to a YAML file.
For example: `podman kube play https://example.com/demo.yml`.
`podman kube down` can also teardown pods and containers created
from that YAML file by also reading YAML from a URL, provided the
YAML file the URL points to has not been changed or altered since
it was used to create pods and containers

Closes #14955
Signed-off-by: Niall Crowe <nicrowe@redhat.com>
2022-08-23 12:55:53 +01:00
..
down.go podman kube play/down --read from URL 2022-08-23 12:55:53 +01:00
generate.go Fix podman kube generate --help to show correct help message 2022-08-16 16:03:48 -04:00
kube.go Add "podman kube generate" command 2022-08-11 16:58:24 +01:00
play.go podman kube play/down --read from URL 2022-08-23 12:55:53 +01:00