Interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ImagePrunerFluent.SpecNested<N>
- All Known Implementing Classes:
ImagePrunerFluentImpl.SpecNestedImpl,ImagePrunerSpecBuilder,ImagePrunerSpecFluentImpl
public interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceImagePrunerSpecFluent.ResourcesNested<N>
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AaddAllToTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items)AaddNewToleration(String effect, String key, String operator, Long tolerationSeconds, String value)AaddToNodeSelector(String key, String value)AaddToNodeSelector(Map<String,String> map)AaddToTolerations(int index, io.fabric8.kubernetes.api.model.Toleration item)AaddToTolerations(io.fabric8.kubernetes.api.model.Toleration... items)io.fabric8.kubernetes.api.model.ResourceRequirementsbuildResources()ImagePrunerSpecFluent.ResourcesNested<A>editOrNewResources()ImagePrunerSpecFluent.ResourcesNested<A>editOrNewResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item)ImagePrunerSpecFluent.ResourcesNested<A>editResources()io.fabric8.kubernetes.api.model.AffinitygetAffinity()IntegergetFailedJobsHistoryLimit()io.fabric8.kubernetes.api.model.TolerationgetFirstToleration()IntegergetKeepTagRevisions()LonggetKeepYoungerThan()io.fabric8.kubernetes.api.model.DurationgetKeepYoungerThanDuration()io.fabric8.kubernetes.api.model.TolerationgetLastToleration()io.fabric8.kubernetes.api.model.TolerationgetMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)Map<String,String>getNodeSelector()io.fabric8.kubernetes.api.model.ResourceRequirementsgetResources()Deprecated.StringgetSchedule()IntegergetSuccessfulJobsHistoryLimit()io.fabric8.kubernetes.api.model.TolerationgetToleration(int index)List<io.fabric8.kubernetes.api.model.Toleration>getTolerations()BooleanhasAffinity()BooleanhasFailedJobsHistoryLimit()BooleanhasIgnoreInvalidImageReferences()BooleanhasKeepTagRevisions()BooleanhasKeepYoungerThan()BooleanhasKeepYoungerThanDuration()BooleanhasMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)BooleanhasNodeSelector()BooleanhasResources()BooleanhasSchedule()BooleanhasSuccessfulJobsHistoryLimit()BooleanhasSuspend()BooleanhasTolerations()BooleanisIgnoreInvalidImageReferences()BooleanisSuspend()AremoveAllFromTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items)AremoveFromNodeSelector(String key)AremoveFromNodeSelector(Map<String,String> map)AremoveFromTolerations(io.fabric8.kubernetes.api.model.Toleration... items)AsetToTolerations(int index, io.fabric8.kubernetes.api.model.Toleration item)AwithAffinity(io.fabric8.kubernetes.api.model.Affinity affinity)AwithFailedJobsHistoryLimit(Integer failedJobsHistoryLimit)AwithIgnoreInvalidImageReferences(Boolean ignoreInvalidImageReferences)AwithKeepTagRevisions(Integer keepTagRevisions)AwithKeepYoungerThan(Long keepYoungerThan)AwithKeepYoungerThanDuration(io.fabric8.kubernetes.api.model.Duration keepYoungerThanDuration)AwithNewIgnoreInvalidImageReferences(boolean arg1)AwithNewIgnoreInvalidImageReferences(String arg1)ImagePrunerSpecFluent.ResourcesNested<A>withNewResources()ImagePrunerSpecFluent.ResourcesNested<A>withNewResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item)AwithNewSchedule(String arg1)AwithNewSchedule(StringBuffer arg1)AwithNewSchedule(StringBuilder arg1)AwithNewSuspend(boolean arg1)AwithNewSuspend(String arg1)AwithNodeSelector(Map<String,String> nodeSelector)AwithResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources)AwithSchedule(String schedule)AwithSuccessfulJobsHistoryLimit(Integer successfulJobsHistoryLimit)AwithSuspend(Boolean suspend)AwithTolerations(io.fabric8.kubernetes.api.model.Toleration... tolerations)AwithTolerations(List<io.fabric8.kubernetes.api.model.Toleration> tolerations)
-
-
-
Method Detail
-
getAffinity
io.fabric8.kubernetes.api.model.Affinity getAffinity()
-
withAffinity
A withAffinity(io.fabric8.kubernetes.api.model.Affinity affinity)
-
hasAffinity
Boolean hasAffinity()
-
getFailedJobsHistoryLimit
Integer getFailedJobsHistoryLimit()
-
hasFailedJobsHistoryLimit
Boolean hasFailedJobsHistoryLimit()
-
isIgnoreInvalidImageReferences
Boolean isIgnoreInvalidImageReferences()
-
withIgnoreInvalidImageReferences
A withIgnoreInvalidImageReferences(Boolean ignoreInvalidImageReferences)
-
hasIgnoreInvalidImageReferences
Boolean hasIgnoreInvalidImageReferences()
-
withNewIgnoreInvalidImageReferences
A withNewIgnoreInvalidImageReferences(boolean arg1)
-
getKeepTagRevisions
Integer getKeepTagRevisions()
-
hasKeepTagRevisions
Boolean hasKeepTagRevisions()
-
getKeepYoungerThan
Long getKeepYoungerThan()
-
hasKeepYoungerThan
Boolean hasKeepYoungerThan()
-
getKeepYoungerThanDuration
io.fabric8.kubernetes.api.model.Duration getKeepYoungerThanDuration()
-
withKeepYoungerThanDuration
A withKeepYoungerThanDuration(io.fabric8.kubernetes.api.model.Duration keepYoungerThanDuration)
-
hasKeepYoungerThanDuration
Boolean hasKeepYoungerThanDuration()
-
hasNodeSelector
Boolean hasNodeSelector()
-
getResources
@Deprecated io.fabric8.kubernetes.api.model.ResourceRequirements getResources()
Deprecated.This method has been deprecated, please use method buildResources instead.- Returns:
- The buildable object.
-
buildResources
io.fabric8.kubernetes.api.model.ResourceRequirements buildResources()
-
withResources
A withResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources)
-
hasResources
Boolean hasResources()
-
withNewResources
ImagePrunerSpecFluent.ResourcesNested<A> withNewResources()
-
withNewResourcesLike
ImagePrunerSpecFluent.ResourcesNested<A> withNewResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item)
-
editResources
ImagePrunerSpecFluent.ResourcesNested<A> editResources()
-
editOrNewResources
ImagePrunerSpecFluent.ResourcesNested<A> editOrNewResources()
-
editOrNewResourcesLike
ImagePrunerSpecFluent.ResourcesNested<A> editOrNewResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item)
-
getSchedule
String getSchedule()
-
hasSchedule
Boolean hasSchedule()
-
withNewSchedule
A withNewSchedule(StringBuilder arg1)
-
withNewSchedule
A withNewSchedule(StringBuffer arg1)
-
getSuccessfulJobsHistoryLimit
Integer getSuccessfulJobsHistoryLimit()
-
withSuccessfulJobsHistoryLimit
A withSuccessfulJobsHistoryLimit(Integer successfulJobsHistoryLimit)
-
hasSuccessfulJobsHistoryLimit
Boolean hasSuccessfulJobsHistoryLimit()
-
isSuspend
Boolean isSuspend()
-
hasSuspend
Boolean hasSuspend()
-
withNewSuspend
A withNewSuspend(boolean arg1)
-
addToTolerations
A addToTolerations(int index, io.fabric8.kubernetes.api.model.Toleration item)
-
setToTolerations
A setToTolerations(int index, io.fabric8.kubernetes.api.model.Toleration item)
-
addToTolerations
A addToTolerations(io.fabric8.kubernetes.api.model.Toleration... items)
-
addAllToTolerations
A addAllToTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items)
-
removeFromTolerations
A removeFromTolerations(io.fabric8.kubernetes.api.model.Toleration... items)
-
removeAllFromTolerations
A removeAllFromTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items)
-
getTolerations
List<io.fabric8.kubernetes.api.model.Toleration> getTolerations()
-
getToleration
io.fabric8.kubernetes.api.model.Toleration getToleration(int index)
-
getFirstToleration
io.fabric8.kubernetes.api.model.Toleration getFirstToleration()
-
getLastToleration
io.fabric8.kubernetes.api.model.Toleration getLastToleration()
-
getMatchingToleration
io.fabric8.kubernetes.api.model.Toleration getMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)
-
hasMatchingToleration
Boolean hasMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)
-
withTolerations
A withTolerations(io.fabric8.kubernetes.api.model.Toleration... tolerations)
-
hasTolerations
Boolean hasTolerations()
-
-