示例#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 = """
    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")
 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 = {}