예제 #1
0
 def init(self):
     self.target = HTTP()
 def init(self):
     self.xfail = "Need to figure out passing header through external connections from KAT"
     self.target = HTTP(name="target")
예제 #3
0
 def init(self):
     self.edge_stack_cleartext_host = False
     self.target = HTTP()
예제 #4
0
    def init(self):
        self.target = HTTP()

        self.manifest_envs = """
예제 #5
0
    def init(self):
        self.target = HTTP()

        if not is_ingress_class_compatible():
            self.xfail = 'IngressClass is not supported in this cluster'
예제 #6
0
 def init(self):
     self.edge_stack_cleartext_host = False
     self.target1 = HTTP(name="target1")
     self.target2 = HTTP(name="target2")
     self.target3 = HTTP(name="target3")
     self.targetshared = HTTP(name="targetshared")
예제 #7
0
 def init(self):
     self.target = HTTP(namespace="alt-namespace")
예제 #8
0
 def init(self):
     self.auth = HTTP(name="auth")
예제 #9
0
 def init(self) -> None:
     self.target = HTTP()
예제 #10
0
 def init(self):
     self.extra_ports = [25565]
     self.target = HTTP()
예제 #11
0
 def init(self):
     self.edge_stack_cleartext_host = False
     self.allow_edge_stack_redirect = False
     self.target = HTTP()
예제 #12
0
 def init(self):
     self.edge_stack_cleartext_host = False
     self.allow_edge_stack_redirect = False
     self.target1 = HTTP(name="target1")
     self.target2 = HTTP(name="target2")
예제 #13
0
 def init(self):
     self.target = HTTP()
     self.auth = HTTP(name="auth")
 def init(self):
     self.target = HTTP(name="target")
예제 #15
0
 def init(self):
     self.target = HTTP()
     self.target1 = HTTP(name="target1", namespace="same-ingress-1")
     self.target2 = HTTP(name="target2", namespace="same-ingress-2")
예제 #16
0
 def init(self):
     self.target = HTTP()
     self.rls = RLSGRPC()
예제 #17
0
 def init(self):
     self.target = HTTP()
     self.auth1 = AHTTP(name="auth1")
     self.auth2 = AHTTP(name="auth2")
     self.backend_counts = {}