package
1.2.0-alpha.8
Repository: https://github.com/codeb2cc/kubernetes.git
Documentation: pkg.go.dev

# Functions

FromInt creates an IntOrString object with an int32 value.
FromString creates an IntOrString object with a string value.
No description provided by the author

# Constants

The IntOrString holds an int.
The IntOrString holds a string.

# Structs

IntOrString is a type that can hold an int32 or a string.

# Type aliases

Type represents the stored type of IntOrString.