![JAR search and dependency download from the Maven repository](/logo.png)
io.k8s.apimachinery.pkg.util.intstr.IntOrString Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bl-k8s130 Show documentation
Show all versions of bl-k8s130 Show documentation
Programmatic resource management for Kubernetes
package io.k8s.apimachinery.pkg.util.intstr;
/**
* IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number.
*/
public class IntOrString {
public static IntOrString intOrString() {
return new IntOrString();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy