Class Taint

    • Constructor Detail

      • Taint

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

      • getEffect

        public String getEffect()
        Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.
      • setEffect

        public void setEffect​(String effect)
        Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.
      • getKey

        public String getKey()
        Required. The taint key to be applied to a node.
      • setKey

        public void setKey​(String key)
        Required. The taint key to be applied to a node.
      • getTimeAdded

        public String getTimeAdded()
        The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.
      • setTimeAdded

        public void setTimeAdded​(String timeAdded)
        The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.
      • getValue

        public String getValue()
        The taint value corresponding to the taint key.
      • setValue

        public void setValue​(String value)
        The taint value corresponding to the taint key.
      • edit

        public TaintBuilder edit()
        Specified by:
        edit in interface io.fabric8.kubernetes.api.builder.Editable<TaintBuilder>
      • getAdditionalProperties

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

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

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