コード例 #1
0
ファイル: t_basics.py プロジェクト: zinob/ambassador
 def init(self):
     self.target = HTTP()
コード例 #2
0
 def init(self):
     self.xfail = "Need to figure out passing header through external connections from KAT"
     self.target = HTTP(name="target")
コード例 #3
0
ファイル: t_hosts.py プロジェクト: Ashokm96/ambassador
 def init(self):
     self.edge_stack_cleartext_host = False
     self.target = HTTP()
コード例 #4
0
ファイル: t_lua_scripts.py プロジェクト: jfrabaute/ambassador
    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
ファイル: t_hosts.py プロジェクト: Ashokm96/ambassador
 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")
コード例 #14
0
 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 = {}