Class IngressRuleValue

    • Constructor Detail

      • IngressRuleValue

        public IngressRuleValue()
      • IngressRuleValue

        public IngressRuleValue​(IngressRuleValue 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

      • getPaths

        public IngressRulePath[] getPaths()
        Get rule 整体配置
        Returns:
        Paths rule 整体配置
      • setPaths

        public void setPaths​(IngressRulePath[] Paths)
        Set rule 整体配置
        Parameters:
        Paths - rule 整体配置