Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.ServiceMonitorSpecFluent.EndpointsNested
-
Packages that use ServiceMonitorSpecFluent.EndpointsNested Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of ServiceMonitorSpecFluent.EndpointsNested in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return ServiceMonitorSpecFluent.EndpointsNested Modifier and Type Method Description ServiceMonitorSpecFluent.EndpointsNested<A>ServiceMonitorSpecFluent. addNewEndpoint()ServiceMonitorSpecFluent.EndpointsNested<A>ServiceMonitorSpecFluent. addNewEndpointLike(Endpoint item)ServiceMonitorSpecFluent.EndpointsNested<A>ServiceMonitorSpecFluent. editEndpoint(int index)ServiceMonitorSpecFluent.EndpointsNested<A>ServiceMonitorSpecFluent. editFirstEndpoint()ServiceMonitorSpecFluent.EndpointsNested<A>ServiceMonitorSpecFluent. editLastEndpoint()ServiceMonitorSpecFluent.EndpointsNested<A>ServiceMonitorSpecFluent. editMatchingEndpoint(Predicate<EndpointBuilder> predicate)ServiceMonitorSpecFluent.EndpointsNested<A>ServiceMonitorSpecFluent. setNewEndpointLike(int index, Endpoint item)
-