public class BackupConfigFluentImpl<A extends BackupConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements BackupConfigFluent<A>
BackupConfigFluent.VeleroNested<N>| Constructor and Description |
|---|
BackupConfigFluentImpl() |
BackupConfigFluentImpl(BackupConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
VeleroBackupConfig |
buildVelero() |
BackupConfigFluent.VeleroNested<A> |
editOrNewVelero() |
BackupConfigFluent.VeleroNested<A> |
editOrNewVeleroLike(VeleroBackupConfig item) |
BackupConfigFluent.VeleroNested<A> |
editVelero() |
boolean |
equals(Object o) |
Integer |
getMinBackupPeriodSeconds() |
VeleroBackupConfig |
getVelero()
Deprecated.
|
int |
hashCode() |
Boolean |
hasMinBackupPeriodSeconds() |
Boolean |
hasVelero() |
String |
toString() |
A |
withMinBackupPeriodSeconds(Integer minBackupPeriodSeconds) |
BackupConfigFluent.VeleroNested<A> |
withNewVelero() |
A |
withNewVelero(Boolean enabled) |
BackupConfigFluent.VeleroNested<A> |
withNewVeleroLike(VeleroBackupConfig item) |
A |
withVelero(VeleroBackupConfig velero) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic BackupConfigFluentImpl()
public BackupConfigFluentImpl(BackupConfig instance)
public Integer getMinBackupPeriodSeconds()
getMinBackupPeriodSeconds in interface BackupConfigFluent<A extends BackupConfigFluent<A>>public A withMinBackupPeriodSeconds(Integer minBackupPeriodSeconds)
withMinBackupPeriodSeconds in interface BackupConfigFluent<A extends BackupConfigFluent<A>>public Boolean hasMinBackupPeriodSeconds()
hasMinBackupPeriodSeconds in interface BackupConfigFluent<A extends BackupConfigFluent<A>>@Deprecated public VeleroBackupConfig getVelero()
getVelero in interface BackupConfigFluent<A extends BackupConfigFluent<A>>public VeleroBackupConfig buildVelero()
buildVelero in interface BackupConfigFluent<A extends BackupConfigFluent<A>>public A withVelero(VeleroBackupConfig velero)
withVelero in interface BackupConfigFluent<A extends BackupConfigFluent<A>>public Boolean hasVelero()
hasVelero in interface BackupConfigFluent<A extends BackupConfigFluent<A>>public A withNewVelero(Boolean enabled)
withNewVelero in interface BackupConfigFluent<A extends BackupConfigFluent<A>>public BackupConfigFluent.VeleroNested<A> withNewVelero()
withNewVelero in interface BackupConfigFluent<A extends BackupConfigFluent<A>>public BackupConfigFluent.VeleroNested<A> withNewVeleroLike(VeleroBackupConfig item)
withNewVeleroLike in interface BackupConfigFluent<A extends BackupConfigFluent<A>>public BackupConfigFluent.VeleroNested<A> editVelero()
editVelero in interface BackupConfigFluent<A extends BackupConfigFluent<A>>public BackupConfigFluent.VeleroNested<A> editOrNewVelero()
editOrNewVelero in interface BackupConfigFluent<A extends BackupConfigFluent<A>>public BackupConfigFluent.VeleroNested<A> editOrNewVeleroLike(VeleroBackupConfig item)
editOrNewVeleroLike in interface BackupConfigFluent<A extends BackupConfigFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends BackupConfigFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends BackupConfigFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.