# Functions
Instance returns a singleton instance of the client.
New builds a new apps client.
NewForConfig builds a new apps client for the given config.
NewInstanceFromConfigFile returns new instance of client by using given config file.
SetInstance replaces the instance with the provided one.
# Interfaces
DaemonSetOps is an interface to perform k8s daemon set operations.
DeploymentOps is an interface to perform k8s deployment operations.
Ops is an interface to perform kubernetes related operations on the apps resources.
ReplicaSetOps is an interface to perform k8s daemon set operations.
StatefulSetOps is an interface to perform k8s stateful set operations.