Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Class and Description |
---|---|
class |
EditableIntOrString |
Modifier and Type | Method and Description |
---|---|
IntOrString |
IntOrString.Deserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
IntOrString |
TCPSocketActionFluent.getPort() |
IntOrString |
HTTPGetActionFluent.getPort() |
IntOrString |
TCPSocketAction.getPort() |
IntOrString |
HTTPGetAction.getPort() |
IntOrString |
ServicePortFluent.getTargetPort() |
IntOrString |
ServicePort.getTargetPort() |
Modifier and Type | Method and Description |
---|---|
void |
IntOrString.Serializer.serialize(IntOrString value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
TCPSocketAction.setPort(IntOrString port) |
void |
HTTPGetAction.setPort(IntOrString port) |
void |
ServicePort.setTargetPort(IntOrString targetPort) |
TCPSocketActionFluent.PortNested<T> |
TCPSocketActionFluent.withNewPortLike(IntOrString item) |
HTTPGetActionFluent.PortNested<T> |
HTTPGetActionFluent.withNewPortLike(IntOrString item) |
ServicePortFluent.TargetPortNested<T> |
ServicePortFluent.withNewTargetPortLike(IntOrString item) |
T |
TCPSocketActionFluent.withPort(IntOrString port) |
T |
HTTPGetActionFluent.withPort(IntOrString port) |
T |
ServicePortFluent.withTargetPort(IntOrString targetPort) |
Constructor and Description |
---|
EditableHTTPGetAction(String host,
String path,
IntOrString port) |
EditableServicePort(String name,
Integer nodePort,
Integer port,
String protocol,
IntOrString targetPort) |
EditableTCPSocketAction(IntOrString port) |
HTTPGetAction(String host,
String path,
IntOrString port) |
IntOrStringBuilder(IntOrString instance) |
IntOrStringBuilder(IntOrStringFluent<?> fluent,
IntOrString instance) |
ServicePort(String name,
Integer nodePort,
Integer port,
String protocol,
IntOrString targetPort) |
TCPSocketAction(IntOrString port) |
Copyright © 2011–2015 Red Hat. All rights reserved.