# Functions
NewResourceController creates instance of ResourceController based on given reference.
# Structs
LogSources is a structure that represents all log files (all combinations of pods and container) from a higher level controller (such as ReplicaSet).
ResourceOwner is an structure representing resource owner, it may be Replication Controller, Daemon Set, Job etc.
# Interfaces
ResourceController is an interface, that allows to perform operations on resource controller.
# Type aliases
DaemonSetController is an alias-type for Kubernetes API Daemon Set type.
JobController is an alias-type for Kubernetes API Job type.
No description provided by the author
ReplicaSetController is an alias-type for Kubernetes API Replica Set type.
ReplicationControllerController is an alias-type for Kubernetes API Replication Controller type.
StatefulSetController is an alias-type for Kubernetes API Stateful Set type.