| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableEndpointSubset |
| Modifier and Type | Method and Description |
|---|---|
EndpointSubset |
DoneableEndpointSubset.done() |
| 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... items) |
T |
EndpointsFluent.withSubsets(EndpointSubset... subsets) |
| 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 |
|---|
DoneableEndpointSubset(EndpointSubset item,
Visitor<EndpointSubset> visitor) |
EndpointSubsetBuilder(EndpointSubset instance) |
EndpointSubsetBuilder(EndpointSubsetFluent<?> fluent,
EndpointSubset instance) |
| Constructor and Description |
|---|
DoneableEndpointSubset(EndpointSubset item,
Visitor<EndpointSubset> visitor) |
DoneableEndpointSubset(Visitor<EndpointSubset> visitor) |
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.