diff --git a/kubeassert.go b/kubeassert.go index 689b378..d745094 100644 --- a/kubeassert.go +++ b/kubeassert.go @@ -15,6 +15,7 @@ import ( ) type ( + Assertion = assertion.Assertion DeploymentAssertion = deployments.DeploymentAssertion NamespaceAssertion = namespaces.NamespaceAssertion CRDAssertion = crds.CRDAssertion