Uses of Class
io.fabric8.kubernetes.api.model.Endpoints
-
Packages that use Endpoints Package Description io.fabric8.kubernetes.api.model -
-
Uses of Endpoints in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return Endpoints Modifier and Type Method Description EndpointsEndpointsBuilder. build()EndpointsEndpointsListFluent. buildFirstItem()EndpointsEndpointsListFluent. buildItem(int index)EndpointsEndpointsListFluent. buildLastItem()EndpointsEndpointsListFluent. buildMatchingItem(Predicate<EndpointsBuilder> predicate)Methods in io.fabric8.kubernetes.api.model that return types with arguments of type Endpoints Modifier and Type Method Description List<Endpoints>EndpointsListFluent. buildItems()List<Endpoints>EndpointsList. getItems()Methods in io.fabric8.kubernetes.api.model with parameters of type Endpoints Modifier and Type Method Description KubernetesListFluent.EndpointsItemsNested<A>KubernetesListFluent. addNewEndpointsItemLike(Endpoints item)EndpointsListFluent.ItemsNested<A>EndpointsListFluent. addNewItemLike(Endpoints item)AEndpointsListFluent. addToItems(int index, Endpoints item)AEndpointsListFluent. addToItems(Endpoints... items)protected voidEndpointsFluent. copyInstance(Endpoints instance)AEndpointsListFluent. removeFromItems(Endpoints... items)KubernetesListFluent.EndpointsItemsNested<A>KubernetesListFluent. setNewEndpointsItemLike(int index, Endpoints item)EndpointsListFluent.ItemsNested<A>EndpointsListFluent. setNewItemLike(int index, Endpoints item)AEndpointsListFluent. setToItems(int index, Endpoints item)AEndpointsListFluent. withItems(Endpoints... items)Method parameters in io.fabric8.kubernetes.api.model with type arguments of type Endpoints Modifier and Type Method Description AEndpointsListFluent. addAllToItems(Collection<Endpoints> items)AEndpointsListFluent. removeAllFromItems(Collection<Endpoints> items)voidEndpointsList. setItems(List<Endpoints> items)AEndpointsListFluent. withItems(List<Endpoints> items)Constructors in io.fabric8.kubernetes.api.model with parameters of type Endpoints Constructor Description EndpointsBuilder(Endpoints instance)EndpointsBuilder(EndpointsFluent<?> fluent, Endpoints instance)EndpointsFluent(Endpoints instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type Endpoints Constructor Description EndpointsList(String apiVersion, List<Endpoints> items, String kind, ListMeta metadata)
-