Class V1LoadBalancerIngressFluentImpl<A extends V1LoadBalancerIngressFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1LoadBalancerIngressFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1LoadBalancerIngressFluent<A>
- Direct Known Subclasses:
V1LoadBalancerIngressBuilder
public class V1LoadBalancerIngressFluentImpl<A extends V1LoadBalancerIngressFluent<A>>
extends BaseFluent<A>
implements V1LoadBalancerIngressFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1LoadBalancerIngressFluent
V1LoadBalancerIngressFluent.PortsNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1LoadBalancerIngressFluentImpl(io.kubernetes.client.openapi.models.V1LoadBalancerIngress instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToPorts(Collection<io.kubernetes.client.openapi.models.V1PortStatus> items) addNewPortLike(io.kubernetes.client.openapi.models.V1PortStatus item) addToPorts(io.kubernetes.client.openapi.models.V1PortStatus... items) addToPorts(Integer index, io.kubernetes.client.openapi.models.V1PortStatus item) io.kubernetes.client.openapi.models.V1PortStatusio.kubernetes.client.openapi.models.V1PortStatusio.kubernetes.client.openapi.models.V1PortStatusbuildMatchingPort(Predicate<V1PortStatusBuilder> predicate) io.kubernetes.client.openapi.models.V1PortStatusList<io.kubernetes.client.openapi.models.V1PortStatus>editMatchingPort(Predicate<V1PortStatusBuilder> predicate) booleangetIp()List<io.kubernetes.client.openapi.models.V1PortStatus>getPorts()Deprecated.inthashCode()hasIp()hasMatchingPort(Predicate<V1PortStatusBuilder> predicate) hasPorts()removeAllFromPorts(Collection<io.kubernetes.client.openapi.models.V1PortStatus> items) removeFromPorts(io.kubernetes.client.openapi.models.V1PortStatus... items) removeMatchingFromPorts(Predicate<V1PortStatusBuilder> predicate) setNewPortLike(Integer index, io.kubernetes.client.openapi.models.V1PortStatus item) setToPorts(Integer index, io.kubernetes.client.openapi.models.V1PortStatus item) toString()withHostname(String hostname) withPorts(io.kubernetes.client.openapi.models.V1PortStatus... ports) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1LoadBalancerIngressFluentImpl
public V1LoadBalancerIngressFluentImpl() -
V1LoadBalancerIngressFluentImpl
public V1LoadBalancerIngressFluentImpl(io.kubernetes.client.openapi.models.V1LoadBalancerIngress instance)
-
-
Method Details
-
getHostname
- Specified by:
getHostnamein interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
withHostname
- Specified by:
withHostnamein interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
hasHostname
- Specified by:
hasHostnamein interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
getIp
- Specified by:
getIpin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
withIp
- Specified by:
withIpin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
hasIp
- Specified by:
hasIpin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
addToPorts
- Specified by:
addToPortsin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
setToPorts
- Specified by:
setToPortsin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
addToPorts
- Specified by:
addToPortsin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
addAllToPorts
- Specified by:
addAllToPortsin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
removeFromPorts
- Specified by:
removeFromPortsin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
removeAllFromPorts
- Specified by:
removeAllFromPortsin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
removeMatchingFromPorts
- Specified by:
removeMatchingFromPortsin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
getPorts
Deprecated.This method has been deprecated, please use method buildPorts instead.- Specified by:
getPortsin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>- Returns:
- The buildable object.
-
buildPorts
- Specified by:
buildPortsin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
buildPort
- Specified by:
buildPortin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
buildFirstPort
public io.kubernetes.client.openapi.models.V1PortStatus buildFirstPort()- Specified by:
buildFirstPortin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
buildLastPort
public io.kubernetes.client.openapi.models.V1PortStatus buildLastPort()- Specified by:
buildLastPortin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
buildMatchingPort
public io.kubernetes.client.openapi.models.V1PortStatus buildMatchingPort(Predicate<V1PortStatusBuilder> predicate) - Specified by:
buildMatchingPortin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
hasMatchingPort
- Specified by:
hasMatchingPortin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
withPorts
- Specified by:
withPortsin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
withPorts
- Specified by:
withPortsin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
hasPorts
- Specified by:
hasPortsin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
addNewPort
- Specified by:
addNewPortin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
addNewPortLike
public V1LoadBalancerIngressFluent.PortsNested<A> addNewPortLike(io.kubernetes.client.openapi.models.V1PortStatus item) - Specified by:
addNewPortLikein interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
setNewPortLike
public V1LoadBalancerIngressFluent.PortsNested<A> setNewPortLike(Integer index, io.kubernetes.client.openapi.models.V1PortStatus item) - Specified by:
setNewPortLikein interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
editPort
- Specified by:
editPortin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
editFirstPort
- Specified by:
editFirstPortin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
editLastPort
- Specified by:
editLastPortin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
editMatchingPort
public V1LoadBalancerIngressFluent.PortsNested<A> editMatchingPort(Predicate<V1PortStatusBuilder> predicate) - Specified by:
editMatchingPortin interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1LoadBalancerIngressFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1LoadBalancerIngressFluent<A>>
-
toString
-