forked from keploy/keploy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for mocking kube controller
Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
- Loading branch information
1 parent
a6f4dda
commit 1908dad
Showing
16 changed files
with
890 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
apiVersion: v1 | ||
clusters: | ||
- cluster: | ||
certificate-authority: /home/newsarthak.linux/.minikube/ca.crt | ||
extensions: | ||
- extension: | ||
last-update: Thu, 28 Dec 2023 19:25:41 UTC | ||
provider: minikube.sigs.k8s.io | ||
version: v1.32.0 | ||
name: cluster_info | ||
server: https://192.168.49.2:8443 | ||
name: minikube | ||
contexts: | ||
- context: | ||
cluster: minikube | ||
extensions: | ||
- extension: | ||
last-update: Thu, 28 Dec 2023 19:25:41 UTC | ||
provider: minikube.sigs.k8s.io | ||
version: v1.32.0 | ||
name: context_info | ||
namespace: default | ||
user: minikube | ||
name: minikube | ||
current-context: minikube | ||
kind: Config | ||
preferences: {} | ||
users: | ||
- name: minikube | ||
user: | ||
client-certificate: /home/newsarthak.linux/.minikube/profiles/minikube/client.crt | ||
client-key: /home/newsarthak.linux/.minikube/profiles/minikube/client.key |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.