Uses of Class
io.fabric8.openshift.api.model.operator.v1.GathererStatus
-
Packages that use GathererStatus Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of GathererStatus in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return GathererStatus Modifier and Type Method Description GathererStatusGathererStatusBuilder. build()GathererStatusGatherStatusFluent. buildFirstGatherer()GathererStatusGatherStatusFluent. buildGatherer(int index)GathererStatusGatherStatusFluent. buildLastGatherer()GathererStatusGatherStatusFluent. buildMatchingGatherer(Predicate<GathererStatusBuilder> predicate)Methods in io.fabric8.openshift.api.model.operator.v1 that return types with arguments of type GathererStatus Modifier and Type Method Description List<GathererStatus>GatherStatusFluent. buildGatherers()List<GathererStatus>GatherStatus. getGatherers()gatherers is a list of active gatherers (and their statuses) in the last gathering.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type GathererStatus Modifier and Type Method Description GatherStatusFluent.GatherersNested<A>GatherStatusFluent. addNewGathererLike(GathererStatus item)AGatherStatusFluent. addToGatherers(int index, GathererStatus item)AGatherStatusFluent. addToGatherers(GathererStatus... items)protected voidGathererStatusFluent. copyInstance(GathererStatus instance)AGatherStatusFluent. removeFromGatherers(GathererStatus... items)GatherStatusFluent.GatherersNested<A>GatherStatusFluent. setNewGathererLike(int index, GathererStatus item)AGatherStatusFluent. setToGatherers(int index, GathererStatus item)AGatherStatusFluent. withGatherers(GathererStatus... gatherers)Method parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type GathererStatus Modifier and Type Method Description AGatherStatusFluent. addAllToGatherers(Collection<GathererStatus> items)AGatherStatusFluent. removeAllFromGatherers(Collection<GathererStatus> items)voidGatherStatus. setGatherers(List<GathererStatus> gatherers)gatherers is a list of active gatherers (and their statuses) in the last gathering.AGatherStatusFluent. withGatherers(List<GathererStatus> gatherers)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type GathererStatus Constructor Description GathererStatusBuilder(GathererStatus instance)GathererStatusBuilder(GathererStatusFluent<?> fluent, GathererStatus instance)GathererStatusFluent(GathererStatus instance)Constructor parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type GathererStatus Constructor Description GatherStatus(List<GathererStatus> gatherers, String lastGatherDuration, String lastGatherTime)
-