Class PatchEntity

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<PatchEntityBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class PatchEntity
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<PatchEntityBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    PatchEntity represent a json patch (RFC 6902) to be applied to the install-config
    See Also:
    Serialized Form
    • Constructor Detail

      • PatchEntity

        public PatchEntity()
        No args constructor for use in serialization
    • Method Detail

      • getFrom

        public String getFrom()
        From is the json path to copy or move the value from
      • setFrom

        public void setFrom​(String from)
        From is the json path to copy or move the value from
      • getOp

        public String getOp()
        Op is the operation to perform: add, remove, replace, move, copy, test
      • setOp

        public void setOp​(String op)
        Op is the operation to perform: add, remove, replace, move, copy, test
      • getPath

        public String getPath()
        Path is the json path to the value to be modified
      • setPath

        public void setPath​(String path)
        Path is the json path to the value to be modified
      • getValue

        public String getValue()
        Value is the value to be used in the operation
      • setValue

        public void setValue​(String value)
        Value is the value to be used in the operation
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)