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> |
EndpointsFluentImpl.getSubsets() |
List<EndpointSubset> |
Endpoints.getSubsets() |
Modifier and Type | Method and Description |
---|---|
EndpointsFluent.SubsetsNested<T> |
EndpointsFluent.addNewSubsetLike(EndpointSubset item) |
EndpointsFluent.SubsetsNested<T> |
EndpointsFluentImpl.addNewSubsetLike(EndpointSubset item) |
T |
EndpointsFluent.addToSubsets(EndpointSubset... items) |
T |
EndpointsFluentImpl.addToSubsets(EndpointSubset... items) |
T |
EndpointsFluent.removeFromSubsets(EndpointSubset... items) |
T |
EndpointsFluentImpl.removeFromSubsets(EndpointSubset... items) |
T |
EndpointsFluent.withSubsets(EndpointSubset... subsets) |
T |
EndpointsFluentImpl.withSubsets(EndpointSubset... subsets) |
Modifier and Type | Method and Description |
---|---|
void |
Endpoints.setSubsets(List<EndpointSubset> subsets) |
T |
EndpointsFluent.withSubsets(List<EndpointSubset> subsets) |
T |
EndpointsFluentImpl.withSubsets(List<EndpointSubset> subsets) |
Constructor and Description |
---|
DoneableEndpointSubset(EndpointSubset item) |
DoneableEndpointSubset(EndpointSubset item,
Function<EndpointSubset,EndpointSubset> function) |
EndpointSubsetBuilder(EndpointSubset instance) |
EndpointSubsetBuilder(EndpointSubsetFluent<?> fluent,
EndpointSubset instance) |
EndpointSubsetFluentImpl(EndpointSubset instance) |
Constructor and Description |
---|
DoneableEndpointSubset(EndpointSubset item,
Function<EndpointSubset,EndpointSubset> function) |
DoneableEndpointSubset(EndpointSubset item,
Function<EndpointSubset,EndpointSubset> function) |
DoneableEndpointSubset(Function<EndpointSubset,EndpointSubset> function) |
DoneableEndpointSubset(Function<EndpointSubset,EndpointSubset> function) |
EditableEndpoints(String apiVersion,
String kind,
ObjectMeta metadata,
List<EndpointSubset> subsets) |
Endpoints(String apiVersion,
String kind,
ObjectMeta metadata,
List<EndpointSubset> subsets) |
Copyright © 2011–2016 Red Hat. All rights reserved.