public class V1alpha1RetentionPolicy extends Object
| Constructor and Description |
|---|
V1alpha1RetentionPolicy() |
public V1alpha1RetentionPolicy dryRun(Boolean dryRun)
public Boolean isDryRun()
public void setDryRun(Boolean dryRun)
public V1alpha1RetentionPolicy keepDaily(Integer keepDaily)
public Integer getKeepDaily()
public void setKeepDaily(Integer keepDaily)
public V1alpha1RetentionPolicy keepHourly(Integer keepHourly)
public Integer getKeepHourly()
public void setKeepHourly(Integer keepHourly)
public V1alpha1RetentionPolicy keepLast(Integer keepLast)
public Integer getKeepLast()
public void setKeepLast(Integer keepLast)
public V1alpha1RetentionPolicy keepMonthly(Integer keepMonthly)
public Integer getKeepMonthly()
public void setKeepMonthly(Integer keepMonthly)
public V1alpha1RetentionPolicy keepTags(List<String> keepTags)
public V1alpha1RetentionPolicy addKeepTagsItem(String keepTagsItem)
public V1alpha1RetentionPolicy keepWeekly(Integer keepWeekly)
public Integer getKeepWeekly()
public void setKeepWeekly(Integer keepWeekly)
public V1alpha1RetentionPolicy keepYearly(Integer keepYearly)
public Integer getKeepYearly()
public void setKeepYearly(Integer keepYearly)
public V1alpha1RetentionPolicy name(String name)
public String getName()
public void setName(String name)
public V1alpha1RetentionPolicy prune(Boolean prune)
public Boolean isPrune()
public void setPrune(Boolean prune)
Copyright © 2018. All rights reserved.