Package | Description |
---|---|
io.fabric8.kubernetes.api.model | |
io.fabric8.kubernetes.api.model.extensions | |
io.fabric8.openshift.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 |
DoneableIntOrString.done() |
IntOrString |
HTTPGetActionFluentImpl.getPort() |
IntOrString |
TCPSocketActionFluentImpl.getPort() |
IntOrString |
TCPSocketActionFluent.getPort() |
IntOrString |
HTTPGetActionFluent.getPort() |
IntOrString |
HTTPGetAction.getPort() |
IntOrString |
TCPSocketAction.getPort() |
IntOrString |
ServicePortFluentImpl.getTargetPort() |
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 |
HTTPGetAction.setPort(IntOrString port) |
void |
TCPSocketAction.setPort(IntOrString port) |
void |
ServicePort.setTargetPort(IntOrString targetPort) |
HTTPGetActionFluent.PortNested<T> |
HTTPGetActionFluentImpl.withNewPortLike(IntOrString item) |
TCPSocketActionFluent.PortNested<T> |
TCPSocketActionFluentImpl.withNewPortLike(IntOrString item) |
TCPSocketActionFluent.PortNested<T> |
TCPSocketActionFluent.withNewPortLike(IntOrString item) |
HTTPGetActionFluent.PortNested<T> |
HTTPGetActionFluent.withNewPortLike(IntOrString item) |
ServicePortFluent.TargetPortNested<T> |
ServicePortFluentImpl.withNewTargetPortLike(IntOrString item) |
ServicePortFluent.TargetPortNested<T> |
ServicePortFluent.withNewTargetPortLike(IntOrString item) |
T |
HTTPGetActionFluentImpl.withPort(IntOrString port) |
T |
TCPSocketActionFluentImpl.withPort(IntOrString port) |
T |
TCPSocketActionFluent.withPort(IntOrString port) |
T |
HTTPGetActionFluent.withPort(IntOrString port) |
T |
ServicePortFluentImpl.withTargetPort(IntOrString targetPort) |
T |
ServicePortFluent.withTargetPort(IntOrString targetPort) |
Constructor and Description |
---|
DoneableIntOrString(IntOrString item) |
DoneableIntOrString(IntOrString item,
Function<IntOrString,IntOrString> function) |
EditableHTTPGetAction(String host,
String path,
IntOrString port,
String scheme) |
EditableServicePort(String name,
Integer nodePort,
Integer port,
String protocol,
IntOrString targetPort) |
EditableTCPSocketAction(IntOrString port) |
HTTPGetAction(String host,
String path,
IntOrString port,
String scheme) |
IntOrStringBuilder(IntOrString instance) |
IntOrStringBuilder(IntOrStringFluent<?> fluent,
IntOrString instance) |
IntOrStringFluentImpl(IntOrString instance) |
ServicePort(String name,
Integer nodePort,
Integer port,
String protocol,
IntOrString targetPort) |
TCPSocketAction(IntOrString port) |
Constructor and Description |
---|
DoneableIntOrString(Function<IntOrString,IntOrString> function) |
DoneableIntOrString(Function<IntOrString,IntOrString> function) |
DoneableIntOrString(IntOrString item,
Function<IntOrString,IntOrString> function) |
DoneableIntOrString(IntOrString item,
Function<IntOrString,IntOrString> function) |
Modifier and Type | Method and Description |
---|---|
IntOrString |
RollingUpdateDeploymentFluentImpl.getMaxSurge() |
IntOrString |
RollingUpdateDeploymentFluent.getMaxSurge() |
IntOrString |
RollingUpdateDeployment.getMaxSurge() |
IntOrString |
RollingUpdateDaemonSetFluentImpl.getMaxUnavailable() |
IntOrString |
RollingUpdateDaemonSetFluent.getMaxUnavailable() |
IntOrString |
RollingUpdateDeploymentFluentImpl.getMaxUnavailable() |
IntOrString |
RollingUpdateDeploymentFluent.getMaxUnavailable() |
IntOrString |
RollingUpdateDaemonSet.getMaxUnavailable() |
IntOrString |
RollingUpdateDeployment.getMaxUnavailable() |
IntOrString |
IngressBackendFluentImpl.getServicePort() |
IntOrString |
IngressBackendFluent.getServicePort() |
IntOrString |
IngressBackend.getServicePort() |
Constructor and Description |
---|
EditableIngressBackend(String serviceName,
IntOrString servicePort) |
EditableRollingUpdateDaemonSet(IntOrString maxUnavailable,
Integer minReadySeconds) |
EditableRollingUpdateDeployment(IntOrString maxSurge,
IntOrString maxUnavailable,
Integer minReadySeconds) |
IngressBackend(String serviceName,
IntOrString servicePort) |
RollingUpdateDaemonSet(IntOrString maxUnavailable,
Integer minReadySeconds) |
RollingUpdateDeployment(IntOrString maxSurge,
IntOrString maxUnavailable,
Integer minReadySeconds) |
Modifier and Type | Method and Description |
---|---|
IntOrString |
RollingDeploymentStrategyParamsFluent.getMaxSurge() |
IntOrString |
RollingDeploymentStrategyParamsFluentImpl.getMaxSurge() |
IntOrString |
RollingDeploymentStrategyParams.getMaxSurge() |
IntOrString |
RollingDeploymentStrategyParamsFluent.getMaxUnavailable() |
IntOrString |
RollingDeploymentStrategyParamsFluentImpl.getMaxUnavailable() |
IntOrString |
RollingDeploymentStrategyParams.getMaxUnavailable() |
IntOrString |
RoutePortFluent.getTargetPort() |
IntOrString |
RoutePortFluentImpl.getTargetPort() |
IntOrString |
RoutePort.getTargetPort() |
Modifier and Type | Method and Description |
---|---|
void |
RollingDeploymentStrategyParams.setMaxSurge(IntOrString maxSurge) |
void |
RollingDeploymentStrategyParams.setMaxUnavailable(IntOrString maxUnavailable) |
void |
RoutePort.setTargetPort(IntOrString targetPort) |
T |
RollingDeploymentStrategyParamsFluent.withMaxSurge(IntOrString maxSurge) |
T |
RollingDeploymentStrategyParamsFluentImpl.withMaxSurge(IntOrString maxSurge) |
T |
RollingDeploymentStrategyParamsFluent.withMaxUnavailable(IntOrString maxUnavailable) |
T |
RollingDeploymentStrategyParamsFluentImpl.withMaxUnavailable(IntOrString maxUnavailable) |
RollingDeploymentStrategyParamsFluent.MaxSurgeNested<T> |
RollingDeploymentStrategyParamsFluent.withNewMaxSurgeLike(IntOrString item) |
RollingDeploymentStrategyParamsFluent.MaxSurgeNested<T> |
RollingDeploymentStrategyParamsFluentImpl.withNewMaxSurgeLike(IntOrString item) |
RollingDeploymentStrategyParamsFluent.MaxUnavailableNested<T> |
RollingDeploymentStrategyParamsFluent.withNewMaxUnavailableLike(IntOrString item) |
RollingDeploymentStrategyParamsFluent.MaxUnavailableNested<T> |
RollingDeploymentStrategyParamsFluentImpl.withNewMaxUnavailableLike(IntOrString item) |
RoutePortFluent.TargetPortNested<T> |
RoutePortFluent.withNewTargetPortLike(IntOrString item) |
RoutePortFluent.TargetPortNested<T> |
RoutePortFluentImpl.withNewTargetPortLike(IntOrString item) |
T |
RoutePortFluent.withTargetPort(IntOrString targetPort) |
T |
RoutePortFluentImpl.withTargetPort(IntOrString targetPort) |
Constructor and Description |
---|
EditableRollingDeploymentStrategyParams(Long intervalSeconds,
IntOrString maxSurge,
IntOrString maxUnavailable,
LifecycleHook post,
LifecycleHook pre,
Long timeoutSeconds,
Integer updatePercent,
Long updatePeriodSeconds) |
EditableRoutePort(IntOrString targetPort) |
RollingDeploymentStrategyParams(Long intervalSeconds,
IntOrString maxSurge,
IntOrString maxUnavailable,
LifecycleHook post,
LifecycleHook pre,
Long timeoutSeconds,
Integer updatePercent,
Long updatePeriodSeconds) |
RoutePort(IntOrString targetPort) |
Copyright © 2011–2016 Red Hat. All rights reserved.