Interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1EndpointsFluent.SubsetsNested<N>
- All Known Implementing Classes:
V1EndpointSubsetBuilder
,V1EndpointSubsetFluentImpl
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToAddresses
(Collection<io.kubernetes.client.openapi.models.V1EndpointAddress> items) addAllToNotReadyAddresses
(Collection<io.kubernetes.client.openapi.models.V1EndpointAddress> items) addAllToPorts
(Collection<io.kubernetes.client.openapi.models.CoreV1EndpointPort> items) addNewAddressLike
(io.kubernetes.client.openapi.models.V1EndpointAddress item) addNewNotReadyAddressLike
(io.kubernetes.client.openapi.models.V1EndpointAddress item) addNewPortLike
(io.kubernetes.client.openapi.models.CoreV1EndpointPort item) addToAddresses
(io.kubernetes.client.openapi.models.V1EndpointAddress... items) addToAddresses
(Integer index, io.kubernetes.client.openapi.models.V1EndpointAddress item) addToNotReadyAddresses
(io.kubernetes.client.openapi.models.V1EndpointAddress... items) addToNotReadyAddresses
(Integer index, io.kubernetes.client.openapi.models.V1EndpointAddress item) addToPorts
(io.kubernetes.client.openapi.models.CoreV1EndpointPort... items) addToPorts
(Integer index, io.kubernetes.client.openapi.models.CoreV1EndpointPort item) io.kubernetes.client.openapi.models.V1EndpointAddress
buildAddress
(Integer index) List<io.kubernetes.client.openapi.models.V1EndpointAddress>
io.kubernetes.client.openapi.models.V1EndpointAddress
io.kubernetes.client.openapi.models.V1EndpointAddress
io.kubernetes.client.openapi.models.CoreV1EndpointPort
io.kubernetes.client.openapi.models.V1EndpointAddress
io.kubernetes.client.openapi.models.V1EndpointAddress
io.kubernetes.client.openapi.models.CoreV1EndpointPort
io.kubernetes.client.openapi.models.V1EndpointAddress
buildMatchingAddress
(Predicate<V1EndpointAddressBuilder> predicate) io.kubernetes.client.openapi.models.V1EndpointAddress
io.kubernetes.client.openapi.models.CoreV1EndpointPort
buildMatchingPort
(Predicate<CoreV1EndpointPortBuilder> predicate) io.kubernetes.client.openapi.models.V1EndpointAddress
buildNotReadyAddress
(Integer index) List<io.kubernetes.client.openapi.models.V1EndpointAddress>
io.kubernetes.client.openapi.models.CoreV1EndpointPort
List<io.kubernetes.client.openapi.models.CoreV1EndpointPort>
editAddress
(Integer index) editMatchingAddress
(Predicate<V1EndpointAddressBuilder> predicate) editMatchingPort
(Predicate<CoreV1EndpointPortBuilder> predicate) editNotReadyAddress
(Integer index) List<io.kubernetes.client.openapi.models.V1EndpointAddress>
Deprecated.List<io.kubernetes.client.openapi.models.V1EndpointAddress>
Deprecated.List<io.kubernetes.client.openapi.models.CoreV1EndpointPort>
getPorts()
Deprecated.hasMatchingAddress
(Predicate<V1EndpointAddressBuilder> predicate) hasMatchingPort
(Predicate<CoreV1EndpointPortBuilder> predicate) hasPorts()
removeAllFromAddresses
(Collection<io.kubernetes.client.openapi.models.V1EndpointAddress> items) removeAllFromNotReadyAddresses
(Collection<io.kubernetes.client.openapi.models.V1EndpointAddress> items) removeAllFromPorts
(Collection<io.kubernetes.client.openapi.models.CoreV1EndpointPort> items) removeFromAddresses
(io.kubernetes.client.openapi.models.V1EndpointAddress... items) removeFromNotReadyAddresses
(io.kubernetes.client.openapi.models.V1EndpointAddress... items) removeFromPorts
(io.kubernetes.client.openapi.models.CoreV1EndpointPort... items) setNewAddressLike
(Integer index, io.kubernetes.client.openapi.models.V1EndpointAddress item) setNewNotReadyAddressLike
(Integer index, io.kubernetes.client.openapi.models.V1EndpointAddress item) setNewPortLike
(Integer index, io.kubernetes.client.openapi.models.CoreV1EndpointPort item) setToAddresses
(Integer index, io.kubernetes.client.openapi.models.V1EndpointAddress item) setToNotReadyAddresses
(Integer index, io.kubernetes.client.openapi.models.V1EndpointAddress item) setToPorts
(Integer index, io.kubernetes.client.openapi.models.CoreV1EndpointPort item) withAddresses
(io.kubernetes.client.openapi.models.V1EndpointAddress... addresses) withAddresses
(List<io.kubernetes.client.openapi.models.V1EndpointAddress> addresses) withNotReadyAddresses
(io.kubernetes.client.openapi.models.V1EndpointAddress... notReadyAddresses) withNotReadyAddresses
(List<io.kubernetes.client.openapi.models.V1EndpointAddress> notReadyAddresses) withPorts
(io.kubernetes.client.openapi.models.CoreV1EndpointPort... ports)
-
Method Details
-
addToAddresses
-
setToAddresses
-
addToAddresses
-
addAllToAddresses
-
removeFromAddresses
-
removeAllFromAddresses
-
removeMatchingFromAddresses
-
getAddresses
Deprecated.This method has been deprecated, please use method buildAddresses instead.- Returns:
- The buildable object.
-
buildAddresses
List<io.kubernetes.client.openapi.models.V1EndpointAddress> buildAddresses() -
buildAddress
-
buildFirstAddress
io.kubernetes.client.openapi.models.V1EndpointAddress buildFirstAddress() -
buildLastAddress
io.kubernetes.client.openapi.models.V1EndpointAddress buildLastAddress() -
buildMatchingAddress
io.kubernetes.client.openapi.models.V1EndpointAddress buildMatchingAddress(Predicate<V1EndpointAddressBuilder> predicate) -
hasMatchingAddress
-
withAddresses
-
withAddresses
-
hasAddresses
Boolean hasAddresses() -
addNewAddress
V1EndpointSubsetFluent.AddressesNested<A> addNewAddress() -
addNewAddressLike
V1EndpointSubsetFluent.AddressesNested<A> addNewAddressLike(io.kubernetes.client.openapi.models.V1EndpointAddress item) -
setNewAddressLike
V1EndpointSubsetFluent.AddressesNested<A> setNewAddressLike(Integer index, io.kubernetes.client.openapi.models.V1EndpointAddress item) -
editAddress
-
editFirstAddress
V1EndpointSubsetFluent.AddressesNested<A> editFirstAddress() -
editLastAddress
V1EndpointSubsetFluent.AddressesNested<A> editLastAddress() -
editMatchingAddress
V1EndpointSubsetFluent.AddressesNested<A> editMatchingAddress(Predicate<V1EndpointAddressBuilder> predicate) -
addToNotReadyAddresses
-
setToNotReadyAddresses
-
addToNotReadyAddresses
-
addAllToNotReadyAddresses
A addAllToNotReadyAddresses(Collection<io.kubernetes.client.openapi.models.V1EndpointAddress> items) -
removeFromNotReadyAddresses
-
removeAllFromNotReadyAddresses
A removeAllFromNotReadyAddresses(Collection<io.kubernetes.client.openapi.models.V1EndpointAddress> items) -
removeMatchingFromNotReadyAddresses
-
getNotReadyAddresses
Deprecated.This method has been deprecated, please use method buildNotReadyAddresses instead.- Returns:
- The buildable object.
-
buildNotReadyAddresses
List<io.kubernetes.client.openapi.models.V1EndpointAddress> buildNotReadyAddresses() -
buildNotReadyAddress
-
buildFirstNotReadyAddress
io.kubernetes.client.openapi.models.V1EndpointAddress buildFirstNotReadyAddress() -
buildLastNotReadyAddress
io.kubernetes.client.openapi.models.V1EndpointAddress buildLastNotReadyAddress() -
buildMatchingNotReadyAddress
io.kubernetes.client.openapi.models.V1EndpointAddress buildMatchingNotReadyAddress(Predicate<V1EndpointAddressBuilder> predicate) -
hasMatchingNotReadyAddress
-
withNotReadyAddresses
-
withNotReadyAddresses
-
hasNotReadyAddresses
Boolean hasNotReadyAddresses() -
addNewNotReadyAddress
V1EndpointSubsetFluent.NotReadyAddressesNested<A> addNewNotReadyAddress() -
addNewNotReadyAddressLike
V1EndpointSubsetFluent.NotReadyAddressesNested<A> addNewNotReadyAddressLike(io.kubernetes.client.openapi.models.V1EndpointAddress item) -
setNewNotReadyAddressLike
V1EndpointSubsetFluent.NotReadyAddressesNested<A> setNewNotReadyAddressLike(Integer index, io.kubernetes.client.openapi.models.V1EndpointAddress item) -
editNotReadyAddress
-
editFirstNotReadyAddress
V1EndpointSubsetFluent.NotReadyAddressesNested<A> editFirstNotReadyAddress() -
editLastNotReadyAddress
V1EndpointSubsetFluent.NotReadyAddressesNested<A> editLastNotReadyAddress() -
editMatchingNotReadyAddress
V1EndpointSubsetFluent.NotReadyAddressesNested<A> editMatchingNotReadyAddress(Predicate<V1EndpointAddressBuilder> predicate) -
addToPorts
-
setToPorts
-
addToPorts
-
addAllToPorts
-
removeFromPorts
-
removeAllFromPorts
-
removeMatchingFromPorts
-
getPorts
Deprecated.This method has been deprecated, please use method buildPorts instead.- Returns:
- The buildable object.
-
buildPorts
List<io.kubernetes.client.openapi.models.CoreV1EndpointPort> buildPorts() -
buildPort
-
buildFirstPort
io.kubernetes.client.openapi.models.CoreV1EndpointPort buildFirstPort() -
buildLastPort
io.kubernetes.client.openapi.models.CoreV1EndpointPort buildLastPort() -
buildMatchingPort
io.kubernetes.client.openapi.models.CoreV1EndpointPort buildMatchingPort(Predicate<CoreV1EndpointPortBuilder> predicate) -
hasMatchingPort
-
withPorts
-
withPorts
-
hasPorts
Boolean hasPorts() -
addNewPort
V1EndpointSubsetFluent.PortsNested<A> addNewPort() -
addNewPortLike
V1EndpointSubsetFluent.PortsNested<A> addNewPortLike(io.kubernetes.client.openapi.models.CoreV1EndpointPort item) -
setNewPortLike
V1EndpointSubsetFluent.PortsNested<A> setNewPortLike(Integer index, io.kubernetes.client.openapi.models.CoreV1EndpointPort item) -
editPort
-
editFirstPort
V1EndpointSubsetFluent.PortsNested<A> editFirstPort() -
editLastPort
V1EndpointSubsetFluent.PortsNested<A> editLastPort() -
editMatchingPort
V1EndpointSubsetFluent.PortsNested<A> editMatchingPort(Predicate<CoreV1EndpointPortBuilder> predicate)
-