public class V1ServicePortFluentImpl<A extends V1ServicePortFluent<A>> extends BaseFluent<A> implements V1ServicePortFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1ServicePortFluentImpl() |
V1ServicePortFluentImpl(io.kubernetes.client.openapi.models.V1ServicePort instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAppProtocol() |
String |
getName() |
Integer |
getNodePort() |
Integer |
getPort() |
String |
getProtocol() |
io.kubernetes.client.custom.IntOrString |
getTargetPort() |
Boolean |
hasAppProtocol() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasNodePort() |
Boolean |
hasPort() |
Boolean |
hasProtocol() |
Boolean |
hasTargetPort() |
String |
toString() |
A |
withAppProtocol(String appProtocol) |
A |
withName(String name) |
A |
withNewTargetPort(int value) |
A |
withNewTargetPort(String value) |
A |
withNodePort(Integer nodePort) |
A |
withPort(Integer port) |
A |
withProtocol(String protocol) |
A |
withTargetPort(io.kubernetes.client.custom.IntOrString targetPort) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1ServicePortFluentImpl()
public V1ServicePortFluentImpl(io.kubernetes.client.openapi.models.V1ServicePort instance)
public String getAppProtocol()
getAppProtocol in interface V1ServicePortFluent<A extends V1ServicePortFluent<A>>public A withAppProtocol(String appProtocol)
withAppProtocol in interface V1ServicePortFluent<A extends V1ServicePortFluent<A>>public Boolean hasAppProtocol()
hasAppProtocol in interface V1ServicePortFluent<A extends V1ServicePortFluent<A>>public String getName()
getName in interface V1ServicePortFluent<A extends V1ServicePortFluent<A>>public A withName(String name)
withName in interface V1ServicePortFluent<A extends V1ServicePortFluent<A>>public Boolean hasName()
hasName in interface V1ServicePortFluent<A extends V1ServicePortFluent<A>>public Integer getNodePort()
getNodePort in interface V1ServicePortFluent<A extends V1ServicePortFluent<A>>public A withNodePort(Integer nodePort)
withNodePort in interface V1ServicePortFluent<A extends V1ServicePortFluent<A>>public Boolean hasNodePort()
hasNodePort in interface V1ServicePortFluent<A extends V1ServicePortFluent<A>>public Integer getPort()
getPort in interface V1ServicePortFluent<A extends V1ServicePortFluent<A>>public A withPort(Integer port)
withPort in interface V1ServicePortFluent<A extends V1ServicePortFluent<A>>public Boolean hasPort()
hasPort in interface V1ServicePortFluent<A extends V1ServicePortFluent<A>>public String getProtocol()
getProtocol in interface V1ServicePortFluent<A extends V1ServicePortFluent<A>>public A withProtocol(String protocol)
withProtocol in interface V1ServicePortFluent<A extends V1ServicePortFluent<A>>public Boolean hasProtocol()
hasProtocol in interface V1ServicePortFluent<A extends V1ServicePortFluent<A>>public io.kubernetes.client.custom.IntOrString getTargetPort()
getTargetPort in interface V1ServicePortFluent<A extends V1ServicePortFluent<A>>public A withTargetPort(io.kubernetes.client.custom.IntOrString targetPort)
withTargetPort in interface V1ServicePortFluent<A extends V1ServicePortFluent<A>>public Boolean hasTargetPort()
hasTargetPort in interface V1ServicePortFluent<A extends V1ServicePortFluent<A>>public A withNewTargetPort(int value)
withNewTargetPort in interface V1ServicePortFluent<A extends V1ServicePortFluent<A>>public A withNewTargetPort(String value)
withNewTargetPort in interface V1ServicePortFluent<A extends V1ServicePortFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1ServicePortFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1ServicePortFluent<A>>Copyright © 2022. All rights reserved.