Package io.fabric8.kubernetes.api.model
Interface EndpointsFluent.SubsetsNested<N>
-
- All Superinterfaces:
EndpointSubsetFluent<EndpointsFluent.SubsetsNested<N>>
,Fluent<EndpointsFluent.SubsetsNested<N>>
,Nested<N>
- All Known Implementing Classes:
EndpointsFluentImpl.SubsetsNestedImpl
- Enclosing interface:
- EndpointsFluent<A extends EndpointsFluent<A>>
public static interface EndpointsFluent.SubsetsNested<N> extends Nested<N>, EndpointSubsetFluent<EndpointsFluent.SubsetsNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.EndpointSubsetFluent
EndpointSubsetFluent.AddressesNested<N>, EndpointSubsetFluent.NotReadyAddressesNested<N>, EndpointSubsetFluent.PortsNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endSubset()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.EndpointSubsetFluent
addAllToAddresses, addAllToNotReadyAddresses, addAllToPorts, addNewAddress, addNewAddressLike, addNewNotReadyAddress, addNewNotReadyAddressLike, addNewPort, addNewPort, addNewPortLike, addToAddresses, addToAddresses, addToNotReadyAddresses, addToNotReadyAddresses, addToPorts, addToPorts, buildAddress, buildAddresses, buildFirstAddress, buildFirstNotReadyAddress, buildFirstPort, buildLastAddress, buildLastNotReadyAddress, buildLastPort, buildMatchingAddress, buildMatchingNotReadyAddress, buildMatchingPort, buildNotReadyAddress, buildNotReadyAddresses, buildPort, buildPorts, editAddress, editFirstAddress, editFirstNotReadyAddress, editFirstPort, editLastAddress, editLastNotReadyAddress, editLastPort, editMatchingAddress, editMatchingNotReadyAddress, editMatchingPort, editNotReadyAddress, editPort, getAddresses, getNotReadyAddresses, getPorts, hasAddresses, hasMatchingAddress, hasMatchingNotReadyAddress, hasMatchingPort, hasNotReadyAddresses, hasPorts, removeAllFromAddresses, removeAllFromNotReadyAddresses, removeAllFromPorts, removeFromAddresses, removeFromNotReadyAddresses, removeFromPorts, removeMatchingFromAddresses, removeMatchingFromNotReadyAddresses, removeMatchingFromPorts, setNewAddressLike, setNewNotReadyAddressLike, setNewPortLike, setToAddresses, setToNotReadyAddresses, setToPorts, withAddresses, withAddresses, withNotReadyAddresses, withNotReadyAddresses, withPorts, withPorts
-
-