Class K8SLabel

    • Constructor Detail

      • K8SLabel

        public K8SLabel()
      • K8SLabel

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

      • getKey

        public String getKey()
        Get label的名称
        Returns:
        Key label的名称
      • setKey

        public void setKey​(String Key)
        Set label的名称
        Parameters:
        Key - label的名称
      • getValue

        public String getValue()
        Get label的值
        Returns:
        Value label的值
      • setValue

        public void setValue​(String Value)
        Set label的值
        Parameters:
        Value - label的值