Add ingress feature to controller (#5)

Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
This commit is contained in:
M. Essam
2025-03-06 09:57:45 +01:00
committed by GitHub
co-authored by Maycon Santos
parent cea60745d2
commit 166091b8e0
54 changed files with 5992 additions and 189 deletions
+2 -2
View File
@@ -108,9 +108,9 @@ var _ = Describe("Pod Webhook", func() {
Expect(err).NotTo(HaveOccurred())
sk.Status = netbirdiov1.NBSetupKeyStatus{
Conditions: []netbirdiov1.NBSetupKeyCondition{
Conditions: []netbirdiov1.NBCondition{
{
Type: netbirdiov1.Ready,
Type: netbirdiov1.NBSetupKeyReady,
Status: corev1.ConditionTrue,
},
},