julianGoh17 / simple-e2e

A modular end to end framework to easily create tests and debug failures.
0 stars 0 forks source link

Kubernetes Client #14

Open julianGoh17 opened 4 years ago

julianGoh17 commented 4 years ago

Create A Kubernetes Client which is able to GET, DELETE, PATCH, and CREATE Kubernetes objects. Need to somehow figure out how to pass in credentials to the Kubernetes client without directly exposing it to the test file.