Class EtcdBackupSpec

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

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

      • EtcdBackupSpec

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

        public EtcdBackupSpec​(String pvcName)
    • Method Detail

      • getPvcName

        public String getPvcName()
        pvcName specifies the name of the PersistentVolumeClaim (PVC) which binds a PersistentVolume where the etcd backup file would be saved The PVC itself must always be created in the "openshift-etcd" namespace If the PVC is left unspecified "" then the platform will choose a reasonable default location to save the backup. In the future this would be backups saved across the control-plane master nodes.
      • setPvcName

        public void setPvcName​(String pvcName)
        pvcName specifies the name of the PersistentVolumeClaim (PVC) which binds a PersistentVolume where the etcd backup file would be saved The PVC itself must always be created in the "openshift-etcd" namespace If the PVC is left unspecified "" then the platform will choose a reasonable default location to save the backup. In the future this would be backups saved across the control-plane master nodes.
      • getAdditionalProperties

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

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

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