public class ImagePrunerSpecFluentImpl<A extends ImagePrunerSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ImagePrunerSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ImagePrunerSpecFluentImpl.ResourcesNestedImpl<N> |
ImagePrunerSpecFluent.ResourcesNested<N>| Constructor and Description |
|---|
ImagePrunerSpecFluentImpl() |
ImagePrunerSpecFluentImpl(ImagePrunerSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items) |
A |
addNewToleration(String effect,
String key,
String operator,
Long tolerationSeconds,
String value) |
A |
addToNodeSelector(Map<String,String> map) |
A |
addToNodeSelector(String key,
String value) |
A |
addToTolerations(Integer index,
io.fabric8.kubernetes.api.model.Toleration item) |
A |
addToTolerations(io.fabric8.kubernetes.api.model.Toleration... items) |
io.fabric8.kubernetes.api.model.ResourceRequirements |
buildResources() |
ImagePrunerSpecFluent.ResourcesNested<A> |
editOrNewResources() |
ImagePrunerSpecFluent.ResourcesNested<A> |
editOrNewResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item) |
ImagePrunerSpecFluent.ResourcesNested<A> |
editResources() |
boolean |
equals(Object o) |
io.fabric8.kubernetes.api.model.Affinity |
getAffinity() |
Integer |
getFailedJobsHistoryLimit() |
io.fabric8.kubernetes.api.model.Toleration |
getFirstToleration() |
Boolean |
getIgnoreInvalidImageReferences() |
Integer |
getKeepTagRevisions() |
Long |
getKeepYoungerThan() |
io.fabric8.kubernetes.api.model.Duration |
getKeepYoungerThanDuration() |
io.fabric8.kubernetes.api.model.Toleration |
getLastToleration() |
String |
getLogLevel() |
io.fabric8.kubernetes.api.model.Toleration |
getMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate) |
Map<String,String> |
getNodeSelector() |
io.fabric8.kubernetes.api.model.ResourceRequirements |
getResources()
Deprecated.
|
String |
getSchedule() |
Integer |
getSuccessfulJobsHistoryLimit() |
Boolean |
getSuspend() |
io.fabric8.kubernetes.api.model.Toleration |
getToleration(Integer index) |
List<io.fabric8.kubernetes.api.model.Toleration> |
getTolerations() |
Boolean |
hasAffinity() |
Boolean |
hasFailedJobsHistoryLimit() |
int |
hashCode() |
Boolean |
hasIgnoreInvalidImageReferences() |
Boolean |
hasKeepTagRevisions() |
Boolean |
hasKeepYoungerThan() |
Boolean |
hasKeepYoungerThanDuration() |
Boolean |
hasLogLevel() |
Boolean |
hasMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate) |
Boolean |
hasNodeSelector() |
Boolean |
hasResources() |
Boolean |
hasSchedule() |
Boolean |
hasSuccessfulJobsHistoryLimit() |
Boolean |
hasSuspend() |
Boolean |
hasTolerations() |
A |
removeAllFromTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items) |
A |
removeFromNodeSelector(Map<String,String> map) |
A |
removeFromNodeSelector(String key) |
A |
removeFromTolerations(io.fabric8.kubernetes.api.model.Toleration... items) |
A |
setToTolerations(Integer index,
io.fabric8.kubernetes.api.model.Toleration item) |
A |
withAffinity(io.fabric8.kubernetes.api.model.Affinity affinity) |
A |
withFailedJobsHistoryLimit(Integer failedJobsHistoryLimit) |
A |
withIgnoreInvalidImageReferences(Boolean ignoreInvalidImageReferences) |
A |
withKeepTagRevisions(Integer keepTagRevisions) |
A |
withKeepYoungerThan(Long keepYoungerThan) |
A |
withKeepYoungerThanDuration(io.fabric8.kubernetes.api.model.Duration keepYoungerThanDuration) |
A |
withLogLevel(String logLevel) |
A |
withNewLogLevel(String arg0)
Deprecated.
|
ImagePrunerSpecFluent.ResourcesNested<A> |
withNewResources() |
ImagePrunerSpecFluent.ResourcesNested<A> |
withNewResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item) |
A |
withNewSchedule(String arg0)
Deprecated.
|
<K,V> A |
withNodeSelector(Map<String,String> nodeSelector) |
A |
withResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources) |
A |
withSchedule(String schedule) |
A |
withSuccessfulJobsHistoryLimit(Integer successfulJobsHistoryLimit) |
A |
withSuspend(Boolean suspend) |
A |
withTolerations(List<io.fabric8.kubernetes.api.model.Toleration> tolerations) |
A |
withTolerations(io.fabric8.kubernetes.api.model.Toleration... tolerations) |
public ImagePrunerSpecFluentImpl()
public ImagePrunerSpecFluentImpl(ImagePrunerSpec instance)
public io.fabric8.kubernetes.api.model.Affinity getAffinity()
getAffinity in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A withAffinity(io.fabric8.kubernetes.api.model.Affinity affinity)
withAffinity in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public Boolean hasAffinity()
hasAffinity in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public Integer getFailedJobsHistoryLimit()
getFailedJobsHistoryLimit in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A withFailedJobsHistoryLimit(Integer failedJobsHistoryLimit)
withFailedJobsHistoryLimit in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public Boolean hasFailedJobsHistoryLimit()
hasFailedJobsHistoryLimit in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public Boolean getIgnoreInvalidImageReferences()
getIgnoreInvalidImageReferences in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A withIgnoreInvalidImageReferences(Boolean ignoreInvalidImageReferences)
withIgnoreInvalidImageReferences in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public Boolean hasIgnoreInvalidImageReferences()
hasIgnoreInvalidImageReferences in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public Integer getKeepTagRevisions()
getKeepTagRevisions in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A withKeepTagRevisions(Integer keepTagRevisions)
withKeepTagRevisions in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public Boolean hasKeepTagRevisions()
hasKeepTagRevisions in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public Long getKeepYoungerThan()
getKeepYoungerThan in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A withKeepYoungerThan(Long keepYoungerThan)
withKeepYoungerThan in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public Boolean hasKeepYoungerThan()
hasKeepYoungerThan in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public io.fabric8.kubernetes.api.model.Duration getKeepYoungerThanDuration()
getKeepYoungerThanDuration in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A withKeepYoungerThanDuration(io.fabric8.kubernetes.api.model.Duration keepYoungerThanDuration)
withKeepYoungerThanDuration in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public Boolean hasKeepYoungerThanDuration()
hasKeepYoungerThanDuration in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public String getLogLevel()
getLogLevel in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A withLogLevel(String logLevel)
withLogLevel in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public Boolean hasLogLevel()
hasLogLevel in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>@Deprecated public A withNewLogLevel(String arg0)
withNewLogLevel in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A addToNodeSelector(String key, String value)
addToNodeSelector in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A addToNodeSelector(Map<String,String> map)
addToNodeSelector in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A removeFromNodeSelector(String key)
removeFromNodeSelector in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A removeFromNodeSelector(Map<String,String> map)
removeFromNodeSelector in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public Map<String,String> getNodeSelector()
getNodeSelector in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public <K,V> A withNodeSelector(Map<String,String> nodeSelector)
withNodeSelector in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public Boolean hasNodeSelector()
hasNodeSelector in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.ResourceRequirements getResources()
getResources in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public io.fabric8.kubernetes.api.model.ResourceRequirements buildResources()
buildResources in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A withResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources)
withResources in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public Boolean hasResources()
hasResources in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public ImagePrunerSpecFluent.ResourcesNested<A> withNewResources()
withNewResources in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public ImagePrunerSpecFluent.ResourcesNested<A> withNewResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item)
withNewResourcesLike in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public ImagePrunerSpecFluent.ResourcesNested<A> editResources()
editResources in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public ImagePrunerSpecFluent.ResourcesNested<A> editOrNewResources()
editOrNewResources in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public ImagePrunerSpecFluent.ResourcesNested<A> editOrNewResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item)
editOrNewResourcesLike in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public String getSchedule()
getSchedule in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A withSchedule(String schedule)
withSchedule in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public Boolean hasSchedule()
hasSchedule in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>@Deprecated public A withNewSchedule(String arg0)
withNewSchedule in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public Integer getSuccessfulJobsHistoryLimit()
getSuccessfulJobsHistoryLimit in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A withSuccessfulJobsHistoryLimit(Integer successfulJobsHistoryLimit)
withSuccessfulJobsHistoryLimit in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public Boolean hasSuccessfulJobsHistoryLimit()
hasSuccessfulJobsHistoryLimit in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public Boolean getSuspend()
getSuspend in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A withSuspend(Boolean suspend)
withSuspend in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public Boolean hasSuspend()
hasSuspend in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A addToTolerations(Integer index, io.fabric8.kubernetes.api.model.Toleration item)
addToTolerations in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A setToTolerations(Integer index, io.fabric8.kubernetes.api.model.Toleration item)
setToTolerations in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A addToTolerations(io.fabric8.kubernetes.api.model.Toleration... items)
addToTolerations in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A addAllToTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items)
addAllToTolerations in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A removeFromTolerations(io.fabric8.kubernetes.api.model.Toleration... items)
removeFromTolerations in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A removeAllFromTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items)
removeAllFromTolerations in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public List<io.fabric8.kubernetes.api.model.Toleration> getTolerations()
getTolerations in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public io.fabric8.kubernetes.api.model.Toleration getToleration(Integer index)
getToleration in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public io.fabric8.kubernetes.api.model.Toleration getFirstToleration()
getFirstToleration in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public io.fabric8.kubernetes.api.model.Toleration getLastToleration()
getLastToleration in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public io.fabric8.kubernetes.api.model.Toleration getMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)
getMatchingToleration in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public Boolean hasMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)
hasMatchingToleration in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A withTolerations(List<io.fabric8.kubernetes.api.model.Toleration> tolerations)
withTolerations in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A withTolerations(io.fabric8.kubernetes.api.model.Toleration... tolerations)
withTolerations in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public Boolean hasTolerations()
hasTolerations in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>public A addNewToleration(String effect, String key, String operator, Long tolerationSeconds, String value)
addNewToleration in interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.