# Functions

CreateObjectIfNotExist creates Kubernetes object if it does not exist, otherwise returns the existing object.
GetK8sResource returns a native K8s resource by namespace and name.
GetSecretsData returns data of according keys from the secret.
IsDeploymentReady checks if the deployment is ready.
IsObjectSpecEqual checks if the spec of the object is equal to other one.
IsStatefulSetReady checks if the statefulset is ready.
SourceObject create the unstructured object from the given object.