| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableEndpointSubset |
| Modifier and Type | Method and Description |
|---|---|
List<EndpointSubset> |
EndpointsFluent.getSubsets() |
List<EndpointSubset> |
Endpoints.getSubsets()
sets of addresses and ports that comprise a service
|
| Modifier and Type | Method and Description |
|---|---|
EndpointsFluent.SubsetsNested<T> |
EndpointsFluent.addNewSubsetLike(EndpointSubset item) |
T |
EndpointsFluent.addToSubsets(EndpointSubset item) |
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoints.setSubsets(List<EndpointSubset> subsets)
sets of addresses and ports that comprise a service
|
T |
EndpointsFluent.withSubsets(List<EndpointSubset> subsets) |
| Constructor and Description |
|---|
EndpointSubsetBuilder(EndpointSubset instance) |
EndpointSubsetBuilder(EndpointSubsetFluent<?> fluent,
EndpointSubset instance) |
| Constructor and Description |
|---|
EditableEndpoints(Endpoints.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
List<EndpointSubset> subsets) |
Endpoints(Endpoints.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
List<EndpointSubset> subsets) |
Copyright © 2011–2015 Red Hat. All rights reserved.