# Functions
NewKubeClientsetWrapper creates a wrapper from the kubeclientset passed in.
# Variables
ErrObjectHasParents is returned when the resource being created is the child of another resource.
ErrObjectHasZeroReplicas is returned when the resource being created has zero replicas.
# Structs
Auths struct contains an embedded RegistriesStruct of name auths.
RegistryCredentials defines the fields stored per registry in an docker config secret.
Wrapper is a wrapper around kubeclientset that includes some helper functions for applying behaviour to kube resources.
# Interfaces
WrapperInterface is the interface for a wrapper around kubeclientset that includes some helper functions for applying behaviour to kube resources.
# Type aliases
RegistriesStruct is a map of registries to their credentials.