mirror of
https://github.com/rancher/k3k.git
synced 2026-05-22 09:12:59 +00:00
* Refactor tests to their own directories (#723) * Move cli tests * Move e2e tests to their own directory * Move integration tests * Fix path within the cli tests * Move k3k-kubelet tests * Improve the various make test- options * Remove dead code from cli tests * Update development.md with the new make commands * Remove tests that didn't exist in v1.0
10 lines
140 B
YAML
10 lines
140 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: nginx-addon
|
|
namespace: default
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx:latest
|