Class OperandVersion

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class OperandVersion
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<OperandVersionBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    See Also:
    Serialized Form
    • Constructor Detail

      • OperandVersion

        public OperandVersion()
        No args constructor for use in serialization
      • OperandVersion

        public OperandVersion​(String name,
                              String version)
    • Method Detail

      • getName

        public String getName()
        name is the name of the particular operand this version is for. It usually matches container images, not operators.
      • setName

        public void setName​(String name)
        name is the name of the particular operand this version is for. It usually matches container images, not operators.
      • getVersion

        public String getVersion()
        version indicates which version of a particular operand is currently being managed. It must always match the Available operand. If 1.0.0 is Available, then this must indicate 1.0.0 even if the operator is trying to rollout 1.1.0
      • setVersion

        public void setVersion​(String version)
        version indicates which version of a particular operand is currently being managed. It must always match the Available operand. If 1.0.0 is Available, then this must indicate 1.0.0 even if the operator is trying to rollout 1.1.0
      • getAdditionalProperties

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

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

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