# Functions

CompareResources compares expected resource found locally in path and compares it against the resource found in the k8s cluster accessed via client defined in uc.Opts.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DeleteResource will delete resource found in path by requesting a generic delete request to the client provided via uc.Opts.
DeployResource will deploy resource found in path by requesting a generic apply request to the client provided via uc.Opts.
DirExists checks whether dir at path exists.
GenerateDeclarativeTestCases dynamically generate testcases based on resources located in the testdata directory.
ResourceDoesNotExists will check against the client provided by uc.Opts whether resource at path exists.

# Constants

No description provided by the author

# Variables

CompareResourceProcs maps object kind's to their associated comparison procedures.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author