Class ImagePrunerSpecFluent<A extends ImagePrunerSpecFluent<A>>

    • Constructor Detail

      • ImagePrunerSpecFluent

        public ImagePrunerSpecFluent()
      • ImagePrunerSpecFluent

        public ImagePrunerSpecFluent​(ImagePrunerSpec instance)
    • Method Detail

      • addAllToTolerations

        public A addAllToTolerations​(Collection<io.fabric8.kubernetes.api.model.Toleration> items)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToNodeSelector

        public A addToNodeSelector​(String key,
                                   String value)
      • addToTolerations

        public A addToTolerations​(io.fabric8.kubernetes.api.model.Toleration... items)
      • addToTolerations

        public A addToTolerations​(int index,
                                  io.fabric8.kubernetes.api.model.Toleration item)
      • buildResources

        public io.fabric8.kubernetes.api.model.ResourceRequirements buildResources()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ImagePrunerSpecFluent<A>>
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • getAffinity

        public io.fabric8.kubernetes.api.model.Affinity getAffinity()
      • getFailedJobsHistoryLimit

        public Integer getFailedJobsHistoryLimit()
      • getFirstToleration

        public io.fabric8.kubernetes.api.model.Toleration getFirstToleration()
      • getIgnoreInvalidImageReferences

        public Boolean getIgnoreInvalidImageReferences()
      • getKeepTagRevisions

        public Integer getKeepTagRevisions()
      • getKeepYoungerThan

        public Long getKeepYoungerThan()
      • getKeepYoungerThanDuration

        public String getKeepYoungerThanDuration()
      • getLastToleration

        public io.fabric8.kubernetes.api.model.Toleration getLastToleration()
      • getLogLevel

        public String getLogLevel()
      • getMatchingToleration

        public io.fabric8.kubernetes.api.model.Toleration getMatchingToleration​(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)
      • getSchedule

        public String getSchedule()
      • getSuccessfulJobsHistoryLimit

        public Integer getSuccessfulJobsHistoryLimit()
      • getSuspend

        public Boolean getSuspend()
      • getToleration

        public io.fabric8.kubernetes.api.model.Toleration getToleration​(int index)
      • getTolerations

        public List<io.fabric8.kubernetes.api.model.Toleration> getTolerations()
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • hasAffinity

        public boolean hasAffinity()
      • hasFailedJobsHistoryLimit

        public boolean hasFailedJobsHistoryLimit()
      • hasIgnoreInvalidImageReferences

        public boolean hasIgnoreInvalidImageReferences()
      • hasKeepTagRevisions

        public boolean hasKeepTagRevisions()
      • hasKeepYoungerThan

        public boolean hasKeepYoungerThan()
      • hasKeepYoungerThanDuration

        public boolean hasKeepYoungerThanDuration()
      • hasLogLevel

        public boolean hasLogLevel()
      • hasMatchingToleration

        public boolean hasMatchingToleration​(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)
      • hasNodeSelector

        public boolean hasNodeSelector()
      • hasResources

        public boolean hasResources()
      • hasSchedule

        public boolean hasSchedule()
      • hasSuccessfulJobsHistoryLimit

        public boolean hasSuccessfulJobsHistoryLimit()
      • hasSuspend

        public boolean hasSuspend()
      • hasTolerations

        public boolean hasTolerations()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ImagePrunerSpecFluent<A>>
      • removeAllFromTolerations

        public A removeAllFromTolerations​(Collection<io.fabric8.kubernetes.api.model.Toleration> items)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • removeFromNodeSelector

        public A removeFromNodeSelector​(String key)
      • removeFromNodeSelector

        public A removeFromNodeSelector​(Map<String,​String> map)
      • removeFromTolerations

        public A removeFromTolerations​(io.fabric8.kubernetes.api.model.Toleration... items)
      • setToTolerations

        public A setToTolerations​(int index,
                                  io.fabric8.kubernetes.api.model.Toleration item)
      • withAdditionalProperties

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • withAffinity

        public A withAffinity​(io.fabric8.kubernetes.api.model.Affinity affinity)
      • withFailedJobsHistoryLimit

        public A withFailedJobsHistoryLimit​(Integer failedJobsHistoryLimit)
      • withIgnoreInvalidImageReferences

        public A withIgnoreInvalidImageReferences()
      • withIgnoreInvalidImageReferences

        public A withIgnoreInvalidImageReferences​(Boolean ignoreInvalidImageReferences)
      • withKeepTagRevisions

        public A withKeepTagRevisions​(Integer keepTagRevisions)
      • withKeepYoungerThan

        public A withKeepYoungerThan​(Long keepYoungerThan)
      • withKeepYoungerThanDuration

        public A withKeepYoungerThanDuration​(String keepYoungerThanDuration)
      • withLogLevel

        public A withLogLevel​(String logLevel)
      • withNodeSelector

        public <K,​V> A withNodeSelector​(Map<String,​String> nodeSelector)
      • withResources

        public A withResources​(io.fabric8.kubernetes.api.model.ResourceRequirements resources)
      • withSchedule

        public A withSchedule​(String schedule)
      • withSuccessfulJobsHistoryLimit

        public A withSuccessfulJobsHistoryLimit​(Integer successfulJobsHistoryLimit)
      • withSuspend

        public A withSuspend()
      • withSuspend

        public A withSuspend​(Boolean suspend)
      • withTolerations

        public A withTolerations​(List<io.fabric8.kubernetes.api.model.Toleration> tolerations)
      • withTolerations

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