package
1.2.0-alpha.4
Repository: https://github.com/ericchiang/kubernetes.git
Documentation: pkg.go.dev
# Functions
FromInt creates an IntOrString object with an int value.
FromString creates an IntOrString object with a string value.
# Structs
IntOrString is a type that can hold an int or a string.
# Type aliases
Type represents the stored type of IntOrString.