Class ContainerRestartRuleOnExitCodes

    • Constructor Detail

      • ContainerRestartRuleOnExitCodes

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

        public ContainerRestartRuleOnExitCodes​(String operator,
                                               List<Integer> values)
    • Method Detail

      • getOperator

        public String getOperator()
        Represents the relationship between the container exit code(s) and the specified values. Possible values are: - In: the requirement is satisfied if the container exit code is in the

        set of specified values.

        - NotIn: the requirement is satisfied if the container exit code is

        not in the set of specified values.

      • setOperator

        public void setOperator​(String operator)
        Represents the relationship between the container exit code(s) and the specified values. Possible values are: - In: the requirement is satisfied if the container exit code is in the

        set of specified values.

        - NotIn: the requirement is satisfied if the container exit code is

        not in the set of specified values.

      • getValues

        public List<Integer> getValues()
        Specifies the set of values to check for container exit codes. At most 255 elements are allowed.
      • setValues

        public void setValues​(List<Integer> values)
        Specifies the set of values to check for container exit codes. At most 255 elements are allowed.
      • getAdditionalProperties

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

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

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