Class Mutation

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class Mutation
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<MutationBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    Mutation specifies the CEL expression which is used to apply the Mutation.
    See Also:
    Serialized Form
    • Constructor Detail

      • Mutation

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

      • getApplyConfiguration

        public ApplyConfiguration getApplyConfiguration()
        Mutation specifies the CEL expression which is used to apply the Mutation.
      • setApplyConfiguration

        public void setApplyConfiguration​(ApplyConfiguration applyConfiguration)
        Mutation specifies the CEL expression which is used to apply the Mutation.
      • getJsonPatch

        public JSONPatch getJsonPatch()
        Mutation specifies the CEL expression which is used to apply the Mutation.
      • setJsonPatch

        public void setJsonPatch​(JSONPatch jsonPatch)
        Mutation specifies the CEL expression which is used to apply the Mutation.
      • getPatchType

        public String getPatchType()
        patchType indicates the patch strategy used. Allowed values are "ApplyConfiguration" and "JSONPatch". Required.
      • setPatchType

        public void setPatchType​(String patchType)
        patchType indicates the patch strategy used. Allowed values are "ApplyConfiguration" and "JSONPatch". Required.
      • getAdditionalProperties

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

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

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