mirror of
https://github.com/rancher/k3k.git
synced 2026-05-16 22:36:44 +00:00
* 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
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
|