public interface ServicePortFluent<A extends ServicePortFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServicePortFluent.TargetPortNested<N> |
String getAppProtocol()
Boolean hasAppProtocol()
A withNewAppProtocol(StringBuilder arg1)
A withNewAppProtocol(int[] arg1, int arg2, int arg3)
A withNewAppProtocol(char[] arg1)
A withNewAppProtocol(StringBuffer arg1)
A withNewAppProtocol(byte[] arg1, int arg2)
A withNewAppProtocol(byte[] arg1)
A withNewAppProtocol(char[] arg1, int arg2, int arg3)
A withNewAppProtocol(byte[] arg1, int arg2, int arg3)
A withNewAppProtocol(byte[] arg1, int arg2, int arg3, int arg4)
String getName()
Boolean hasName()
A withNewName(StringBuilder arg1)
A withNewName(int[] arg1, int arg2, int arg3)
A withNewName(char[] arg1)
A withNewName(StringBuffer arg1)
A withNewName(byte[] arg1, int arg2)
A withNewName(byte[] arg1)
A withNewName(char[] arg1, int arg2, int arg3)
A withNewName(byte[] arg1, int arg2, int arg3)
A withNewName(byte[] arg1, int arg2, int arg3, int arg4)
Integer getNodePort()
Boolean hasNodePort()
A withNewNodePort(int arg0)
Integer getPort()
Boolean hasPort()
A withNewPort(int arg0)
String getProtocol()
Boolean hasProtocol()
A withNewProtocol(StringBuilder arg1)
A withNewProtocol(int[] arg1, int arg2, int arg3)
A withNewProtocol(char[] arg1)
A withNewProtocol(StringBuffer arg1)
A withNewProtocol(byte[] arg1, int arg2)
A withNewProtocol(byte[] arg1)
A withNewProtocol(char[] arg1, int arg2, int arg3)
A withNewProtocol(byte[] arg1, int arg2, int arg3)
A withNewProtocol(byte[] arg1, int arg2, int arg3, int arg4)
@Deprecated IntOrString getTargetPort()
IntOrString buildTargetPort()
A withTargetPort(IntOrString targetPort)
Boolean hasTargetPort()
ServicePortFluent.TargetPortNested<A> withNewTargetPort()
ServicePortFluent.TargetPortNested<A> withNewTargetPortLike(IntOrString item)
ServicePortFluent.TargetPortNested<A> editTargetPort()
ServicePortFluent.TargetPortNested<A> editOrNewTargetPort()
ServicePortFluent.TargetPortNested<A> editOrNewTargetPortLike(IntOrString item)
Copyright © 2015–2021 Red Hat. All rights reserved.