Uses of Class
io.fabric8.kubernetes.api.model.ResourceHealth
-
Packages that use ResourceHealth Package Description io.fabric8.kubernetes.api.model -
-
Uses of ResourceHealth in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return ResourceHealth Modifier and Type Method Description ResourceHealthResourceHealthBuilder. build()ResourceHealthResourceStatusFluent. buildFirstResource()ResourceHealthResourceStatusFluent. buildLastResource()ResourceHealthResourceStatusFluent. buildMatchingResource(Predicate<ResourceHealthBuilder> predicate)ResourceHealthResourceStatusFluent. buildResource(int index)Methods in io.fabric8.kubernetes.api.model that return types with arguments of type ResourceHealth Modifier and Type Method Description List<ResourceHealth>ResourceStatusFluent. buildResources()List<ResourceHealth>ResourceStatus. getResources()List of unique resources health.Methods in io.fabric8.kubernetes.api.model with parameters of type ResourceHealth Modifier and Type Method Description ResourceStatusFluent.ResourcesNested<A>ResourceStatusFluent. addNewResourceLike(ResourceHealth item)AResourceStatusFluent. addToResources(int index, ResourceHealth item)AResourceStatusFluent. addToResources(ResourceHealth... items)protected voidResourceHealthFluent. copyInstance(ResourceHealth instance)AResourceStatusFluent. removeFromResources(ResourceHealth... items)ResourceStatusFluent.ResourcesNested<A>ResourceStatusFluent. setNewResourceLike(int index, ResourceHealth item)AResourceStatusFluent. setToResources(int index, ResourceHealth item)AResourceStatusFluent. withResources(ResourceHealth... resources)Method parameters in io.fabric8.kubernetes.api.model with type arguments of type ResourceHealth Modifier and Type Method Description AResourceStatusFluent. addAllToResources(Collection<ResourceHealth> items)AResourceStatusFluent. removeAllFromResources(Collection<ResourceHealth> items)voidResourceStatus. setResources(List<ResourceHealth> resources)List of unique resources health.AResourceStatusFluent. withResources(List<ResourceHealth> resources)Constructors in io.fabric8.kubernetes.api.model with parameters of type ResourceHealth Constructor Description ResourceHealthBuilder(ResourceHealth instance)ResourceHealthBuilder(ResourceHealthFluent<?> fluent, ResourceHealth instance)ResourceHealthFluent(ResourceHealth instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type ResourceHealth Constructor Description ResourceStatus(String name, List<ResourceHealth> resources)
-