Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoActivePodFound = errors.New("no active pod found")
View Source
var ErrNoPodFound = errors.New("no pod found")
View Source
var ErrNoPublicServiceFound = errors.New("no public service found")
View Source
var ErrNoScaleTargetFound = errors.New("no scale target found")
Functions ¶
func APIVersionStrToGVK ¶
func APIVersionStrToGVK(apiVersion string, kind string) (schema.GroupVersionKind, error)
APIVersionStrToGVK converts an API version string to a GroupVersionKind
func KindToResource ¶
Kind is singular and might be in camelCase Resource is plural and is in smallcase Since CRD accept kind, it needs to be converted
func UnstructuredToResource ¶
func UnstructuredToResource(obj interface{}, resource interface{}) error
Types ¶
Click to show internal directories.
Click to hide internal directories.