Package | Description |
---|---|
io.kubernetes.client.custom | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
IntOrString |
IntOrString.IntOrStringAdapter.read(com.google.gson.stream.JsonReader jsonReader) |
Modifier and Type | Method and Description |
---|---|
void |
IntOrString.IntOrStringAdapter.write(com.google.gson.stream.JsonWriter jsonWriter,
IntOrString intOrString) |
Modifier and Type | Method and Description |
---|---|
IntOrString |
V1RollingUpdateDeployment.getMaxSurge()
The maximum number of pods that can be scheduled above the desired number of pods.
|
IntOrString |
AppsV1beta1RollingUpdateDeployment.getMaxSurge()
The maximum number of pods that can be scheduled above the desired number of pods.
|
IntOrString |
V1beta2RollingUpdateDeployment.getMaxSurge()
The maximum number of pods that can be scheduled above the desired number of pods.
|
IntOrString |
V1beta1PodDisruptionBudgetSpec.getMaxUnavailable()
An eviction is allowed if at most \"maxUnavailable\" pods selected by \"selector\" are unavailable after the eviction, i.e.
|
IntOrString |
V1beta2RollingUpdateDaemonSet.getMaxUnavailable()
The maximum number of DaemonSet pods that can be unavailable during the update.
|
IntOrString |
V1RollingUpdateDeployment.getMaxUnavailable()
The maximum number of pods that can be unavailable during the update.
|
IntOrString |
V1beta1RollingUpdateDaemonSet.getMaxUnavailable()
The maximum number of DaemonSet pods that can be unavailable during the update.
|
IntOrString |
AppsV1beta1RollingUpdateDeployment.getMaxUnavailable()
The maximum number of pods that can be unavailable during the update.
|
IntOrString |
V1beta2RollingUpdateDeployment.getMaxUnavailable()
The maximum number of pods that can be unavailable during the update.
|
IntOrString |
V1beta1PodDisruptionBudgetSpec.getMinAvailable()
An eviction is allowed if at least \"minAvailable\" pods selected by \"selector\" will still be available after the eviction, i.e.
|
IntOrString |
V1HTTPGetAction.getPort()
Name or number of the port to access on the container.
|
IntOrString |
V1NetworkPolicyPort.getPort()
The port on the given protocol.
|
IntOrString |
V1beta1NetworkPolicyPort.getPort()
If specified, the port on the given protocol.
|
IntOrString |
V1TCPSocketAction.getPort()
Number or name of the port to access on the container.
|
IntOrString |
V1beta1IngressBackend.getServicePort()
Specifies the port of the referenced service.
|
IntOrString |
V1ServicePort.getTargetPort()
Number or name of the port to access on the pods targeted by the service.
|
Modifier and Type | Method and Description |
---|---|
V1RollingUpdateDeployment |
V1RollingUpdateDeployment.maxSurge(IntOrString maxSurge) |
AppsV1beta1RollingUpdateDeployment |
AppsV1beta1RollingUpdateDeployment.maxSurge(IntOrString maxSurge) |
V1beta2RollingUpdateDeployment |
V1beta2RollingUpdateDeployment.maxSurge(IntOrString maxSurge) |
V1beta1PodDisruptionBudgetSpec |
V1beta1PodDisruptionBudgetSpec.maxUnavailable(IntOrString maxUnavailable) |
V1beta2RollingUpdateDaemonSet |
V1beta2RollingUpdateDaemonSet.maxUnavailable(IntOrString maxUnavailable) |
V1RollingUpdateDeployment |
V1RollingUpdateDeployment.maxUnavailable(IntOrString maxUnavailable) |
V1beta1RollingUpdateDaemonSet |
V1beta1RollingUpdateDaemonSet.maxUnavailable(IntOrString maxUnavailable) |
AppsV1beta1RollingUpdateDeployment |
AppsV1beta1RollingUpdateDeployment.maxUnavailable(IntOrString maxUnavailable) |
V1beta2RollingUpdateDeployment |
V1beta2RollingUpdateDeployment.maxUnavailable(IntOrString maxUnavailable) |
V1beta1PodDisruptionBudgetSpec |
V1beta1PodDisruptionBudgetSpec.minAvailable(IntOrString minAvailable) |
V1HTTPGetAction |
V1HTTPGetAction.port(IntOrString port) |
V1NetworkPolicyPort |
V1NetworkPolicyPort.port(IntOrString port) |
V1beta1NetworkPolicyPort |
V1beta1NetworkPolicyPort.port(IntOrString port) |
V1TCPSocketAction |
V1TCPSocketAction.port(IntOrString port) |
V1beta1IngressBackend |
V1beta1IngressBackend.servicePort(IntOrString servicePort) |
void |
V1RollingUpdateDeployment.setMaxSurge(IntOrString maxSurge) |
void |
AppsV1beta1RollingUpdateDeployment.setMaxSurge(IntOrString maxSurge) |
void |
V1beta2RollingUpdateDeployment.setMaxSurge(IntOrString maxSurge) |
void |
V1beta1PodDisruptionBudgetSpec.setMaxUnavailable(IntOrString maxUnavailable) |
void |
V1beta2RollingUpdateDaemonSet.setMaxUnavailable(IntOrString maxUnavailable) |
void |
V1RollingUpdateDeployment.setMaxUnavailable(IntOrString maxUnavailable) |
void |
V1beta1RollingUpdateDaemonSet.setMaxUnavailable(IntOrString maxUnavailable) |
void |
AppsV1beta1RollingUpdateDeployment.setMaxUnavailable(IntOrString maxUnavailable) |
void |
V1beta2RollingUpdateDeployment.setMaxUnavailable(IntOrString maxUnavailable) |
void |
V1beta1PodDisruptionBudgetSpec.setMinAvailable(IntOrString minAvailable) |
void |
V1HTTPGetAction.setPort(IntOrString port) |
void |
V1NetworkPolicyPort.setPort(IntOrString port) |
void |
V1beta1NetworkPolicyPort.setPort(IntOrString port) |
void |
V1TCPSocketAction.setPort(IntOrString port) |
void |
V1beta1IngressBackend.setServicePort(IntOrString servicePort) |
void |
V1ServicePort.setTargetPort(IntOrString targetPort) |
V1ServicePort |
V1ServicePort.targetPort(IntOrString targetPort) |
Copyright © 2018. All rights reserved.