Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.PrometheusSpecFluent.ContainersNested
-
Packages that use PrometheusSpecFluent.ContainersNested Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of PrometheusSpecFluent.ContainersNested in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return PrometheusSpecFluent.ContainersNested Modifier and Type Method Description PrometheusSpecFluent.ContainersNested<A>PrometheusSpecFluent. addNewContainer()PrometheusSpecFluent.ContainersNested<A>PrometheusSpecFluent. addNewContainerLike(io.fabric8.kubernetes.api.model.Container item)PrometheusSpecFluent.ContainersNested<A>PrometheusSpecFluent. editContainer(int index)PrometheusSpecFluent.ContainersNested<A>PrometheusSpecFluent. editFirstContainer()PrometheusSpecFluent.ContainersNested<A>PrometheusSpecFluent. editLastContainer()PrometheusSpecFluent.ContainersNested<A>PrometheusSpecFluent. editMatchingContainer(Predicate<io.fabric8.kubernetes.api.model.ContainerBuilder> predicate)PrometheusSpecFluent.ContainersNested<A>PrometheusSpecFluent. setNewContainerLike(int index, io.fabric8.kubernetes.api.model.Container item)
-