1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2025-06-29 00:30:25 +02:00

ci: add e2e tests using kind + k8s

This commit is contained in:
Christian Nicolai
2020-08-21 14:19:51 +02:00
committed by Christian Nicolai
parent 9ada4edb06
commit 297c5e6a28
6 changed files with 78 additions and 2 deletions

View File

@ -0,0 +1,2 @@
^default:events.k8s.io/v1beta1:Event:kind-.*$
^local-path-storage:.*$

View File

View File

@ -0,0 +1,19 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: e2e
---
apiVersion: v1
kind: Service
metadata:
name: foo
namespace: e2e
spec:
type: ClusterIP
ports:
- port: 80
name: http
targetPort: 80
selector:
app: foo