Class IngressRulePath

    • Constructor Detail

      • IngressRulePath

        public IngressRulePath()
      • IngressRulePath

        public IngressRulePath​(IngressRulePath source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getPath

        public String getPath()
        Get path 信息
        Returns:
        Path path 信息
      • setPath

        public void setPath​(String Path)
        Set path 信息
        Parameters:
        Path - path 信息
      • getBackend

        public IngressRuleBackend getBackend()
        Get backend 配置
        Returns:
        Backend backend 配置
      • setBackend

        public void setBackend​(IngressRuleBackend Backend)
        Set backend 配置
        Parameters:
        Backend - backend 配置