We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89c3a7a + 719a8c0 commit f074442Copy full SHA for f074442
testsuite/kuadrant/policy/dns.py
@@ -47,7 +47,7 @@ def create_instance(
47
"""Creates new instance of DNSPolicy"""
48
49
model: dict = {
50
- "apiVersion": "kuadrant.io/v1alpha1",
+ "apiVersion": "kuadrant.io/v1",
51
"kind": "DNSPolicy",
52
"metadata": {"name": name, "labels": labels},
53
"spec": {
testsuite/kuadrant/policy/tls.py
@@ -25,7 +25,7 @@ def create_instance(
25
"""Creates new instance of TLSPolicy"""
26
27
model = {
28
29
"kind": "TLSPolicy",
30
31
0 commit comments