| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointSubset |
EndpointSubsetBuilder.build() |
EndpointSubset |
EndpointsFluent.buildFirstSubset() |
EndpointSubset |
EndpointsFluent.buildLastSubset() |
EndpointSubset |
EndpointsFluent.buildMatchingSubset(Predicate<EndpointSubsetBuilder> predicate) |
EndpointSubset |
EndpointsFluent.buildSubset(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<EndpointSubset> |
EndpointsFluent.buildSubsets() |
List<EndpointSubset> |
Endpoints.getSubsets() |
| Modifier and Type | Method and Description |
|---|---|
EndpointsFluent.SubsetsNested<A> |
EndpointsFluent.addNewSubsetLike(EndpointSubset item) |
A |
EndpointsFluent.addToSubsets(EndpointSubset... items) |
A |
EndpointsFluent.addToSubsets(int index,
EndpointSubset item) |
protected void |
EndpointSubsetFluent.copyInstance(EndpointSubset instance) |
A |
EndpointsFluent.removeFromSubsets(EndpointSubset... items) |
EndpointsFluent.SubsetsNested<A> |
EndpointsFluent.setNewSubsetLike(int index,
EndpointSubset item) |
A |
EndpointsFluent.setToSubsets(int index,
EndpointSubset item) |
NamedExtensionFluent.EndpointSubsetExtensionNested<A> |
NamedExtensionFluent.withNewEndpointSubsetExtensionLike(EndpointSubset item) |
WatchEventFluent.EndpointSubsetObjectNested<A> |
WatchEventFluent.withNewEndpointSubsetObjectLike(EndpointSubset item) |
A |
EndpointsFluent.withSubsets(EndpointSubset... subsets) |
| Modifier and Type | Method and Description |
|---|---|
A |
EndpointsFluent.addAllToSubsets(Collection<EndpointSubset> items) |
A |
EndpointsFluent.removeAllFromSubsets(Collection<EndpointSubset> items) |
void |
Endpoints.setSubsets(List<EndpointSubset> subsets) |
A |
EndpointsFluent.withSubsets(List<EndpointSubset> subsets) |
| Constructor and Description |
|---|
EndpointSubsetBuilder(EndpointSubset instance) |
EndpointSubsetBuilder(EndpointSubsetFluent<?> fluent,
EndpointSubset instance) |
EndpointSubsetFluent(EndpointSubset instance) |
| Constructor and Description |
|---|
Endpoints(String apiVersion,
String kind,
ObjectMeta metadata,
List<EndpointSubset> subsets) |
Copyright © 2015–2023 Red Hat. All rights reserved.