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 TypeMethodDescriptionvoidIntOrStringJacksonSerializer.serialize(IntOrString value, com.fasterxml.jackson.core.JsonGenerator jg, com.fasterxml.jackson.databind.SerializerProvider provider) voidIntOrString.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) voidV1RollingUpdateDaemonSet.setMaxSurge(IntOrString maxSurge) voidV1RollingUpdateDeployment.setMaxSurge(IntOrString maxSurge) voidV1PodDisruptionBudgetSpec.setMaxUnavailable(IntOrString maxUnavailable) voidV1RollingUpdateDaemonSet.setMaxUnavailable(IntOrString maxUnavailable) voidV1RollingUpdateDeployment.setMaxUnavailable(IntOrString maxUnavailable) voidV1RollingUpdateStatefulSetStrategy.setMaxUnavailable(IntOrString maxUnavailable) voidV1PodDisruptionBudgetSpec.setMinAvailable(IntOrString minAvailable) voidV1HTTPGetAction.setPort(IntOrString port) voidV1NetworkPolicyPort.setPort(IntOrString port) voidV1TCPSocketAction.setPort(IntOrString port) voidV1ServicePort.setTargetPort(IntOrString targetPort) V1ServicePort.targetPort(IntOrString targetPort)