Package | Description |
---|---|
io.kubernetes.client.custom | |
io.kubernetes.client.openapi.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()
IntOrString is a type that can hold an int32 or a string.
|
IntOrString |
V1beta1PodDisruptionBudgetSpec.getMaxUnavailable()
IntOrString is a type that can hold an int32 or a string.
|
IntOrString |
V1RollingUpdateDeployment.getMaxUnavailable()
IntOrString is a type that can hold an int32 or a string.
|
IntOrString |
V1RollingUpdateDaemonSet.getMaxUnavailable()
IntOrString is a type that can hold an int32 or a string.
|
IntOrString |
V1beta1PodDisruptionBudgetSpec.getMinAvailable()
IntOrString is a type that can hold an int32 or a string.
|
IntOrString |
V1HTTPGetAction.getPort()
IntOrString is a type that can hold an int32 or a string.
|
IntOrString |
V1NetworkPolicyPort.getPort()
IntOrString is a type that can hold an int32 or a string.
|
IntOrString |
V1TCPSocketAction.getPort()
IntOrString is a type that can hold an int32 or a string.
|
IntOrString |
ExtensionsV1beta1IngressBackend.getServicePort()
IntOrString is a type that can hold an int32 or a string.
|
IntOrString |
NetworkingV1beta1IngressBackend.getServicePort()
IntOrString is a type that can hold an int32 or a string.
|
IntOrString |
V1ServicePort.getTargetPort()
IntOrString is a type that can hold an int32 or a string.
|
Modifier and Type | Method and Description |
---|---|
V1RollingUpdateDeployment |
V1RollingUpdateDeployment.maxSurge(IntOrString maxSurge) |
V1beta1PodDisruptionBudgetSpec |
V1beta1PodDisruptionBudgetSpec.maxUnavailable(IntOrString maxUnavailable) |
V1RollingUpdateDeployment |
V1RollingUpdateDeployment.maxUnavailable(IntOrString maxUnavailable) |
V1RollingUpdateDaemonSet |
V1RollingUpdateDaemonSet.maxUnavailable(IntOrString maxUnavailable) |
V1beta1PodDisruptionBudgetSpec |
V1beta1PodDisruptionBudgetSpec.minAvailable(IntOrString minAvailable) |
V1HTTPGetAction |
V1HTTPGetAction.port(IntOrString port) |
V1NetworkPolicyPort |
V1NetworkPolicyPort.port(IntOrString port) |
V1TCPSocketAction |
V1TCPSocketAction.port(IntOrString port) |
ExtensionsV1beta1IngressBackend |
ExtensionsV1beta1IngressBackend.servicePort(IntOrString servicePort) |
NetworkingV1beta1IngressBackend |
NetworkingV1beta1IngressBackend.servicePort(IntOrString servicePort) |
void |
V1RollingUpdateDeployment.setMaxSurge(IntOrString maxSurge) |
void |
V1beta1PodDisruptionBudgetSpec.setMaxUnavailable(IntOrString maxUnavailable) |
void |
V1RollingUpdateDeployment.setMaxUnavailable(IntOrString maxUnavailable) |
void |
V1RollingUpdateDaemonSet.setMaxUnavailable(IntOrString maxUnavailable) |
void |
V1beta1PodDisruptionBudgetSpec.setMinAvailable(IntOrString minAvailable) |
void |
V1HTTPGetAction.setPort(IntOrString port) |
void |
V1NetworkPolicyPort.setPort(IntOrString port) |
void |
V1TCPSocketAction.setPort(IntOrString port) |
void |
ExtensionsV1beta1IngressBackend.setServicePort(IntOrString servicePort) |
void |
NetworkingV1beta1IngressBackend.setServicePort(IntOrString servicePort) |
void |
V1ServicePort.setTargetPort(IntOrString targetPort) |
V1ServicePort |
V1ServicePort.targetPort(IntOrString targetPort) |
Copyright © 2021. All rights reserved.