Class FailedProvisionConfig

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class FailedProvisionConfig
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<FailedProvisionConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    FailedProvisionConfig contains settings to control behavior undertaken by Hive when an installation attempt fails.
    See Also:
    Serialized Form
    • Constructor Detail

      • FailedProvisionConfig

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

      • getAws

        public FailedProvisionAWSConfig getAws()
        FailedProvisionConfig contains settings to control behavior undertaken by Hive when an installation attempt fails.
      • setAws

        public void setAws​(FailedProvisionAWSConfig aws)
        FailedProvisionConfig contains settings to control behavior undertaken by Hive when an installation attempt fails.
      • getRetryReasons

        public List<String> getRetryReasons()
        RetryReasons is a list of installFailingReason strings from the [additional-]install-log-regexes ConfigMaps. If specified, Hive will only retry a failed installation if it results in one of the listed reasons. If omitted (not the same thing as empty!), Hive will retry regardless of the failure reason. (The total number of install attempts is still constrained by ClusterDeployment.Spec.InstallAttemptsLimit.)
      • setRetryReasons

        public void setRetryReasons​(List<String> retryReasons)
        RetryReasons is a list of installFailingReason strings from the [additional-]install-log-regexes ConfigMaps. If specified, Hive will only retry a failed installation if it results in one of the listed reasons. If omitted (not the same thing as empty!), Hive will retry regardless of the failure reason. (The total number of install attempts is still constrained by ClusterDeployment.Spec.InstallAttemptsLimit.)
      • getSkipGatherLogs

        public Boolean getSkipGatherLogs()
        DEPRECATED: This flag is no longer respected and will be removed in the future.
      • setSkipGatherLogs

        public void setSkipGatherLogs​(Boolean skipGatherLogs)
        DEPRECATED: This flag is no longer respected and will be removed in the future.
      • getAdditionalProperties

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

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

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