# Functions

CheckDaemonset checks daemonset on namespace.
CheckDeployments checks deployments on namespace.
CheckStatefulset checks statefulsets on namespace.
HasResources returns true if controller has request and limit setted.
IsIgnored returns true if controller is chosen to be ignored.
Name returns controller's namespace/name.

# Variables

Daemonset names the controller Daemonset.
Deployment names the controller Deployment.
Statefulset names the controller Statefulset.

# Interfaces

Controller represents a kubernetes controller like deployment, daemonset and statefulset.

# Type aliases

Type names the Kubernetes controller types.