Skip to content

Commit

Permalink
Remove namespace from reference
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Zgabur <[email protected]>
  • Loading branch information
azgabur committed Jul 31, 2024
1 parent cd85bca commit d4c3d72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion testsuite/gateway/gateway_api/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,4 @@ def reference(self):
"group": "gateway.networking.k8s.io",
"kind": "Gateway",
"name": self.name(),
"namespace": self.namespace(),
}
1 change: 0 additions & 1 deletion testsuite/gateway/gateway_api/route.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def reference(self):
"group": "gateway.networking.k8s.io",
"kind": "HTTPRoute",
"name": self.name(),
"namespace": self.namespace(),
}

@property
Expand Down

0 comments on commit d4c3d72

Please sign in to comment.