public class V1EndpointSubsetFluentImpl<A extends V1EndpointSubsetFluent<A>> extends BaseFluent<A> implements V1EndpointSubsetFluent<A>
V1EndpointSubsetFluent.AddressesNested<N>, V1EndpointSubsetFluent.NotReadyAddressesNested<N>, V1EndpointSubsetFluent.PortsNested<N>_visitables, VISIT| Constructor and Description |
|---|
V1EndpointSubsetFluentImpl() |
V1EndpointSubsetFluentImpl(io.kubernetes.client.openapi.models.V1EndpointSubset instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToAddresses(Collection<io.kubernetes.client.openapi.models.V1EndpointAddress> items) |
A |
addAllToNotReadyAddresses(Collection<io.kubernetes.client.openapi.models.V1EndpointAddress> items) |
A |
addAllToPorts(Collection<io.kubernetes.client.openapi.models.CoreV1EndpointPort> items) |
V1EndpointSubsetFluent.AddressesNested<A> |
addNewAddress() |
V1EndpointSubsetFluent.AddressesNested<A> |
addNewAddressLike(io.kubernetes.client.openapi.models.V1EndpointAddress item) |
V1EndpointSubsetFluent.NotReadyAddressesNested<A> |
addNewNotReadyAddress() |
V1EndpointSubsetFluent.NotReadyAddressesNested<A> |
addNewNotReadyAddressLike(io.kubernetes.client.openapi.models.V1EndpointAddress item) |
V1EndpointSubsetFluent.PortsNested<A> |
addNewPort() |
V1EndpointSubsetFluent.PortsNested<A> |
addNewPortLike(io.kubernetes.client.openapi.models.CoreV1EndpointPort item) |
A |
addToAddresses(Integer index,
io.kubernetes.client.openapi.models.V1EndpointAddress item) |
A |
addToAddresses(io.kubernetes.client.openapi.models.V1EndpointAddress... items) |
A |
addToNotReadyAddresses(Integer index,
io.kubernetes.client.openapi.models.V1EndpointAddress item) |
A |
addToNotReadyAddresses(io.kubernetes.client.openapi.models.V1EndpointAddress... items) |
A |
addToPorts(io.kubernetes.client.openapi.models.CoreV1EndpointPort... items) |
A |
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> |
buildAddresses() |
io.kubernetes.client.openapi.models.V1EndpointAddress |
buildFirstAddress() |
io.kubernetes.client.openapi.models.V1EndpointAddress |
buildFirstNotReadyAddress() |
io.kubernetes.client.openapi.models.CoreV1EndpointPort |
buildFirstPort() |
io.kubernetes.client.openapi.models.V1EndpointAddress |
buildLastAddress() |
io.kubernetes.client.openapi.models.V1EndpointAddress |
buildLastNotReadyAddress() |
io.kubernetes.client.openapi.models.CoreV1EndpointPort |
buildLastPort() |
io.kubernetes.client.openapi.models.V1EndpointAddress |
buildMatchingAddress(Predicate<V1EndpointAddressBuilder> predicate) |
io.kubernetes.client.openapi.models.V1EndpointAddress |
buildMatchingNotReadyAddress(Predicate<V1EndpointAddressBuilder> predicate) |
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> |
buildNotReadyAddresses() |
io.kubernetes.client.openapi.models.CoreV1EndpointPort |
buildPort(Integer index) |
List<io.kubernetes.client.openapi.models.CoreV1EndpointPort> |
buildPorts() |
V1EndpointSubsetFluent.AddressesNested<A> |
editAddress(Integer index) |
V1EndpointSubsetFluent.AddressesNested<A> |
editFirstAddress() |
V1EndpointSubsetFluent.NotReadyAddressesNested<A> |
editFirstNotReadyAddress() |
V1EndpointSubsetFluent.PortsNested<A> |
editFirstPort() |
V1EndpointSubsetFluent.AddressesNested<A> |
editLastAddress() |
V1EndpointSubsetFluent.NotReadyAddressesNested<A> |
editLastNotReadyAddress() |
V1EndpointSubsetFluent.PortsNested<A> |
editLastPort() |
V1EndpointSubsetFluent.AddressesNested<A> |
editMatchingAddress(Predicate<V1EndpointAddressBuilder> predicate) |
V1EndpointSubsetFluent.NotReadyAddressesNested<A> |
editMatchingNotReadyAddress(Predicate<V1EndpointAddressBuilder> predicate) |
V1EndpointSubsetFluent.PortsNested<A> |
editMatchingPort(Predicate<CoreV1EndpointPortBuilder> predicate) |
V1EndpointSubsetFluent.NotReadyAddressesNested<A> |
editNotReadyAddress(Integer index) |
V1EndpointSubsetFluent.PortsNested<A> |
editPort(Integer index) |
boolean |
equals(Object o) |
List<io.kubernetes.client.openapi.models.V1EndpointAddress> |
getAddresses()
Deprecated.
|
List<io.kubernetes.client.openapi.models.V1EndpointAddress> |
getNotReadyAddresses()
Deprecated.
|
List<io.kubernetes.client.openapi.models.CoreV1EndpointPort> |
getPorts()
Deprecated.
|
Boolean |
hasAddresses() |
int |
hashCode() |
Boolean |
hasMatchingAddress(Predicate<V1EndpointAddressBuilder> predicate) |
Boolean |
hasMatchingNotReadyAddress(Predicate<V1EndpointAddressBuilder> predicate) |
Boolean |
hasMatchingPort(Predicate<CoreV1EndpointPortBuilder> predicate) |
Boolean |
hasNotReadyAddresses() |
Boolean |
hasPorts() |
A |
removeAllFromAddresses(Collection<io.kubernetes.client.openapi.models.V1EndpointAddress> items) |
A |
removeAllFromNotReadyAddresses(Collection<io.kubernetes.client.openapi.models.V1EndpointAddress> items) |
A |
removeAllFromPorts(Collection<io.kubernetes.client.openapi.models.CoreV1EndpointPort> items) |
A |
removeFromAddresses(io.kubernetes.client.openapi.models.V1EndpointAddress... items) |
A |
removeFromNotReadyAddresses(io.kubernetes.client.openapi.models.V1EndpointAddress... items) |
A |
removeFromPorts(io.kubernetes.client.openapi.models.CoreV1EndpointPort... items) |
A |
removeMatchingFromAddresses(Predicate<V1EndpointAddressBuilder> predicate) |
A |
removeMatchingFromNotReadyAddresses(Predicate<V1EndpointAddressBuilder> predicate) |
A |
removeMatchingFromPorts(Predicate<CoreV1EndpointPortBuilder> predicate) |
V1EndpointSubsetFluent.AddressesNested<A> |
setNewAddressLike(Integer index,
io.kubernetes.client.openapi.models.V1EndpointAddress item) |
V1EndpointSubsetFluent.NotReadyAddressesNested<A> |
setNewNotReadyAddressLike(Integer index,
io.kubernetes.client.openapi.models.V1EndpointAddress item) |
V1EndpointSubsetFluent.PortsNested<A> |
setNewPortLike(Integer index,
io.kubernetes.client.openapi.models.CoreV1EndpointPort item) |
A |
setToAddresses(Integer index,
io.kubernetes.client.openapi.models.V1EndpointAddress item) |
A |
setToNotReadyAddresses(Integer index,
io.kubernetes.client.openapi.models.V1EndpointAddress item) |
A |
setToPorts(Integer index,
io.kubernetes.client.openapi.models.CoreV1EndpointPort item) |
String |
toString() |
A |
withAddresses(List<io.kubernetes.client.openapi.models.V1EndpointAddress> addresses) |
A |
withAddresses(io.kubernetes.client.openapi.models.V1EndpointAddress... addresses) |
A |
withNotReadyAddresses(List<io.kubernetes.client.openapi.models.V1EndpointAddress> notReadyAddresses) |
A |
withNotReadyAddresses(io.kubernetes.client.openapi.models.V1EndpointAddress... notReadyAddresses) |
A |
withPorts(io.kubernetes.client.openapi.models.CoreV1EndpointPort... ports) |
A |
withPorts(List<io.kubernetes.client.openapi.models.CoreV1EndpointPort> ports) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1EndpointSubsetFluentImpl()
public V1EndpointSubsetFluentImpl(io.kubernetes.client.openapi.models.V1EndpointSubset instance)
public A addToAddresses(Integer index, io.kubernetes.client.openapi.models.V1EndpointAddress item)
addToAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A setToAddresses(Integer index, io.kubernetes.client.openapi.models.V1EndpointAddress item)
setToAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A addToAddresses(io.kubernetes.client.openapi.models.V1EndpointAddress... items)
addToAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A addAllToAddresses(Collection<io.kubernetes.client.openapi.models.V1EndpointAddress> items)
addAllToAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A removeFromAddresses(io.kubernetes.client.openapi.models.V1EndpointAddress... items)
removeFromAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A removeAllFromAddresses(Collection<io.kubernetes.client.openapi.models.V1EndpointAddress> items)
removeAllFromAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A removeMatchingFromAddresses(Predicate<V1EndpointAddressBuilder> predicate)
removeMatchingFromAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>@Deprecated public List<io.kubernetes.client.openapi.models.V1EndpointAddress> getAddresses()
getAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public List<io.kubernetes.client.openapi.models.V1EndpointAddress> buildAddresses()
buildAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public io.kubernetes.client.openapi.models.V1EndpointAddress buildAddress(Integer index)
buildAddress in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public io.kubernetes.client.openapi.models.V1EndpointAddress buildFirstAddress()
buildFirstAddress in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public io.kubernetes.client.openapi.models.V1EndpointAddress buildLastAddress()
buildLastAddress in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public io.kubernetes.client.openapi.models.V1EndpointAddress buildMatchingAddress(Predicate<V1EndpointAddressBuilder> predicate)
buildMatchingAddress in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public Boolean hasMatchingAddress(Predicate<V1EndpointAddressBuilder> predicate)
hasMatchingAddress in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A withAddresses(List<io.kubernetes.client.openapi.models.V1EndpointAddress> addresses)
withAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A withAddresses(io.kubernetes.client.openapi.models.V1EndpointAddress... addresses)
withAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public Boolean hasAddresses()
hasAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public V1EndpointSubsetFluent.AddressesNested<A> addNewAddress()
addNewAddress in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public V1EndpointSubsetFluent.AddressesNested<A> addNewAddressLike(io.kubernetes.client.openapi.models.V1EndpointAddress item)
addNewAddressLike in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public V1EndpointSubsetFluent.AddressesNested<A> setNewAddressLike(Integer index, io.kubernetes.client.openapi.models.V1EndpointAddress item)
setNewAddressLike in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public V1EndpointSubsetFluent.AddressesNested<A> editAddress(Integer index)
editAddress in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public V1EndpointSubsetFluent.AddressesNested<A> editFirstAddress()
editFirstAddress in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public V1EndpointSubsetFluent.AddressesNested<A> editLastAddress()
editLastAddress in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public V1EndpointSubsetFluent.AddressesNested<A> editMatchingAddress(Predicate<V1EndpointAddressBuilder> predicate)
editMatchingAddress in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A addToNotReadyAddresses(Integer index, io.kubernetes.client.openapi.models.V1EndpointAddress item)
addToNotReadyAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A setToNotReadyAddresses(Integer index, io.kubernetes.client.openapi.models.V1EndpointAddress item)
setToNotReadyAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A addToNotReadyAddresses(io.kubernetes.client.openapi.models.V1EndpointAddress... items)
addToNotReadyAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A addAllToNotReadyAddresses(Collection<io.kubernetes.client.openapi.models.V1EndpointAddress> items)
addAllToNotReadyAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A removeFromNotReadyAddresses(io.kubernetes.client.openapi.models.V1EndpointAddress... items)
removeFromNotReadyAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A removeAllFromNotReadyAddresses(Collection<io.kubernetes.client.openapi.models.V1EndpointAddress> items)
removeAllFromNotReadyAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A removeMatchingFromNotReadyAddresses(Predicate<V1EndpointAddressBuilder> predicate)
removeMatchingFromNotReadyAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>@Deprecated public List<io.kubernetes.client.openapi.models.V1EndpointAddress> getNotReadyAddresses()
getNotReadyAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public List<io.kubernetes.client.openapi.models.V1EndpointAddress> buildNotReadyAddresses()
buildNotReadyAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public io.kubernetes.client.openapi.models.V1EndpointAddress buildNotReadyAddress(Integer index)
buildNotReadyAddress in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public io.kubernetes.client.openapi.models.V1EndpointAddress buildFirstNotReadyAddress()
buildFirstNotReadyAddress in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public io.kubernetes.client.openapi.models.V1EndpointAddress buildLastNotReadyAddress()
buildLastNotReadyAddress in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public io.kubernetes.client.openapi.models.V1EndpointAddress buildMatchingNotReadyAddress(Predicate<V1EndpointAddressBuilder> predicate)
buildMatchingNotReadyAddress in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public Boolean hasMatchingNotReadyAddress(Predicate<V1EndpointAddressBuilder> predicate)
hasMatchingNotReadyAddress in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A withNotReadyAddresses(List<io.kubernetes.client.openapi.models.V1EndpointAddress> notReadyAddresses)
withNotReadyAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A withNotReadyAddresses(io.kubernetes.client.openapi.models.V1EndpointAddress... notReadyAddresses)
withNotReadyAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public Boolean hasNotReadyAddresses()
hasNotReadyAddresses in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public V1EndpointSubsetFluent.NotReadyAddressesNested<A> addNewNotReadyAddress()
addNewNotReadyAddress in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public V1EndpointSubsetFluent.NotReadyAddressesNested<A> addNewNotReadyAddressLike(io.kubernetes.client.openapi.models.V1EndpointAddress item)
addNewNotReadyAddressLike in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public V1EndpointSubsetFluent.NotReadyAddressesNested<A> setNewNotReadyAddressLike(Integer index, io.kubernetes.client.openapi.models.V1EndpointAddress item)
setNewNotReadyAddressLike in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public V1EndpointSubsetFluent.NotReadyAddressesNested<A> editNotReadyAddress(Integer index)
editNotReadyAddress in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public V1EndpointSubsetFluent.NotReadyAddressesNested<A> editFirstNotReadyAddress()
editFirstNotReadyAddress in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public V1EndpointSubsetFluent.NotReadyAddressesNested<A> editLastNotReadyAddress()
editLastNotReadyAddress in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public V1EndpointSubsetFluent.NotReadyAddressesNested<A> editMatchingNotReadyAddress(Predicate<V1EndpointAddressBuilder> predicate)
editMatchingNotReadyAddress in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A addToPorts(Integer index, io.kubernetes.client.openapi.models.CoreV1EndpointPort item)
addToPorts in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A setToPorts(Integer index, io.kubernetes.client.openapi.models.CoreV1EndpointPort item)
setToPorts in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A addToPorts(io.kubernetes.client.openapi.models.CoreV1EndpointPort... items)
addToPorts in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A addAllToPorts(Collection<io.kubernetes.client.openapi.models.CoreV1EndpointPort> items)
addAllToPorts in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A removeFromPorts(io.kubernetes.client.openapi.models.CoreV1EndpointPort... items)
removeFromPorts in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A removeAllFromPorts(Collection<io.kubernetes.client.openapi.models.CoreV1EndpointPort> items)
removeAllFromPorts in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A removeMatchingFromPorts(Predicate<CoreV1EndpointPortBuilder> predicate)
removeMatchingFromPorts in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>@Deprecated public List<io.kubernetes.client.openapi.models.CoreV1EndpointPort> getPorts()
getPorts in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public List<io.kubernetes.client.openapi.models.CoreV1EndpointPort> buildPorts()
buildPorts in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public io.kubernetes.client.openapi.models.CoreV1EndpointPort buildPort(Integer index)
buildPort in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public io.kubernetes.client.openapi.models.CoreV1EndpointPort buildFirstPort()
buildFirstPort in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public io.kubernetes.client.openapi.models.CoreV1EndpointPort buildLastPort()
buildLastPort in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public io.kubernetes.client.openapi.models.CoreV1EndpointPort buildMatchingPort(Predicate<CoreV1EndpointPortBuilder> predicate)
buildMatchingPort in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public Boolean hasMatchingPort(Predicate<CoreV1EndpointPortBuilder> predicate)
hasMatchingPort in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A withPorts(List<io.kubernetes.client.openapi.models.CoreV1EndpointPort> ports)
withPorts in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public A withPorts(io.kubernetes.client.openapi.models.CoreV1EndpointPort... ports)
withPorts in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public Boolean hasPorts()
hasPorts in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public V1EndpointSubsetFluent.PortsNested<A> addNewPort()
addNewPort in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public V1EndpointSubsetFluent.PortsNested<A> addNewPortLike(io.kubernetes.client.openapi.models.CoreV1EndpointPort item)
addNewPortLike in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public V1EndpointSubsetFluent.PortsNested<A> setNewPortLike(Integer index, io.kubernetes.client.openapi.models.CoreV1EndpointPort item)
setNewPortLike in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public V1EndpointSubsetFluent.PortsNested<A> editPort(Integer index)
editPort in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public V1EndpointSubsetFluent.PortsNested<A> editFirstPort()
editFirstPort in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public V1EndpointSubsetFluent.PortsNested<A> editLastPort()
editLastPort in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public V1EndpointSubsetFluent.PortsNested<A> editMatchingPort(Predicate<CoreV1EndpointPortBuilder> predicate)
editMatchingPort in interface V1EndpointSubsetFluent<A extends V1EndpointSubsetFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1EndpointSubsetFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1EndpointSubsetFluent<A>>Copyright © 2022. All rights reserved.