Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.Probe
-
Packages that use Probe Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of Probe in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return Probe Modifier and Type Method Description ProbeProbeBuilder. build()ProbeProbeListFluent. buildFirstItem()ProbeProbeListFluent. buildItem(int index)ProbeProbeListFluent. buildLastItem()ProbeProbeListFluent. buildMatchingItem(Predicate<ProbeBuilder> predicate)Methods in io.fabric8.openshift.api.model.monitoring.v1 that return types with arguments of type Probe Modifier and Type Method Description List<Probe>ProbeListFluent. buildItems()List<Probe>ProbeList. getItems()List of ProbesMethods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type Probe Modifier and Type Method Description ProbeListFluent.ItemsNested<A>ProbeListFluent. addNewItemLike(Probe item)AProbeListFluent. addToItems(int index, Probe item)AProbeListFluent. addToItems(Probe... items)protected voidProbeFluent. copyInstance(Probe instance)AProbeListFluent. removeFromItems(Probe... items)ProbeListFluent.ItemsNested<A>ProbeListFluent. setNewItemLike(int index, Probe item)AProbeListFluent. setToItems(int index, Probe item)AProbeListFluent. withItems(Probe... items)Method parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type Probe Modifier and Type Method Description AProbeListFluent. addAllToItems(Collection<Probe> items)AProbeListFluent. removeAllFromItems(Collection<Probe> items)voidProbeList. setItems(List<Probe> items)List of ProbesAProbeListFluent. withItems(List<Probe> items)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type Probe Constructor Description ProbeBuilder(Probe instance)ProbeBuilder(ProbeFluent<?> fluent, Probe instance)ProbeFluent(Probe instance)Constructor parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type Probe Constructor Description ProbeList(String apiVersion, List<Probe> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-