Uses of Class
io.kubernetes.client.custom.IntOrString
Packages that use IntOrString
-
Uses of IntOrString in io.kubernetes.client.custom
Methods in io.kubernetes.client.custom that return IntOrStringModifier and TypeMethodDescriptionIntOrString.IntOrStringAdapter.read
(com.google.gson.stream.JsonReader jsonReader) Methods in io.kubernetes.client.custom with parameters of type IntOrStringModifier and TypeMethodDescriptionvoid
IntOrStringJacksonSerializer.serialize
(IntOrString value, com.fasterxml.jackson.core.JsonGenerator jg, com.fasterxml.jackson.databind.SerializerProvider provider) void
IntOrString.IntOrStringAdapter.write
(com.google.gson.stream.JsonWriter jsonWriter, IntOrString intOrString) Constructor parameters in io.kubernetes.client.custom with type arguments of type IntOrString -
Uses of IntOrString in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return IntOrStringModifier and TypeMethodDescriptionV1RollingUpdateDaemonSet.getMaxSurge()
IntOrString is a type that can hold an int32 or a string.V1RollingUpdateDeployment.getMaxSurge()
IntOrString is a type that can hold an int32 or a string.V1PodDisruptionBudgetSpec.getMaxUnavailable()
IntOrString is a type that can hold an int32 or a string.V1RollingUpdateDaemonSet.getMaxUnavailable()
IntOrString is a type that can hold an int32 or a string.V1RollingUpdateDeployment.getMaxUnavailable()
IntOrString is a type that can hold an int32 or a string.V1RollingUpdateStatefulSetStrategy.getMaxUnavailable()
IntOrString is a type that can hold an int32 or a string.V1PodDisruptionBudgetSpec.getMinAvailable()
IntOrString is a type that can hold an int32 or a string.V1HTTPGetAction.getPort()
IntOrString is a type that can hold an int32 or a string.V1NetworkPolicyPort.getPort()
IntOrString is a type that can hold an int32 or a string.V1TCPSocketAction.getPort()
IntOrString is a type that can hold an int32 or a string.V1ServicePort.getTargetPort()
IntOrString is a type that can hold an int32 or a string.Methods in io.kubernetes.client.openapi.models with parameters of type IntOrStringModifier and TypeMethodDescriptionV1RollingUpdateDaemonSet.maxSurge
(IntOrString maxSurge) V1RollingUpdateDeployment.maxSurge
(IntOrString maxSurge) V1PodDisruptionBudgetSpec.maxUnavailable
(IntOrString maxUnavailable) V1RollingUpdateDaemonSet.maxUnavailable
(IntOrString maxUnavailable) V1RollingUpdateDeployment.maxUnavailable
(IntOrString maxUnavailable) V1RollingUpdateStatefulSetStrategy.maxUnavailable
(IntOrString maxUnavailable) V1PodDisruptionBudgetSpec.minAvailable
(IntOrString minAvailable) V1HTTPGetAction.port
(IntOrString port) V1NetworkPolicyPort.port
(IntOrString port) V1TCPSocketAction.port
(IntOrString port) void
V1RollingUpdateDaemonSet.setMaxSurge
(IntOrString maxSurge) void
V1RollingUpdateDeployment.setMaxSurge
(IntOrString maxSurge) void
V1PodDisruptionBudgetSpec.setMaxUnavailable
(IntOrString maxUnavailable) void
V1RollingUpdateDaemonSet.setMaxUnavailable
(IntOrString maxUnavailable) void
V1RollingUpdateDeployment.setMaxUnavailable
(IntOrString maxUnavailable) void
V1RollingUpdateStatefulSetStrategy.setMaxUnavailable
(IntOrString maxUnavailable) void
V1PodDisruptionBudgetSpec.setMinAvailable
(IntOrString minAvailable) void
V1HTTPGetAction.setPort
(IntOrString port) void
V1NetworkPolicyPort.setPort
(IntOrString port) void
V1TCPSocketAction.setPort
(IntOrString port) void
V1ServicePort.setTargetPort
(IntOrString targetPort) V1ServicePort.targetPort
(IntOrString targetPort)