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.V1PortStatus
io.kubernetes.client.openapi.models.V1PortStatus
io.kubernetes.client.openapi.models.V1PortStatus
buildMatchingPort
(Predicate<V1PortStatusBuilder> predicate) io.kubernetes.client.openapi.models.V1PortStatus
List<io.kubernetes.client.openapi.models.V1PortStatus>
editMatchingPort
(Predicate<V1PortStatusBuilder> predicate) boolean
getIp()
List<io.kubernetes.client.openapi.models.V1PortStatus>
getPorts()
Deprecated.int
hashCode()
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:
getHostname
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
withHostname
- Specified by:
withHostname
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
hasHostname
- Specified by:
hasHostname
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
getIp
- Specified by:
getIp
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
withIp
- Specified by:
withIp
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
hasIp
- Specified by:
hasIp
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
addToPorts
- Specified by:
addToPorts
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
setToPorts
- Specified by:
setToPorts
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
addToPorts
- Specified by:
addToPorts
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
addAllToPorts
- Specified by:
addAllToPorts
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
removeFromPorts
- Specified by:
removeFromPorts
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
removeAllFromPorts
- Specified by:
removeAllFromPorts
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
removeMatchingFromPorts
- Specified by:
removeMatchingFromPorts
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
getPorts
Deprecated.This method has been deprecated, please use method buildPorts instead.- Specified by:
getPorts
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
- Returns:
- The buildable object.
-
buildPorts
- Specified by:
buildPorts
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
buildPort
- Specified by:
buildPort
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
buildFirstPort
public io.kubernetes.client.openapi.models.V1PortStatus buildFirstPort()- Specified by:
buildFirstPort
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
buildLastPort
public io.kubernetes.client.openapi.models.V1PortStatus buildLastPort()- Specified by:
buildLastPort
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
buildMatchingPort
public io.kubernetes.client.openapi.models.V1PortStatus buildMatchingPort(Predicate<V1PortStatusBuilder> predicate) - Specified by:
buildMatchingPort
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
hasMatchingPort
- Specified by:
hasMatchingPort
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
withPorts
- Specified by:
withPorts
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
withPorts
- Specified by:
withPorts
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
hasPorts
- Specified by:
hasPorts
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
addNewPort
- Specified by:
addNewPort
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
addNewPortLike
public V1LoadBalancerIngressFluent.PortsNested<A> addNewPortLike(io.kubernetes.client.openapi.models.V1PortStatus item) - Specified by:
addNewPortLike
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
setNewPortLike
public V1LoadBalancerIngressFluent.PortsNested<A> setNewPortLike(Integer index, io.kubernetes.client.openapi.models.V1PortStatus item) - Specified by:
setNewPortLike
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
editPort
- Specified by:
editPort
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
editFirstPort
- Specified by:
editFirstPort
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
editLastPort
- Specified by:
editLastPort
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
editMatchingPort
public V1LoadBalancerIngressFluent.PortsNested<A> editMatchingPort(Predicate<V1PortStatusBuilder> predicate) - Specified by:
editMatchingPort
in interfaceV1LoadBalancerIngressFluent<A extends V1LoadBalancerIngressFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1LoadBalancerIngressFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1LoadBalancerIngressFluent<A>>
-
toString
-