Class FieldRef

    • Constructor Detail

      • FieldRef

        public FieldRef()
      • FieldRef

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

      • getFieldPath

        public String getFieldPath()
        Get k8s 的 FieldPath 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        FieldPath k8s 的 FieldPath 注意:此字段可能返回 null,表示取不到有效值。
      • setFieldPath

        public void setFieldPath​(String FieldPath)
        Set k8s 的 FieldPath 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        FieldPath - k8s 的 FieldPath 注意:此字段可能返回 null,表示取不到有效值。