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 IntOrStringIntOrStringBuilder. build()IntOrStringHTTPGetActionFluent. buildPort()IntOrStringTCPSocketActionFluent. buildPort()IntOrStringServicePortFluent. buildTargetPort()IntOrStringHTTPGetAction. getPort()HTTPGetAction describes an action based on HTTP Get requests.IntOrStringTCPSocketAction. getPort()TCPSocketAction describes an action based on opening a socketIntOrStringServicePort. 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 voidIntOrStringFluent. copyInstance(IntOrString instance)HTTPGetActionFluent.PortNested<A>HTTPGetActionFluent. editOrNewPortLike(IntOrString item)TCPSocketActionFluent.PortNested<A>TCPSocketActionFluent. editOrNewPortLike(IntOrString item)ServicePortFluent.TargetPortNested<A>ServicePortFluent. editOrNewTargetPortLike(IntOrString item)voidHTTPGetAction. setPort(IntOrString port)HTTPGetAction describes an action based on HTTP Get requests.voidTCPSocketAction. setPort(IntOrString port)TCPSocketAction describes an action based on opening a socketvoidServicePort. 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)AHTTPGetActionFluent. withPort(IntOrString port)ATCPSocketActionFluent. withPort(IntOrString port)AServicePortFluent. 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)
-