Class VeleroBackupConfig

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

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

      • VeleroBackupConfig

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

        public VeleroBackupConfig​(Boolean enabled,
                                  String namespace)
    • Method Detail

      • getEnabled

        public Boolean getEnabled()
        Enabled dictates if Velero backup integration is enabled. If not specified, the default is disabled.
      • setEnabled

        public void setEnabled​(Boolean enabled)
        Enabled dictates if Velero backup integration is enabled. If not specified, the default is disabled.
      • getNamespace

        public String getNamespace()
        Namespace specifies in which namespace velero backup objects should be created. If not specified, the default is a namespace named "velero".
      • setNamespace

        public void setNamespace​(String namespace)
        Namespace specifies in which namespace velero backup objects should be created. If not specified, the default is a namespace named "velero".
      • getAdditionalProperties

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

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

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