Ammar Yasser
Ammar Yasser
**Is your feature request related to a problem? Please describe**: To port over the bash code of go cli into reusable and extensible go code. This issue exists to be...
### What this PR does Before this PR: All methods on plugins are implemented without a common interface to unify testing After this PR: Define the `DevicePlugin` interface to group...
### Description Create required linkerd resources (servers, httproutes, authpolicies, mtls authentications, network authentications) based on otterize client intents. An extra optional field has been added in the intent definition which...
currently when you run `make deploy` it deploys the full otterize stack. it would be handy and more developer friendly if you could specify a single chart that the command...
## Description Add TTL field to alertmanager config solves: https://github.com/prometheus-operator/prometheus-operator/issues/6360 ## Type of change - [ ] `CHANGE` (fix or feature that would cause existing functionality to not work as...
**What this PR does / why we need it**: Replace all bash script calls in the run command with the golang native opts package Part of: #1110 ***Special Notes*** This...
KV provider
**What this PR does / why we need it**: Create the KubevirtProvider type and make it the main entity for cluster actions Part of: #1110 ***Special Notes*** This branch is...
**What this PR does / why we need it**: Adds capabilities to run kind clusters in the gocli **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)`...
**What this PR does / why we need it**: **Which issue(s) this PR fixes** https://github.com/kubevirt/kubevirtci/issues/1185 **Checklist** - [ ] Design: A [design document](https://github.com/kubevirt/community/tree/main/design-proposals) was considered and is present (link) or...
**What this PR does / why we need it**: Creates a test script that covers more cases for kubevirtCI cluster configurations to improve bug detection - [ ] Design: A...