type createAny … var _ … func (c *createAny) isValid(allowParameterization bool) error { … } func (c *createAny) collectsMetrics() bool { … } func (c createAny) patchParams(w *workload) (realOp, error) { … } func (c *createAny) requiredNamespaces() []string { … } func (c *createAny) run(tCtx ktesting.TContext) { … } func (c *createAny) create(tCtx ktesting.TContext, env map[string]any) { … } func getSpecFromTextTemplateFile(path string, env map[string]any, spec interface{ … } func restMappingFromUnstructuredObj(tCtx ktesting.TContext, obj *unstructured.Unstructured) (*meta.RESTMapping, error) { … }