Versions in this module Expand all Collapse all v0 v0.1.1 Sep 20, 2025 v0.1.0 Sep 4, 2025 Changes in this version + var TestConfigMap = &unstructured.Unstructured + var TestConfigMapDeployment = &unstructured.Unstructured + var TestDeployment = &unstructured.Unstructured + var TestEndpointSlice = &unstructured.Unstructured + var TestNs = &corev1.Namespace + var TestNs2 = &corev1.Namespace + var TestPod = &unstructured.Unstructured + var TestSvc = &unstructured.Unstructured + func TimestampEncoder(t time.Time, enc zapcore.PrimitiveArrayEncoder) + type SuiteContext struct + Cancel context.CancelFunc + Cfg *rest.Config + Ctx context.Context + Interval time.Duration + K8sClient client.Client + Log logr.Logger + LogLevel int + Scheme *runtime.Scheme + TestEnv *envtest.Environment + Timeout time.Duration + func NewSuite(loglevel int, crds ...string) (*SuiteContext, error) + func (s *SuiteContext) Close()