Interface ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>

    • 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()
      • withFailedJobsHistoryLimit

        A withFailedJobsHistoryLimit​(Integer failedJobsHistoryLimit)
      • hasFailedJobsHistoryLimit

        Boolean hasFailedJobsHistoryLimit()
      • isIgnoreInvalidImageReferences

        Boolean isIgnoreInvalidImageReferences()
      • withIgnoreInvalidImageReferences

        A withIgnoreInvalidImageReferences​(Boolean ignoreInvalidImageReferences)
      • hasIgnoreInvalidImageReferences

        Boolean hasIgnoreInvalidImageReferences()
      • withNewIgnoreInvalidImageReferences

        A withNewIgnoreInvalidImageReferences​(String arg1)
      • withNewIgnoreInvalidImageReferences

        A withNewIgnoreInvalidImageReferences​(boolean arg1)
      • getKeepTagRevisions

        Integer getKeepTagRevisions()
      • withKeepTagRevisions

        A withKeepTagRevisions​(Integer keepTagRevisions)
      • hasKeepTagRevisions

        Boolean hasKeepTagRevisions()
      • getKeepYoungerThan

        Long getKeepYoungerThan()
      • withKeepYoungerThan

        A withKeepYoungerThan​(Long keepYoungerThan)
      • hasKeepYoungerThan

        Boolean hasKeepYoungerThan()
      • getKeepYoungerThanDuration

        io.fabric8.kubernetes.api.model.Duration getKeepYoungerThanDuration()
      • withKeepYoungerThanDuration

        A withKeepYoungerThanDuration​(io.fabric8.kubernetes.api.model.Duration keepYoungerThanDuration)
      • hasKeepYoungerThanDuration

        Boolean hasKeepYoungerThanDuration()
      • addToNodeSelector

        A addToNodeSelector​(String key,
                            String value)
      • removeFromNodeSelector

        A removeFromNodeSelector​(String key)
      • removeFromNodeSelector

        A removeFromNodeSelector​(Map<String,​String> map)
      • 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()
      • getSchedule

        String getSchedule()
      • withSchedule

        A withSchedule​(String schedule)
      • hasSchedule

        Boolean hasSchedule()
      • withNewSchedule

        A withNewSchedule​(String arg1)
      • getSuccessfulJobsHistoryLimit

        Integer getSuccessfulJobsHistoryLimit()
      • withSuccessfulJobsHistoryLimit

        A withSuccessfulJobsHistoryLimit​(Integer successfulJobsHistoryLimit)
      • hasSuccessfulJobsHistoryLimit

        Boolean hasSuccessfulJobsHistoryLimit()
      • withSuspend

        A withSuspend​(Boolean suspend)
      • withNewSuspend

        A withNewSuspend​(String arg1)
      • 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​(List<io.fabric8.kubernetes.api.model.Toleration> tolerations)
      • withTolerations

        A withTolerations​(io.fabric8.kubernetes.api.model.Toleration... tolerations)
      • hasTolerations

        Boolean hasTolerations()