| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
IntOrString |
IntOrStringBuilder.build() |
IntOrString |
HTTPGetActionFluent.buildPort() |
IntOrString |
TCPSocketActionFluent.buildPort() |
IntOrString |
ServicePortFluent.buildTargetPort() |
IntOrString |
TCPSocketAction.getPort() |
IntOrString |
HTTPGetAction.getPort() |
IntOrString |
ServicePort.getTargetPort() |
| Modifier and Type | Method and Description |
|---|---|
HTTPGetActionFluent.PortNested<A> |
HTTPGetActionFluent.editOrNewPortLike(IntOrString item) |
TCPSocketActionFluent.PortNested<A> |
TCPSocketActionFluent.editOrNewPortLike(IntOrString item) |
ServicePortFluent.TargetPortNested<A> |
ServicePortFluent.editOrNewTargetPortLike(IntOrString item) |
void |
TCPSocketAction.setPort(IntOrString port) |
void |
HTTPGetAction.setPort(IntOrString port) |
void |
ServicePort.setTargetPort(IntOrString targetPort) |
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) |
| Constructor and Description |
|---|
HTTPGetAction(String host,
List<HTTPHeader> httpHeaders,
String path,
IntOrString port,
String scheme) |
IntOrStringBuilder(IntOrString instance) |
IntOrStringBuilder(IntOrString instance,
Boolean validationEnabled) |
IntOrStringBuilder(IntOrStringFluent<?> fluent,
IntOrString instance) |
IntOrStringBuilder(IntOrStringFluent<?> fluent,
IntOrString instance,
Boolean validationEnabled) |
IntOrStringFluent(IntOrString instance) |
ServicePort(String appProtocol,
String name,
Integer nodePort,
Integer port,
String protocol,
IntOrString targetPort) |
TCPSocketAction(String host,
IntOrString port) |
Copyright © 2015–2023 Red Hat. All rights reserved.