Uses of Class
io.fabric8.kubernetes.api.model.Service
-
Packages that use Service Package Description io.fabric8.kubernetes.api.model -
-
Uses of Service in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return Service Modifier and Type Method Description Service
ServiceBuilder. build()
Service
ServiceListFluent. buildFirstItem()
Service
ServiceListFluent. buildItem(int index)
Service
ServiceListFluent. buildLastItem()
Service
ServiceListFluent. buildMatchingItem(Predicate<ServiceBuilder> predicate)
Methods in io.fabric8.kubernetes.api.model that return types with arguments of type Service Modifier and Type Method Description List<Service>
ServiceListFluent. buildItems()
List<Service>
ServiceList. getItems()
Methods in io.fabric8.kubernetes.api.model with parameters of type Service Modifier and Type Method Description ServiceListFluent.ItemsNested<A>
ServiceListFluent. addNewItemLike(Service item)
KubernetesListFluent.ServiceItemsNested<A>
KubernetesListFluent. addNewServiceItemLike(Service item)
A
ServiceListFluent. addToItems(int index, Service item)
A
ServiceListFluent. addToItems(Service... items)
protected void
ServiceFluent. copyInstance(Service instance)
A
ServiceListFluent. removeFromItems(Service... items)
ServiceListFluent.ItemsNested<A>
ServiceListFluent. setNewItemLike(int index, Service item)
KubernetesListFluent.ServiceItemsNested<A>
KubernetesListFluent. setNewServiceItemLike(int index, Service item)
A
ServiceListFluent. setToItems(int index, Service item)
A
ServiceListFluent. withItems(Service... items)
Method parameters in io.fabric8.kubernetes.api.model with type arguments of type Service Modifier and Type Method Description A
ServiceListFluent. addAllToItems(Collection<Service> items)
A
ServiceListFluent. removeAllFromItems(Collection<Service> items)
void
ServiceList. setItems(List<Service> items)
A
ServiceListFluent. withItems(List<Service> items)
Constructors in io.fabric8.kubernetes.api.model with parameters of type Service Constructor Description ServiceBuilder(Service instance)
ServiceBuilder(ServiceFluent<?> fluent, Service instance)
ServiceFluent(Service instance)
Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type Service Constructor Description ServiceList(String apiVersion, List<Service> items, String kind, ListMeta metadata)
-