Class BackupJobReference

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class BackupJobReference
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<BackupJobReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    BackupJobReference holds a reference to the batch/v1 Job created to run the etcd backup
    See Also:
    Serialized Form
    • Constructor Detail

      • BackupJobReference

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

        public BackupJobReference​(String name,
                                  String namespace)
    • Method Detail

      • getName

        public String getName()
        name is the name of the Job. Required
      • setName

        public void setName​(String name)
        name is the name of the Job. Required
      • getNamespace

        public String getNamespace()
        namespace is the namespace of the Job. this is always expected to be "openshift-etcd" since the user provided PVC is also required to be in "openshift-etcd" Required
      • setNamespace

        public void setNamespace​(String namespace)
        namespace is the namespace of the Job. this is always expected to be "openshift-etcd" since the user provided PVC is also required to be in "openshift-etcd" Required
      • getAdditionalProperties

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

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

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