Uses of Class
io.fabric8.kubernetes.api.model.IntOrString
-
Packages that use IntOrString Package Description io.fabric8.kubernetes.api.model -
-
Uses of IntOrString in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return IntOrString Modifier and Type Method Description IntOrString
IntOrStringBuilder. build()
IntOrString
HTTPGetActionFluent. buildPort()
IntOrString
TCPSocketActionFluent. buildPort()
IntOrString
ServicePortFluent. buildTargetPort()
IntOrString
HTTPGetAction. getPort()
HTTPGetAction describes an action based on HTTP Get requests.IntOrString
TCPSocketAction. getPort()
TCPSocketAction describes an action based on opening a socketIntOrString
ServicePort. getTargetPort()
ServicePort contains information on service's port.Methods in io.fabric8.kubernetes.api.model with parameters of type IntOrString Modifier and Type Method Description protected void
IntOrStringFluent. copyInstance(IntOrString instance)
HTTPGetActionFluent.PortNested<A>
HTTPGetActionFluent. editOrNewPortLike(IntOrString item)
TCPSocketActionFluent.PortNested<A>
TCPSocketActionFluent. editOrNewPortLike(IntOrString item)
ServicePortFluent.TargetPortNested<A>
ServicePortFluent. editOrNewTargetPortLike(IntOrString item)
void
HTTPGetAction. setPort(IntOrString port)
HTTPGetAction describes an action based on HTTP Get requests.void
TCPSocketAction. setPort(IntOrString port)
TCPSocketAction describes an action based on opening a socketvoid
ServicePort. setTargetPort(IntOrString targetPort)
ServicePort contains information on service's port.HTTPGetActionFluent.PortNested<A>
HTTPGetActionFluent. withNewPortLike(IntOrString item)
TCPSocketActionFluent.PortNested<A>
TCPSocketActionFluent. withNewPortLike(IntOrString item)
ServicePortFluent.TargetPortNested<A>
ServicePortFluent. withNewTargetPortLike(IntOrString item)
A
HTTPGetActionFluent. withPort(IntOrString port)
A
TCPSocketActionFluent. withPort(IntOrString port)
A
ServicePortFluent. withTargetPort(IntOrString targetPort)
Constructors in io.fabric8.kubernetes.api.model with parameters of type IntOrString Constructor Description HTTPGetAction(String host, List<HTTPHeader> httpHeaders, String path, IntOrString port, String scheme)
IntOrStringBuilder(IntOrString instance)
IntOrStringBuilder(IntOrStringFluent<?> fluent, IntOrString instance)
IntOrStringFluent(IntOrString instance)
ServicePort(String appProtocol, String name, Integer nodePort, Integer port, String protocol, IntOrString targetPort)
TCPSocketAction(String host, IntOrString port)
-