Class BackupConfig

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class BackupConfig
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<BackupConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    BackupConfig contains settings for the Velero backup integration.
    See Also:
    Serialized Form
    • Constructor Detail

      • BackupConfig

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

      • getMinBackupPeriodSeconds

        public Integer getMinBackupPeriodSeconds()
        MinBackupPeriodSeconds specifies that a minimum of MinBackupPeriodSeconds will occur in between each backup. This is used to rate limit backups. This potentially batches together multiple changes into 1 backup. No backups will be lost as changes that happen during this interval are queued up and will result in a backup happening once the interval has been completed.
      • setMinBackupPeriodSeconds

        public void setMinBackupPeriodSeconds​(Integer minBackupPeriodSeconds)
        MinBackupPeriodSeconds specifies that a minimum of MinBackupPeriodSeconds will occur in between each backup. This is used to rate limit backups. This potentially batches together multiple changes into 1 backup. No backups will be lost as changes that happen during this interval are queued up and will result in a backup happening once the interval has been completed.
      • getVelero

        public VeleroBackupConfig getVelero()
        BackupConfig contains settings for the Velero backup integration.
      • setVelero

        public void setVelero​(VeleroBackupConfig velero)
        BackupConfig contains settings for the Velero backup integration.
      • getAdditionalProperties

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

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

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