# Packages

Package fake implements important interface like kube client.
Package mocks implement important mocking interface of kube.

# Functions

GetDynamicResourceInterface returns a dynamic.ResourceInterface based on the groupVersionKind and namespace.
GetResourcesFromHelmTemplate returns a slice of resources based on the outcome of a slice of bytes from helm template.
NewFactory has method to create a new factory for kube clients.

# Constants

DaemonSetKind is the DaemonSet object.
DeploymentKind is the Deployment object.
IngressKind is the Ingress object.
JobKind is the Job object.
ObjectLabelKeyOwned is the label for objects.
ObjectLabelValueOwned is the object owned.
PodKind is the Pod object.
ReplicaSetKind is the ReplicaSet object.
StatefulSetKind is the StatefulSet object.

# Interfaces

Client has all the meathod for helm chart kube operation.
Factory creates new fake kube client factories.