Uses of Class
io.fabric8.knative.serving.v1.Service
-
Packages that use Service Package Description io.fabric8.knative.serving.v1 -
-
Uses of Service in io.fabric8.knative.serving.v1
Subclasses of Service in io.fabric8.knative.serving.v1 Modifier and Type Class Description classEditableServiceMethods in io.fabric8.knative.serving.v1 that return Service Modifier and Type Method Description ServiceServiceListFluent. buildFirstItem()ServiceServiceListFluentImpl. buildFirstItem()ServiceServiceListFluent. buildItem(int index)ServiceServiceListFluentImpl. buildItem(int index)ServiceServiceListFluent. buildLastItem()ServiceServiceListFluentImpl. buildLastItem()ServiceServiceListFluent. buildMatchingItem(Predicate<ServiceBuilder> predicate)ServiceServiceListFluentImpl. buildMatchingItem(Predicate<ServiceBuilder> predicate)Methods in io.fabric8.knative.serving.v1 that return types with arguments of type Service Modifier and Type Method Description List<Service>ServiceListFluent. buildItems()List<Service>ServiceListFluentImpl. buildItems()List<Service>ServiceList. getItems()List<Service>ServiceListFluent. getItems()Deprecated.List<Service>ServiceListFluentImpl. getItems()Deprecated.Methods in io.fabric8.knative.serving.v1 with parameters of type Service Modifier and Type Method Description ServiceListFluent.ItemsNested<A>ServiceListFluent. addNewItemLike(Service item)ServiceListFluent.ItemsNested<A>ServiceListFluentImpl. addNewItemLike(Service item)AServiceListFluent. addToItems(int index, Service item)AServiceListFluent. addToItems(Service... items)AServiceListFluentImpl. addToItems(int index, Service item)AServiceListFluentImpl. addToItems(Service... items)AServiceListFluent. removeFromItems(Service... items)AServiceListFluentImpl. removeFromItems(Service... items)ServiceListFluent.ItemsNested<A>ServiceListFluent. setNewItemLike(int index, Service item)ServiceListFluent.ItemsNested<A>ServiceListFluentImpl. setNewItemLike(int index, Service item)AServiceListFluent. setToItems(int index, Service item)AServiceListFluentImpl. setToItems(int index, Service item)AServiceListFluent. withItems(Service... items)AServiceListFluentImpl. withItems(Service... items)Method parameters in io.fabric8.knative.serving.v1 with type arguments of type Service Modifier and Type Method Description AServiceListFluent. addAllToItems(Collection<Service> items)AServiceListFluentImpl. addAllToItems(Collection<Service> items)AServiceListFluent. removeAllFromItems(Collection<Service> items)AServiceListFluentImpl. removeAllFromItems(Collection<Service> items)voidServiceList. setItems(List<Service> items)AServiceListFluent. withItems(List<Service> items)AServiceListFluentImpl. withItems(List<Service> items)Constructors in io.fabric8.knative.serving.v1 with parameters of type Service Constructor Description ServiceBuilder(Service instance)ServiceBuilder(ServiceFluent<?> fluent, Service instance)ServiceBuilder(ServiceFluent<?> fluent, Service instance, Boolean validationEnabled)ServiceBuilder(Service instance, Boolean validationEnabled)ServiceFluentImpl(Service instance)Constructor parameters in io.fabric8.knative.serving.v1 with type arguments of type Service Constructor Description EditableServiceList(String apiVersion, List<Service> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)ServiceList(String apiVersion, List<Service> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-